Text Classification
PyTorch
Safetensors
sentence-transformers
Spanish
multitask-learning
spanish
intent-classification
Instructions to use PIBotBCCh/pibot-intent-router with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use PIBotBCCh/pibot-intent-router with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("PIBotBCCh/pibot-intent-router") 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:
- 53d69b219591ee86d7cfab4b9837f0ddf00cce7d2beb2a7194e14bd4827a87a0
- Size of remote file:
- 16.8 MB
- SHA256:
- 7ef4dd5924152f80fdfe441d154ab14d6d04e5ae9f0c52113b4d4412d681c800
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.