Update README.md
Browse files
README.md
CHANGED
@@ -22,6 +22,16 @@ It achieves the following results on the evaluation set:
|
|
22 |
- Exact Match: 52.7881
|
23 |
- F1: 76.1437
|
24 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
## Model description
|
26 |
|
27 |
More information needed
|
|
|
22 |
- Exact Match: 52.7881
|
23 |
- F1: 76.1437
|
24 |
|
25 |
+
Validation Metrics
|
26 |
+
{'eval_loss': 1.2329986095428467,
|
27 |
+
'eval_exact_match': 56.52724968314322,
|
28 |
+
'eval_f1': 76.17448254104453}
|
29 |
+
|
30 |
+
Test Metrics
|
31 |
+
{'eval_loss': 1.2814178466796875,
|
32 |
+
'eval_exact_match': 52.78810408921933,
|
33 |
+
'eval_f1': 76.14367323441282}
|
34 |
+
|
35 |
## Model description
|
36 |
|
37 |
More information needed
|