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