Instructions to use VMware/vinilm-2021-from-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use VMware/vinilm-2021-from-large with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="VMware/vinilm-2021-from-large")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("VMware/vinilm-2021-from-large") model = AutoModel.from_pretrained("VMware/vinilm-2021-from-large") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 0d05b99
Teja Gollapudi commited on
Added info of the minilmv2 model used for initializing the weights eb50fc4
Teja Gollapudi commited on
Update README.md e06b8a8
Teja Gollapudi commited on
Update README.md 260e8fe
Teja Gollapudi commited on
Create README.md 64e591b
Teja Gollapudi commited on