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
File size: 130 Bytes
f898d6a | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:ae45b37b0ebad7d90a40be70afa791ce398a699c2af10ae45445f4abbcdc8350
size 56423
|