Feature Extraction
PEFT
Safetensors
sentence-transformers
lora
scibert
embeddings
retrieval
scientific-papers
arxiv
research-library
Instructions to use PeytonT/1m-paper-embedding-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use PeytonT/1m-paper-embedding-model with PEFT:
Task type is invalid.
- sentence-transformers
How to use PeytonT/1m-paper-embedding-model with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("PeytonT/1m-paper-embedding-model") sentences = [ "The weather is lovely today.", "It's so sunny outside!", "He drove to the stadium." ] embeddings = model.encode(sentences) similarities = model.similarity(embeddings, embeddings) print(similarities.shape) # [3, 3] - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 05baed094da8d82fef8444ae4af45c8ed7daf15ade29da62572f4e03bd8b2d15
- Size of remote file:
- 5.84 kB
- SHA256:
- 172b7280608715460c94b63338a101a840098287d146a1a5d72c6859dadbf98b
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.