sjrhuschlee
commited on
Commit
•
272d9ce
1
Parent(s):
9f7b3ec
Update README.md
Browse files
README.md
CHANGED
@@ -141,7 +141,7 @@ model-index:
|
|
141 |
|
142 |
This is the [flan-t5-base](https://huggingface.co/google/flan-t5-base) 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.
|
143 |
|
144 |
-
**UPDATE:** With transformers version 4.31.0 the `use_remote_code=True` is no longer necessary and will cause `AutoModelForQuestionAnswering.from_pretrained()` to
|
145 |
|
146 |
**NOTE:** The `<cls>` token must be manually added to the beginning of the question for this model to work properly.
|
147 |
It uses the `<cls>` token to be able to make "no answer" predictions.
|
|
|
141 |
|
142 |
This is the [flan-t5-base](https://huggingface.co/google/flan-t5-base) 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.
|
143 |
|
144 |
+
**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.
|
145 |
|
146 |
**NOTE:** The `<cls>` token must be manually added to the beginning of the question for this model to work properly.
|
147 |
It uses the `<cls>` token to be able to make "no answer" predictions.
|