Instructions to use lorahub/flan_t5_large-wiki_qa_exercise with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use lorahub/flan_t5_large-wiki_qa_exercise 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-wiki_qa_exercise") - Notebooks
- Google Colab
- Kaggle
Commit History
Upload adapter_model.bin with huggingface_hub 2e81cdc
Upload adapter_config.json with huggingface_hub 314464c
Upload tokenizer_config.json with huggingface_hub e8eeaf6
Upload README.md with huggingface_hub a256f2c
Upload special_tokens_map.json with huggingface_hub 642498e
initial commit 83ac74f
Qian Liu commited on