Instructions to use umanlp/mt5-mlm-16 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use umanlp/mt5-mlm-16 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="umanlp/mt5-mlm-16")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("umanlp/mt5-mlm-16") model = AutoModel.from_pretrained("umanlp/mt5-mlm-16", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
6666777 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:22f8a0a6e65d4deba692eadecb86138c35e5443e49b84984920feff55bd2ddb6
size 1561315087
|