María Navas Loro
commited on
Commit
·
35421e1
1
Parent(s):
9979e2a
update model card README.md
Browse files
README.md
CHANGED
@@ -19,11 +19,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
19 |
|
20 |
This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on the None dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Loss: 1.
|
23 |
-
- Accuracy: 0.
|
24 |
-
- F1: 0.
|
25 |
-
- Precision: 0.
|
26 |
-
- Recall: 0.
|
27 |
|
28 |
## Model description
|
29 |
|
@@ -54,16 +54,16 @@ The following hyperparameters were used during training:
|
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|
56 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
|
57 |
-
| No log | 1.0 | 9 | 2.
|
58 |
-
| No log | 2.0 | 18 |
|
59 |
-
| No log | 3.0 | 27 |
|
60 |
-
| No log | 4.0 | 36 | 1.
|
61 |
-
| No log | 5.0 | 45 | 1.
|
62 |
-
| No log | 6.0 | 54 | 1.
|
63 |
-
| No log | 7.0 | 63 | 1.
|
64 |
-
| No log | 8.0 | 72 | 1.
|
65 |
-
| No log | 9.0 | 81 | 1.2420 | 0.
|
66 |
-
| No log | 10.0 | 90 | 1.
|
67 |
|
68 |
|
69 |
### Framework versions
|
|
|
19 |
|
20 |
This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on the None dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 1.2410
|
23 |
+
- Accuracy: 0.6471
|
24 |
+
- F1: 0.6471
|
25 |
+
- Precision: 0.6471
|
26 |
+
- Recall: 0.6471
|
27 |
|
28 |
## Model description
|
29 |
|
|
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|
56 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
|
57 |
+
| No log | 1.0 | 9 | 2.3023 | 0.0588 | 0.0588 | 0.0588 | 0.0588 |
|
58 |
+
| No log | 2.0 | 18 | 2.0337 | 0.2353 | 0.2353 | 0.2353 | 0.2353 |
|
59 |
+
| No log | 3.0 | 27 | 1.8946 | 0.4706 | 0.4706 | 0.4706 | 0.4706 |
|
60 |
+
| No log | 4.0 | 36 | 1.7548 | 0.5882 | 0.5882 | 0.5882 | 0.5882 |
|
61 |
+
| No log | 5.0 | 45 | 1.6002 | 0.5294 | 0.5294 | 0.5294 | 0.5294 |
|
62 |
+
| No log | 6.0 | 54 | 1.4561 | 0.5294 | 0.5294 | 0.5294 | 0.5294 |
|
63 |
+
| No log | 7.0 | 63 | 1.3614 | 0.5294 | 0.5294 | 0.5294 | 0.5294 |
|
64 |
+
| No log | 8.0 | 72 | 1.2781 | 0.5882 | 0.5882 | 0.5882 | 0.5882 |
|
65 |
+
| No log | 9.0 | 81 | 1.2420 | 0.5882 | 0.5882 | 0.5882 | 0.5882 |
|
66 |
+
| No log | 10.0 | 90 | 1.2410 | 0.6471 | 0.6471 | 0.6471 | 0.6471 |
|
67 |
|
68 |
|
69 |
### Framework versions
|