Commit
路
f4e3f5a
1
Parent(s):
6266480
Update README.md
Browse files
README.md
CHANGED
@@ -37,19 +37,16 @@ teacher = "deepset/robert-large-squad2"
|
|
37 |
Evaluated on the SQuAD 2.0 dev set with the [official eval script](https://worksheets.codalab.org/rest/bundles/0x6b567e1cf2e041ec80d7098f031c5c9e/contents/blob/).
|
38 |
|
39 |
```
|
40 |
-
"exact": 78.
|
41 |
-
"f1": 81.
|
42 |
-
|
43 |
"total": 11873,
|
44 |
-
"HasAns_exact": 76.
|
45 |
-
"
|
46 |
-
"
|
47 |
-
"
|
48 |
-
|
49 |
-
"
|
50 |
-
"best_exact_thresh": -4.051729202270508,
|
51 |
-
"best_f1": 82.26435201691056,
|
52 |
-
"best_f1_thresh": -4.051729202270508
|
53 |
```
|
54 |
|
55 |
## Usage
|
|
|
37 |
Evaluated on the SQuAD 2.0 dev set with the [official eval script](https://worksheets.codalab.org/rest/bundles/0x6b567e1cf2e041ec80d7098f031c5c9e/contents/blob/).
|
38 |
|
39 |
```
|
40 |
+
"exact": 78.69114798281817,
|
41 |
+
"f1": 81.9198998536977,
|
42 |
+
|
43 |
"total": 11873,
|
44 |
+
"HasAns_exact": 76.19770580296895,
|
45 |
+
"HasAns_f1": 82.66446878592329,
|
46 |
+
"HasAns_total": 5928,
|
47 |
+
"NoAns_exact": 81.17746005046257,
|
48 |
+
"NoAns_f1": 81.17746005046257,
|
49 |
+
"NoAns_total": 5945
|
|
|
|
|
|
|
50 |
```
|
51 |
|
52 |
## Usage
|