Instructions to use lorahub/flan_t5_large-sciq_Multiple_Choice_Question_First with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use lorahub/flan_t5_large-sciq_Multiple_Choice_Question_First 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-sciq_Multiple_Choice_Question_First") - Notebooks
- Google Colab
- Kaggle
Commit History
Upload tokenizer.json with huggingface_hub c33cfee
Upload adapter_model.bin with huggingface_hub 41af9fc
Upload adapter_config.json with huggingface_hub e6d3b4a
Upload tokenizer_config.json with huggingface_hub 48e9803
Upload README.md with huggingface_hub 2f11a0e
Upload special_tokens_map.json with huggingface_hub ad1bd47
initial commit ec9dc31
Qian Liu commited on