Instructions to use lorahub/flan_t5_large-quarel_testing_students with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use lorahub/flan_t5_large-quarel_testing_students 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_testing_students") - Notebooks
- Google Colab
- Kaggle
Commit History
Upload adapter_model.bin with huggingface_hub 2581eba
Upload adapter_config.json with huggingface_hub b56e4a5
Upload tokenizer_config.json with huggingface_hub fd2e56f
Upload README.md with huggingface_hub 93764ba
Upload special_tokens_map.json with huggingface_hub 1fe6fa1
initial commit 2d33d18
Qian Liu commited on