research_library
Collection
Repository Library model stack mirrored from local research artifacts. • 41 items • Updated
How to use PeytonT/cross-modal-retrieval with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("feature-extraction", model="PeytonT/cross-modal-retrieval") # Load model directly
from transformers import AutoTokenizer, AutoModel
tokenizer = AutoTokenizer.from_pretrained("PeytonT/cross-modal-retrieval")
model = AutoModel.from_pretrained("PeytonT/cross-modal-retrieval")Retrieves semantically related items across paper and repository modalities.
sentence-transformers/all-MiniLM-L6-v2encoderC6T5_crossThis 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/cross-modal-retrievalhttps://huggingface.co/collections/PeytonT/research-library-6a49c589ef4d763f7539b50dhttps://github.com/peytontolbert/research_libraryhttps://github.com/peytontolbert/research_library/blob/main/models/experiments/c6_cross_modal_retrieval.jsonhttps://github.com/peytontolbert/research_library/tree/main/modelsThe training inputs for this package were assembled from the following Repository Library data sources:
arxiv_pdfs_structured: structured PDF shards containing text, equations, figures, and tables.github_repos: repository graph and code chunk data exported from the Repository Library repo pipeline.arxiv_pdfs_structured, github_repospaper_chunk, code_chunkshared_embedding[0.9, 0.1, 0.0]40008bf16contrastive5e-05256128full_finetune1000ddp0recall_at_10, ndcg_at_10from transformers import AutoModel, AutoTokenizer
repo_id = "PeytonT/cross-modal-retrieval"
tokenizer = AutoTokenizer.from_pretrained(repo_id)
model = AutoModel.from_pretrained(repo_id)
https://github.com/peytontolbert/research_libraryhttps://huggingface.co/collections/PeytonT/research-library-6a49c589ef4d763f7539b50dPeytonTBase model
nreimers/MiniLM-L6-H384-uncased