Instructions to use unicamp-dl/mt5-base-mmarco-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use unicamp-dl/mt5-base-mmarco-v2 with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("unicamp-dl/mt5-base-mmarco-v2") model = AutoModelForSeq2SeqLM.from_pretrained("unicamp-dl/mt5-base-mmarco-v2") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
cc0a949 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:41e2ae2eae6f9be089eb56416ee3419a41e4f5a1e82515e15e78d67e1ef5be36
size 2329696333
|