Instructions to use lorahub/flan_t5_xl-duorc_SelfRC_question_answering with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use lorahub/flan_t5_xl-duorc_SelfRC_question_answering 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-duorc_SelfRC_question_answering") - Notebooks
- Google Colab
- Kaggle
Commit ·
bdb9808
1
Parent(s): b3a49a1
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:001f6a63cf0c7f7c9f342fde2246cfaebe622686da1a694b07c9e53127643b64
|
| 3 |
+
size 37855242
|