Instructions to use lorahub/flan_t5_large-true_case with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use lorahub/flan_t5_large-true_case 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-true_case") - Notebooks
- Google Colab
- Kaggle
Commit History
Upload adapter_model.bin with huggingface_hub 7629328
Upload adapter_config.json with huggingface_hub 1d68fe0
Upload tokenizer_config.json with huggingface_hub 34e97ce
Upload README.md with huggingface_hub 00b8ffd
Upload special_tokens_map.json with huggingface_hub c52cdcf
initial commit de2cb58
Qian Liu commited on