Instructions to use lorahub/flan_t5_large-quarel_choose_between with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use lorahub/flan_t5_large-quarel_choose_between 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-quarel_choose_between") - Notebooks
- Google Colab
- Kaggle
Commit History
Upload adapter_config.json with huggingface_hub baf1959
Upload tokenizer_config.json with huggingface_hub a1bb170
Upload README.md with huggingface_hub 3ceb069
Upload special_tokens_map.json with huggingface_hub 2ad2add
initial commit 30ed57b
Qian Liu commited on