Commit
·
3751de2
1
Parent(s):
432fa04
update model card README.md
Browse files
README.md
CHANGED
@@ -14,7 +14,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on the None dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
-
- Loss: 0.
|
18 |
|
19 |
## Model description
|
20 |
|
@@ -47,29 +47,29 @@ The following hyperparameters were used during training:
|
|
47 |
|
48 |
| Training Loss | Epoch | Step | Validation Loss |
|
49 |
|:-------------:|:-----:|:----:|:---------------:|
|
50 |
-
| 0.
|
51 |
-
| 0.
|
52 |
-
| 0.
|
53 |
-
| 0.
|
54 |
-
| 0.
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
-
| 0.
|
66 |
-
| 0.
|
67 |
-
| 0.
|
68 |
-
| 0.
|
69 |
-
| 0.
|
70 |
-
| 0.
|
71 |
-
| 0.
|
72 |
-
| 0.
|
73 |
|
74 |
|
75 |
### Framework versions
|
|
|
14 |
|
15 |
This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on the None dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
+
- Loss: 0.1649
|
18 |
|
19 |
## Model description
|
20 |
|
|
|
47 |
|
48 |
| Training Loss | Epoch | Step | Validation Loss |
|
49 |
|:-------------:|:-----:|:----:|:---------------:|
|
50 |
+
| 0.7435 | 0.43 | 50 | 0.6889 |
|
51 |
+
| 0.3222 | 0.87 | 100 | 0.2906 |
|
52 |
+
| 0.2573 | 1.3 | 150 | 0.1937 |
|
53 |
+
| 0.1205 | 1.74 | 200 | 0.1411 |
|
54 |
+
| 0.1586 | 2.17 | 250 | 0.2008 |
|
55 |
+
| 0.0755 | 2.61 | 300 | 0.1926 |
|
56 |
+
| 0.062 | 3.04 | 350 | 0.2257 |
|
57 |
+
| 0.0644 | 3.48 | 400 | 0.1497 |
|
58 |
+
| 0.1034 | 3.91 | 450 | 0.1561 |
|
59 |
+
| 0.008 | 4.35 | 500 | 0.2067 |
|
60 |
+
| 0.0616 | 4.78 | 550 | 0.2067 |
|
61 |
+
| 0.0766 | 5.22 | 600 | 0.1494 |
|
62 |
+
| 0.0029 | 5.65 | 650 | 0.2078 |
|
63 |
+
| 0.1076 | 6.09 | 700 | 0.1669 |
|
64 |
+
| 0.0025 | 6.52 | 750 | 0.1564 |
|
65 |
+
| 0.0498 | 6.95 | 800 | 0.2355 |
|
66 |
+
| 0.0011 | 7.39 | 850 | 0.1652 |
|
67 |
+
| 0.0271 | 7.82 | 900 | 0.1731 |
|
68 |
+
| 0.012 | 8.26 | 950 | 0.1590 |
|
69 |
+
| 0.0257 | 8.69 | 1000 | 0.1638 |
|
70 |
+
| 0.0009 | 9.13 | 1050 | 0.1851 |
|
71 |
+
| 0.0013 | 9.56 | 1100 | 0.1613 |
|
72 |
+
| 0.0015 | 10.0 | 1150 | 0.1649 |
|
73 |
|
74 |
|
75 |
### Framework versions
|