Downloads · 30 days
18
28% of all-time downloads
PeytonT/author-embedding
author-embedding is a feature extraction model from PeytonT. Use it when you need embeddings to search or compare text. It is set up for transformers.
Learns author and community representations from paper metadata and graph context.
Downloads · 30 days
18
28% of all-time downloads
All-time downloads
64
Public
Parameters
22.7M
90.9 MB on disk
Likes
0
Public
Click a slice to open those files.
.safetensors90.9 MB · 99%
From the Hugging Face model README
Learns author and community representations from paper metadata and graph context.
sentence-transformers/all-MiniLM-L6-v2encoderM5T1_metadataThis 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/author-embeddinghttps://huggingface.co/collections/PeytonT/research-library-6a49c589ef4d763f7539b50dhttps://github.com/peytontolbert/research_libraryhttps://github.com/peytontolbert/research_library/blob/main/models/experiments/m5_author_embedding.jsonhttps://github.com/peytontolbert/research_library/tree/main/modelsThe training inputs for this package were assembled from the following Repository Library data sources:
arxiv_metadata: arXiv metadata records spanning titles, abstracts, authors, and category labels.arxiv_metadataauthor_id, graph_neighborsauthor_embedding[0.9, 0.1, 0.0]40008bf16contrastive5e-05256128full_finetune1000ddp0recall_at_10, ndcg_at_10from transformers import AutoModel, AutoTokenizer
repo_id = "PeytonT/author-embedding"
tokenizer = AutoTokenizer.from_pretrained(repo_id)
model = AutoModel.from_pretrained(repo_id)
https://github.com/peytontolbert/research_libraryhttps://huggingface.co/collections/PeytonT/research-library-6a49c589ef4d763f7539b50dPeytonT