Instructions to use lorahub/flan_t5_large-sciq_Multiple_Choice_Question_First with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use lorahub/flan_t5_large-sciq_Multiple_Choice_Question_First 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, "lorahub/flan_t5_large-sciq_Multiple_Choice_Question_First") - Notebooks
- Google Colab
- Kaggle
Commit ·
c33cfee
1
Parent(s): 41af9fc
Upload tokenizer.json with huggingface_hub
Browse files- tokenizer.json +0 -0
tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|