research_library
Collection
Repository Library model stack mirrored from local research artifacts. • 41 items • Updated
How to use PeytonT/candidate-row-reranker with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="PeytonT/candidate-row-reranker") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("PeytonT/candidate-row-reranker")
model = AutoModelForSequenceClassification.from_pretrained("PeytonT/candidate-row-reranker")Scores candidate evidence rows for acceptance or rejection inside the search stack.
sentence-transformers/all-MiniLM-L6-v2encoderL4repository_library_search_stackThis model is part of the Repository Library stack, a research system for indexing, retrieving, aligning, and reasoning over scientific papers, structured paper content, repositories, and cross-domain links between them.
https://huggingface.co/PeytonT/candidate-row-rerankerhttps://huggingface.co/collections/PeytonT/research-library-6a49c589ef4d763f7539b50dhttps://github.com/peytontolbert/research_libraryhttps://github.com/peytontolbert/research_library/blob/main/models/experiments/l4_candidate_row_reranker.jsonhttps://github.com/peytontolbert/research_library/tree/main/modelsThe training inputs for this package were assembled from the following Repository Library data sources:
github_repos: repository graph and code chunk data exported from the Repository Library repo pipeline.github_reposquery, candidate_row, source_familyaccept_reject_hard_negative[0.9, 0.1, 0.0]40008bf16cross_entropy5e-05256256full_finetune1000unknownunknownaccuracyfrom transformers import AutoModelForSequenceClassification, AutoTokenizer
repo_id = "PeytonT/candidate-row-reranker"
tokenizer = AutoTokenizer.from_pretrained(repo_id)
model = AutoModelForSequenceClassification.from_pretrained(repo_id)
https://github.com/peytontolbert/research_libraryhttps://huggingface.co/collections/PeytonT/research-library-6a49c589ef4d763f7539b50dPeytonTBase model
nreimers/MiniLM-L6-H384-uncased