Instructions to use lorahub/flan_t5_xl-wiqa_effect_with_string_answer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use lorahub/flan_t5_xl-wiqa_effect_with_string_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-wiqa_effect_with_string_answer") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
84ad22b | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:51ed0a7fe29f8246357a93229cf2d9d453b07812a0a4ac1b59d8f705713c9670
size 37855242
|