Commit
路
f63e1e8
1
Parent(s):
4e12b60
update model card README.md
Browse files
README.md
CHANGED
@@ -16,9 +16,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
This model is a fine-tuned version of [xlm-roberta-large](https://huggingface.co/xlm-roberta-large) on the None dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss: 0.
|
20 |
-
- Exact Match:
|
21 |
-
- F1:
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -51,19 +51,19 @@ The following hyperparameters were used during training:
|
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Exact Match | F1 |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|:-----------:|:-------:|
|
54 |
-
| 6.
|
55 |
-
| 3.
|
56 |
-
| 1.
|
57 |
-
| 1.
|
58 |
-
| 1.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
-
| 0.
|
66 |
-
| 0.
|
67 |
|
68 |
|
69 |
### Framework versions
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [xlm-roberta-large](https://huggingface.co/xlm-roberta-large) on the None dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.8236
|
20 |
+
- Exact Match: 75.9162
|
21 |
+
- F1: 81.7215
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Exact Match | F1 |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|:-----------:|:-------:|
|
54 |
+
| 6.4323 | 0.49 | 36 | 2.3534 | 50.0 | 50.0 |
|
55 |
+
| 3.6036 | 0.98 | 72 | 1.7984 | 47.5131 | 48.0031 |
|
56 |
+
| 1.8711 | 1.48 | 108 | 1.1297 | 59.1623 | 67.4774 |
|
57 |
+
| 1.8711 | 1.97 | 144 | 1.0215 | 62.9581 | 70.7402 |
|
58 |
+
| 1.1663 | 2.46 | 180 | 0.8500 | 69.1099 | 76.2124 |
|
59 |
+
| 0.9042 | 2.95 | 216 | 0.8389 | 68.8482 | 76.0043 |
|
60 |
+
| 0.7502 | 3.45 | 252 | 0.8404 | 70.9424 | 78.2197 |
|
61 |
+
| 0.7502 | 3.94 | 288 | 0.9341 | 68.5864 | 75.3916 |
|
62 |
+
| 0.6715 | 4.44 | 324 | 0.7647 | 74.2147 | 80.2681 |
|
63 |
+
| 0.576 | 4.92 | 360 | 0.7881 | 75.6545 | 81.9120 |
|
64 |
+
| 0.576 | 5.42 | 396 | 0.8022 | 74.7382 | 80.7782 |
|
65 |
+
| 0.5213 | 5.91 | 432 | 0.8218 | 74.2147 | 80.6803 |
|
66 |
+
| 0.4811 | 6.41 | 468 | 0.8236 | 75.9162 | 81.7215 |
|
67 |
|
68 |
|
69 |
### Framework versions
|