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