Text Generation
PEFT
Safetensors
English
t5
encoder-decoder
question-answering
extractive-qa
squad
lora
parameter-efficient
text2text-generation
Eval Results (legacy)
Instructions to use medelharchaoui/t5-large-lora-r8-squad with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use medelharchaoui/t5-large-lora-r8-squad with PEFT:
from peft import PeftModel from transformers import AutoModelForSeq2SeqLM base_model = AutoModelForSeq2SeqLM.from_pretrained("google-t5/t5-large") model = PeftModel.from_pretrained(base_model, "medelharchaoui/t5-large-lora-r8-squad") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!