Instructions to use MatiasJ/norgec_mt5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use MatiasJ/norgec_mt5 with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("MatiasJ/norgec_mt5") model = AutoModelForSeq2SeqLM.from_pretrained("MatiasJ/norgec_mt5") - Notebooks
- Google Colab
- Kaggle
Rename norgec_mt5.bin to pytorch_model.bin
Browse files
norgec_mt5.bin → pytorch_model.bin
RENAMED
|
File without changes
|