sjrhuschlee
commited on
Commit
•
f7c9f9b
1
Parent(s):
6da6e92
Update README.md
Browse files
README.md
CHANGED
@@ -204,12 +204,7 @@ answer = tokenizer.decode(tokenizer.convert_tokens_to_ids(answer_tokens))
|
|
204 |
The MRQA dataset was updated to fix some errors and formatting to work with the `run_qa.py` example script provided in the Hugging Face Transformers library.
|
205 |
The changes included
|
206 |
- Updating incorrect answer starts locations (usually off by a few characters)
|
207 |
-
- Updating the answer text to match the text found in the context
|
208 |
-
The script used to process the MRQA dataset is provided in this repo at XXX.
|
209 |
-
|
210 |
-
### MRQA
|
211 |
-
- The answer
|
212 |
-
|
213 |
|
214 |
## Training procedure
|
215 |
|
|
|
204 |
The MRQA dataset was updated to fix some errors and formatting to work with the `run_qa.py` example script provided in the Hugging Face Transformers library.
|
205 |
The changes included
|
206 |
- Updating incorrect answer starts locations (usually off by a few characters)
|
207 |
+
- Updating the answer text to exactly match the text found in the context
|
|
|
|
|
|
|
|
|
|
|
208 |
|
209 |
## Training procedure
|
210 |
|