Instructions to use sud977/banking-intent-classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use sud977/banking-intent-classification with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("sud977/banking-intent-classification") 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] - setfit
How to use sud977/banking-intent-classification with setfit:
from setfit import SetFitModel model = SetFitModel.from_pretrained("sud977/banking-intent-classification") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
23cdc1c | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:929a737391bf2687d21d7180e703c9d15c414d855baa78a586f2bc15f1278b2f
size 438013677
|