How to use from the
Use from the
PEFT library
from peft import PeftModel
from transformers import AutoModelForSeq2SeqLM

base_model = AutoModelForSeq2SeqLM.from_pretrained("google/flan-t5-large")
model = PeftModel.from_pretrained(base_model, "lorahub/flan_t5_large-sciq_Multiple_Choice_Question_First")
README.md exists but content is empty.
Downloads last month
36
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Space using lorahub/flan_t5_large-sciq_Multiple_Choice_Question_First 1

Collection including lorahub/flan_t5_large-sciq_Multiple_Choice_Question_First