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 mixamrepijey/instructor-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use mixamrepijey/instructor-small with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("mixamrepijey/instructor-small") 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 mixamrepijey/instructor-small with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("mixamrepijey/instructor-small") model = AutoModel.from_pretrained("mixamrepijey/instructor-small", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 2fb3060515fd4c6d9603c6000ec37742a6a93dad42e3b0613c02c08a00dd869e
- Size of remote file:
- 1.34 GB
- SHA256:
- 580b721e0a3388f971d201d636e593c7b5675b7112cb61fff0d7e074af390a13
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.