End of training
Browse files
README.md
CHANGED
@@ -8,20 +8,20 @@ metrics:
|
|
8 |
- accuracy
|
9 |
- f1
|
10 |
model-index:
|
11 |
-
- name: sexism-detector-Spanish-
|
12 |
results: []
|
13 |
---
|
14 |
|
15 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
16 |
should probably proofread and complete it, then remove this comment. -->
|
17 |
|
18 |
-
# sexism-detector-Spanish-
|
19 |
|
20 |
This model is a fine-tuned version of [xlm-roberta-large](https://huggingface.co/xlm-roberta-large) on the None dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Loss: 0.
|
23 |
-
- Accuracy: 0.
|
24 |
-
- F1: 0.
|
25 |
|
26 |
## Model description
|
27 |
|
@@ -46,15 +46,13 @@ The following hyperparameters were used during training:
|
|
46 |
- seed: 42
|
47 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
48 |
- lr_scheduler_type: linear
|
49 |
-
- num_epochs:
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
55 |
-
| 0.
|
56 |
-
| 0.4819 | 2.0 | 450 | 0.4729 | 0.8246 | 0.7453 |
|
57 |
-
| 0.4505 | 3.0 | 675 | 0.4254 | 0.8509 | 0.8198 |
|
58 |
|
59 |
|
60 |
### Framework versions
|
|
|
8 |
- accuracy
|
9 |
- f1
|
10 |
model-index:
|
11 |
+
- name: sexism-detector-Spanish-8812e-5001
|
12 |
results: []
|
13 |
---
|
14 |
|
15 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
16 |
should probably proofread and complete it, then remove this comment. -->
|
17 |
|
18 |
+
# sexism-detector-Spanish-8812e-5001
|
19 |
|
20 |
This model is a fine-tuned version of [xlm-roberta-large](https://huggingface.co/xlm-roberta-large) on the None dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.4860
|
23 |
+
- Accuracy: 0.8246
|
24 |
+
- F1: 0.7453
|
25 |
|
26 |
## Model description
|
27 |
|
|
|
46 |
- seed: 42
|
47 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
48 |
- lr_scheduler_type: linear
|
49 |
+
- num_epochs: 1
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
55 |
+
| 0.4953 | 1.0 | 225 | 0.4860 | 0.8246 | 0.7453 |
|
|
|
|
|
56 |
|
57 |
|
58 |
### Framework versions
|