Instructions to use psugam/sugam_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use psugam/sugam_model with PEFT:
from peft import PeftModel from transformers import AutoModelForSeq2SeqLM base_model = AutoModelForSeq2SeqLM.from_pretrained("google/mt5-base") model = PeftModel.from_pretrained(base_model, "psugam/sugam_model") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
00cd316 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:cb7b3c0457b75198dbf15a7d82e3d17de41f0298d83257a7f5bec75dc7d0f8e2
size 16330717
|