Instructions to use roval15/umt5-small_translation_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use roval15/umt5-small_translation_model with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("roval15/umt5-small_translation_model") model = AutoModelForSeq2SeqLM.from_pretrained("roval15/umt5-small_translation_model", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
560c8a0 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:59d699373e2ddd26d522131571e6c8a1b63ad76d847c15fee88b38940d2a5ce5
size 16837579
|