Instructions to use lorahub/flan_t5_large-quartz_answer_question_based_on with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use lorahub/flan_t5_large-quartz_answer_question_based_on 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-quartz_answer_question_based_on") - Notebooks
- Google Colab
- Kaggle
Commit History
Upload adapter_model.bin with huggingface_hub 5d051fc
Upload adapter_config.json with huggingface_hub 53ea74f
Upload tokenizer_config.json with huggingface_hub 417e85e
Upload README.md with huggingface_hub aee3d62
Upload special_tokens_map.json with huggingface_hub 903048a
initial commit 6e0ecb6
Qian Liu commited on