Sentence Similarity
sentence-transformers
Safetensors
bert
intent-classification
multilingual
distillation
layer-pruning
text-embeddings-inference
Instructions to use gomyk/intent-student-L3_uniform with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use gomyk/intent-student-L3_uniform with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("gomyk/intent-student-L3_uniform") 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:
- c9abfbcdb4ffc00d355a5aceeb3df3cad5ed9f079223b9434115e96b6423ffb1
- Size of remote file:
- 17.1 MB
- SHA256:
- cad551d5600a84242d0973327029452a1e3672ba6313c2a3c3d69c4310e12719
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.