Instructions to use Davlan/mt5-small-pcm-en with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Davlan/mt5-small-pcm-en with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Davlan/mt5-small-pcm-en") model = AutoModelForSeq2SeqLM.from_pretrained("Davlan/mt5-small-pcm-en", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
1a2f493 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:698f855ec978179dd89c1d6af7ef12a4c17c2d6f13bef6441e15bfcf5b8ead8d
size 2735
|