sjrhuschlee
commited on
Commit
•
26366e7
1
Parent(s):
ab5545b
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
|
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.
|
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.
|