Update README.md
Browse files
README.md
CHANGED
@@ -6,4 +6,6 @@ metrics:
|
|
6 |
---
|
7 |
|
8 |
This is the "roberta-base" model with a question answering head, trained on the "squad" dataset.
|
9 |
-
It serves as baseline model to compare with.
|
|
|
|
|
|
6 |
---
|
7 |
|
8 |
This is the "roberta-base" model with a question answering head, trained on the "squad" dataset.
|
9 |
+
It serves as baseline model to compare with.
|
10 |
+
|
11 |
+
It was evaluated on the squad validation dataset and the achieved score was : `{'exact_match': 85.87511825922422, 'f1': 92.12966408818717}`
|