Update README.md
Browse files
README.md
CHANGED
@@ -9,4 +9,4 @@ library_name: transformers
|
|
9 |
pipeline_tag: question-answering
|
10 |
---
|
11 |
* The model was fine-tuned from `FacebookAI/roberta-large` on `rajpurkar/squad` for 3 epochs.
|
12 |
-
* The model achieved an exact-match score of
|
|
|
9 |
pipeline_tag: question-answering
|
10 |
---
|
11 |
* The model was fine-tuned from `FacebookAI/roberta-large` on `rajpurkar/squad` for 3 epochs.
|
12 |
+
* The model achieved an exact-match score of 88.2 and an f-1 score of 94.3.
|