Instructions to use lorahub/flan_t5_xl-sciq_Multiple_Choice with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use lorahub/flan_t5_xl-sciq_Multiple_Choice with PEFT:
from peft import PeftModel from transformers import AutoModelForSeq2SeqLM base_model = AutoModelForSeq2SeqLM.from_pretrained("google/flan-t5-xl") model = PeftModel.from_pretrained(base_model, "lorahub/flan_t5_xl-sciq_Multiple_Choice") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
e3e759a | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:796b1a265324f03bba07e0fe610925c7e61792e5299ab780a5564f8a72c5d04f
size 37855242
|