Pablo94 commited on
Commit
9e7b021
1 Parent(s): 8b008cd

End of training

Browse files
Files changed (1) hide show
  1. README.md +16 -16
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
- license: cc
3
- base_model: davidmasip/racism
4
  tags:
5
  - generated_from_trainer
6
  metrics:
@@ -8,23 +8,23 @@ metrics:
8
  - precision
9
  - recall
10
  model-index:
11
- - name: racism-finetuned-detests-wandb24
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
- # racism-finetuned-detests-wandb24
19
 
20
- This model is a fine-tuned version of [davidmasip/racism](https://huggingface.co/davidmasip/racism) on the None dataset.
21
  It achieves the following results on the evaluation set:
22
- - Loss: 0.3916
23
- - Accuracy: 0.8380
24
- - F1-score: 0.7712
25
- - Precision: 0.7692
26
- - Recall: 0.7733
27
- - Auc: 0.7733
28
 
29
  ## Model description
30
 
@@ -43,9 +43,9 @@ More information needed
43
  ### Training hyperparameters
44
 
45
  The following hyperparameters were used during training:
46
- - learning_rate: 3e-05
47
- - train_batch_size: 64
48
- - eval_batch_size: 64
49
  - seed: 42
50
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
  - lr_scheduler_type: linear
@@ -55,8 +55,8 @@ The following hyperparameters were used during training:
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1-score | Precision | Recall | Auc |
57
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:--------:|:---------:|:------:|:------:|
58
- | 0.357 | 1.0 | 39 | 0.3343 | 0.8576 | 0.7614 | 0.8374 | 0.7277 | 0.7277 |
59
- | 0.1109 | 2.0 | 78 | 0.3916 | 0.8380 | 0.7712 | 0.7692 | 0.7733 | 0.7733 |
60
 
61
 
62
  ### Framework versions
 
1
  ---
2
+ license: apache-2.0
3
+ base_model: BSC-TeMU/roberta-base-bne
4
  tags:
5
  - generated_from_trainer
6
  metrics:
 
8
  - precision
9
  - recall
10
  model-index:
11
+ - name: roberta-base-bne-finetuned-detests-wandb24
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
+ # roberta-base-bne-finetuned-detests-wandb24
19
 
20
+ This model is a fine-tuned version of [BSC-TeMU/roberta-base-bne](https://huggingface.co/BSC-TeMU/roberta-base-bne) on the None dataset.
21
  It achieves the following results on the evaluation set:
22
+ - Loss: 0.3730
23
+ - Accuracy: 0.8592
24
+ - F1-score: 0.7922
25
+ - Precision: 0.8046
26
+ - Recall: 0.7820
27
+ - Auc: 0.7820
28
 
29
  ## Model description
30
 
 
43
  ### Training hyperparameters
44
 
45
  The following hyperparameters were used during training:
46
+ - learning_rate: 5e-05
47
+ - train_batch_size: 32
48
+ - eval_batch_size: 32
49
  - seed: 42
50
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
  - lr_scheduler_type: linear
 
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1-score | Precision | Recall | Auc |
57
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:--------:|:---------:|:------:|:------:|
58
+ | 0.344 | 1.0 | 77 | 0.3268 | 0.8642 | 0.7814 | 0.8347 | 0.7522 | 0.7522 |
59
+ | 0.1996 | 2.0 | 154 | 0.3730 | 0.8592 | 0.7922 | 0.8046 | 0.7820 | 0.7820 |
60
 
61
 
62
  ### Framework versions