Sentence Similarity
Transformers
PyTorch
mt5
feature-extraction
cross-lingual
multilingual
question-answering
retrieval
variational
custom_code
Instructions to use jwieting/vmsst with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jwieting/vmsst with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("jwieting/vmsst", trust_remote_code=True) model = AutoModel.from_pretrained("jwieting/vmsst", trust_remote_code=True) - Notebooks
- Google Colab
- Kaggle
Ctrl+K