Update README.md
Browse files
README.md
CHANGED
@@ -29,6 +29,24 @@ max_query_length = 256
|
|
29 |
```
|
30 |
|
31 |
## Latest Result
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
```json
|
33 |
// 11 Apr 2023, 09:38 (Staging Epoch 3, total epoch 4, Correct Tokenizer)
|
34 |
{
|
|
|
29 |
```
|
30 |
|
31 |
## Latest Result
|
32 |
+
```json
|
33 |
+
// 11 Apr 2023, 11:08 (Staging Epoch 1, total epoch 4, Correct Tokenizer)
|
34 |
+
{
|
35 |
+
"exact": 74.43780005053483,
|
36 |
+
"f1": 77.49749091378419,
|
37 |
+
"total": 11873,
|
38 |
+
"HasAns_exact": 73.73481781376518,
|
39 |
+
"HasAns_f1": 79.86297395738177,
|
40 |
+
"HasAns_total": 5928,
|
41 |
+
"NoAns_exact": 75.13877207737595,
|
42 |
+
"NoAns_f1": 75.13877207737595,
|
43 |
+
"NoAns_total": 5945,
|
44 |
+
"best_exact": 74.43780005053483,
|
45 |
+
"best_exact_thresh": 0.0,
|
46 |
+
"best_f1": 77.49749091378418,
|
47 |
+
"best_f1_thresh": 0.0
|
48 |
+
}
|
49 |
+
|
50 |
```json
|
51 |
// 11 Apr 2023, 09:38 (Staging Epoch 3, total epoch 4, Correct Tokenizer)
|
52 |
{
|