Text Classification
setfit
Safetensors
sentence-transformers
bert
generated_from_setfit_trainer
text-embeddings-inference
Instructions to use rohithbojja/intent-classification-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- setfit
How to use rohithbojja/intent-classification-small with setfit:
from setfit import SetFitModel model = SetFitModel.from_pretrained("rohithbojja/intent-classification-small") - sentence-transformers
How to use rohithbojja/intent-classification-small with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("rohithbojja/intent-classification-small") 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:
- 7ce7d3e174986cfa114352150396da4bc684358f1be5d4642ed9ff86fb695158
- Size of remote file:
- 56.4 kB
- SHA256:
- ae45b37b0ebad7d90a40be70afa791ce398a699c2af10ae45445f4abbcdc8350
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.