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