Sentence Similarity
sentence-transformers
PyTorch
Transformers
English
t5
text-embedding
embeddings
information-retrieval
beir
text-classification
language-model
text-clustering
text-semantic-similarity
text-evaluation
prompt-retrieval
text-reranking
feature-extraction
English
Sentence Similarity
natural_questions
ms_marco
fever
hotpot_qa
mteb
Eval Results (legacy)
Instructions to use newsrx/instructor-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use newsrx/instructor-large with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("newsrx/instructor-large") sentences = [ "That is a happy person", "That is a happy dog", "That is a very happy person", "Today is a sunny day" ] embeddings = model.encode(sentences) similarities = model.similarity(embeddings, embeddings) print(similarities.shape) # [4, 4] - Transformers
How to use newsrx/instructor-large with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("newsrx/instructor-large") model = AutoModel.from_pretrained("newsrx/instructor-large") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 082e03ea8052eddd0f36df702b8565967f7696b1487a483880ac939f11c58297
- Size of remote file:
- 3.15 MB
- SHA256:
- a6e82cba0876dacbadccdea565c9e19e29848d994d23968bd1343b8f0f762bdc
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.