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