xabackus commited on
Commit
8dd56a1
·
verified ·
1 Parent(s): e6b652c

End of training

Browse files
Files changed (1) hide show
  1. README.md +8 -7
README.md CHANGED
@@ -8,18 +8,18 @@ metrics:
8
  - accuracy
9
  - f1
10
  model-index:
11
- - name: sexism-detector-Spanish-2212e-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-2212e-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.8560
23
  - Accuracy: 0.8246
24
  - F1: 0.7453
25
 
@@ -41,18 +41,19 @@ More information needed
41
 
42
  The following hyperparameters were used during training:
43
  - learning_rate: 2e-05
44
- - train_batch_size: 2
45
- - eval_batch_size: 2
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.7775 | 1.0 | 900 | 0.8560 | 0.8246 | 0.7453 |
 
56
 
57
 
58
  ### Framework versions
 
8
  - accuracy
9
  - f1
10
  model-index:
11
+ - name: sexism-detector-Spanish-8822e-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-8822e-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.4773
23
  - Accuracy: 0.8246
24
  - F1: 0.7453
25
 
 
41
 
42
  The following hyperparameters were used during training:
43
  - learning_rate: 2e-05
44
+ - train_batch_size: 8
45
+ - eval_batch_size: 8
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: 2
50
 
51
  ### Training results
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
54
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
55
+ | 0.4827 | 1.0 | 225 | 0.4929 | 0.8246 | 0.7453 |
56
+ | 0.4707 | 2.0 | 450 | 0.4773 | 0.8246 | 0.7453 |
57
 
58
 
59
  ### Framework versions