Instructions to use augustinLib/KET5-Prefix-Tuning-Lbox with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use augustinLib/KET5-Prefix-Tuning-Lbox with PEFT:
from peft import PeftModel from transformers import AutoModelForSeq2SeqLM base_model = AutoModelForSeq2SeqLM.from_pretrained("KETI-AIR/ke-t5-large") model = PeftModel.from_pretrained(base_model, "augustinLib/KET5-Prefix-Tuning-Lbox") - Notebooks
- Google Colab
- Kaggle
Commit History
initial commit df52332
Sang am Lee commited on