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