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