MichelBartelsDeepset
commited on
Commit
•
6b033ce
1
Parent(s):
a44be10
Update README.md
Browse files
README.md
CHANGED
@@ -40,15 +40,15 @@ max_query_length=64
|
|
40 |
Evaluated on the SQuAD 2.0 dev set with the [official eval script](https://worksheets.codalab.org/rest/bundles/0x6b567e1cf2e041ec80d7098f031c5c9e/contents/blob/).
|
41 |
|
42 |
```
|
43 |
-
"exact": 79.
|
44 |
-
"f1":
|
45 |
-
|
46 |
-
"total": 11873
|
47 |
-
"HasAns_exact":
|
48 |
-
"HasAns_f1": 84.
|
49 |
-
"HasAns_total": 5928
|
50 |
-
"NoAns_exact": 81.
|
51 |
-
"NoAns_f1": 81.
|
52 |
"NoAns_total": 5945
|
53 |
```
|
54 |
|
|
|
40 |
Evaluated on the SQuAD 2.0 dev set with the [official eval script](https://worksheets.codalab.org/rest/bundles/0x6b567e1cf2e041ec80d7098f031c5c9e/contents/blob/).
|
41 |
|
42 |
```
|
43 |
+
"exact": 79.87029394424324,
|
44 |
+
"f1": 82.91251169582613,
|
45 |
+
|
46 |
+
"total": 11873,
|
47 |
+
"HasAns_exact": 77.93522267206478,
|
48 |
+
"HasAns_f1": 84.02838248389763,
|
49 |
+
"HasAns_total": 5928,
|
50 |
+
"NoAns_exact": 81.79983179142137,
|
51 |
+
"NoAns_f1": 81.79983179142137,
|
52 |
"NoAns_total": 5945
|
53 |
```
|
54 |
|