Instructions to use lorahub/flan_t5_large-quail_context_description_question_answer_id with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use lorahub/flan_t5_large-quail_context_description_question_answer_id 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-quail_context_description_question_answer_id") - Notebooks
- Google Colab
- Kaggle
Commit History
Upload adapter_model.bin with huggingface_hub 31f39fd
Upload adapter_config.json with huggingface_hub bbbd839
Upload tokenizer_config.json with huggingface_hub 67d2a92
Upload README.md with huggingface_hub 5e6380b
Upload special_tokens_map.json with huggingface_hub c00d39b
initial commit d11b37c
Qian Liu commited on