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 ·
41af9fc
1
Parent(s): e6d3b4a
Upload adapter_model.bin with huggingface_hub
Browse files- adapter_model.bin +3 -0
adapter_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:06edbc63ec1586fa7902622774875de5623b104c53f6ba5e22fb55d2ec31fa3b
|
| 3 |
+
size 18978049
|