Pablo94 commited on
Commit
31c0529
1 Parent(s): 70b3c10

End of training

Browse files
Files changed (1) hide show
  1. README.md +11 -11
README.md CHANGED
@@ -19,12 +19,12 @@ should probably proofread and complete it, then remove this comment. -->
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.4065
23
- - Accuracy: 0.8527
24
- - F1-score: 0.7826
25
- - Precision: 0.7945
26
- - Recall: 0.7727
27
- - Auc: 0.7727
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: 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,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.3296 | 1.0 | 77 | 0.3456 | 0.8543 | 0.7671 | 0.8142 | 0.7408 | 0.7408 |
59
- | 0.1555 | 2.0 | 154 | 0.4065 | 0.8527 | 0.7826 | 0.7945 | 0.7727 | 0.7727 |
60
 
61
 
62
  ### Framework versions
 
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.3567
23
+ - Accuracy: 0.8396
24
+ - F1-score: 0.7752
25
+ - Precision: 0.7713
26
+ - Recall: 0.7794
27
+ - Auc: 0.7794
28
 
29
  ## Model description
30
 
 
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
 
56
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1-score | Precision | Recall | Auc |
57
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:--------:|:---------:|:------:|:------:|
58
+ | 0.4074 | 1.0 | 39 | 0.3802 | 0.8347 | 0.7643 | 0.7649 | 0.7636 | 0.7636 |
59
+ | 0.297 | 2.0 | 78 | 0.3567 | 0.8396 | 0.7752 | 0.7713 | 0.7794 | 0.7794 |
60
 
61
 
62
  ### Framework versions