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