Instructions to use lorahub/flan_t5_xl-adversarial_qa_dbert_question_context_answer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use lorahub/flan_t5_xl-adversarial_qa_dbert_question_context_answer with PEFT:
from peft import PeftModel from transformers import AutoModelForSeq2SeqLM base_model = AutoModelForSeq2SeqLM.from_pretrained("google/flan-t5-xl") model = PeftModel.from_pretrained(base_model, "lorahub/flan_t5_xl-adversarial_qa_dbert_question_context_answer") - Notebooks
- Google Colab
- Kaggle
Commit ·
6c5f464
1
Parent(s): 311466d
Upload tokenizer.json with huggingface_hub
Browse files- tokenizer.json +0 -0
tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|