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