Instructions to use JorgeSarry/classify-setfit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use JorgeSarry/classify-setfit with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("JorgeSarry/classify-setfit") 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 JorgeSarry/classify-setfit with setfit:
from setfit import SetFitModel model = SetFitModel.from_pretrained("JorgeSarry/classify-setfit") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- b4c2c37220ffc4b2debc51a93aa227f4d03b8783fd84a3fb48a2766de179bb43
- Size of remote file:
- 471 MB
- SHA256:
- b5922f6eff71bf55fe8b50f550d237726379d742982babd3978773c9b9b1ac9d
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.