sjrhuschlee commited on
Commit
cd7fc73
1 Parent(s): ae45ee3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -142,7 +142,7 @@ model-index:
142
 
143
  This is the [flan-t5-large](https://huggingface.co/google/flan-t5-large) model, fine-tuned using the [SQuAD2.0](https://huggingface.co/datasets/squad_v2) dataset. It's been trained on question-answer pairs, including unanswerable questions, for the task of Extractive Question Answering.
144
 
145
- **UPDATE:** With transformers version 4.31.0 the `use_remote_code=True` is no longer necessary and if used will cause `AutoModelForQuestionAnswering.from_pretrained()` to not work properly.
146
 
147
  This model was trained using LoRA available through the [PEFT library](https://github.com/huggingface/peft).
148
 
 
142
 
143
  This is the [flan-t5-large](https://huggingface.co/google/flan-t5-large) model, fine-tuned using the [SQuAD2.0](https://huggingface.co/datasets/squad_v2) dataset. It's been trained on question-answer pairs, including unanswerable questions, for the task of Extractive Question Answering.
144
 
145
+ **UPDATE:** With transformers version 4.31.0 the `use_remote_code=True` is no longer necessary.
146
 
147
  This model was trained using LoRA available through the [PEFT library](https://github.com/huggingface/peft).
148