Instructions to use DKYoon/mt5-large-lm-adapt with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use DKYoon/mt5-large-lm-adapt with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("DKYoon/mt5-large-lm-adapt") model = AutoModelForSeq2SeqLM.from_pretrained("DKYoon/mt5-large-lm-adapt", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
8c65521 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:83ece33db1853bdafcf03458aa38a7629bc8efedae3493712723414262756755
size 4918511257
|