Instructions to use suuuu01/assignment01 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use suuuu01/assignment01 with PEFT:
from peft import PeftModel from transformers import AutoModelForSeq2SeqLM base_model = AutoModelForSeq2SeqLM.from_pretrained("google/flan-t5-large") model = PeftModel.from_pretrained(base_model, "suuuu01/assignment01") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
1192b13 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:810d679f3c2e18bcf57aaf77fe94508dd2abe89c901b13d667c9b93f83faced7
size 18980429
|