Instructions to use lorahub/flan_t5_large-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_large-wiqa_effect_with_string_answer 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-wiqa_effect_with_string_answer") - Notebooks
- Google Colab
- Kaggle
Commit History
Upload adapter_model.bin with huggingface_hub 070396b
Upload adapter_config.json with huggingface_hub 6f1b3ca
Upload tokenizer_config.json with huggingface_hub ffe3686
Upload README.md with huggingface_hub e8572e0
Upload special_tokens_map.json with huggingface_hub 9847b15
initial commit 0da06b0
Qian Liu commited on