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