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