Tommert25 commited on
Commit
8cde4a5
·
1 Parent(s): a37c759

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -9
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 [bert-base-multilingual-uncased](https://huggingface.co/bert-base-multilingual-uncased) on an unknown dataset.
21
  It achieves the following results on the evaluation set:
22
- - Loss: 0.3219
23
- - Precision: 0.7148
24
- - Recall: 0.6664
25
- - F1: 0.6898
26
- - Accuracy: 0.9220
27
 
28
  ## Model description
29
 
@@ -48,15 +48,18 @@ The following hyperparameters were used during training:
48
  - seed: 42
49
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
  - lr_scheduler_type: linear
51
- - num_epochs: 3
52
 
53
  ### Training results
54
 
55
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
56
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
57
- | No log | 1.0 | 290 | 0.3463 | 0.6461 | 0.5700 | 0.6056 | 0.8971 |
58
- | 0.35 | 2.0 | 580 | 0.3329 | 0.6912 | 0.6429 | 0.6662 | 0.9131 |
59
- | 0.35 | 3.0 | 870 | 0.3219 | 0.7148 | 0.6664 | 0.6898 | 0.9220 |
 
 
 
60
 
61
 
62
  ### Framework versions
 
19
 
20
  This model is a fine-tuned version of [bert-base-multilingual-uncased](https://huggingface.co/bert-base-multilingual-uncased) on an unknown dataset.
21
  It achieves the following results on the evaluation set:
22
+ - Loss: 0.4599
23
+ - Precision: 0.7258
24
+ - Recall: 0.7077
25
+ - F1: 0.7166
26
+ - Accuracy: 0.9235
27
 
28
  ## Model description
29
 
 
48
  - seed: 42
49
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
  - lr_scheduler_type: linear
51
+ - num_epochs: 6
52
 
53
  ### Training results
54
 
55
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
56
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
57
+ | No log | 1.0 | 290 | 0.3998 | 0.7001 | 0.6635 | 0.6813 | 0.9163 |
58
+ | 0.105 | 2.0 | 580 | 0.3746 | 0.7303 | 0.7018 | 0.7157 | 0.9235 |
59
+ | 0.105 | 3.0 | 870 | 0.3891 | 0.725 | 0.7047 | 0.7147 | 0.9257 |
60
+ | 0.0655 | 4.0 | 1160 | 0.4368 | 0.7173 | 0.6951 | 0.7061 | 0.9227 |
61
+ | 0.0655 | 5.0 | 1450 | 0.4576 | 0.7279 | 0.7091 | 0.7184 | 0.9235 |
62
+ | 0.0323 | 6.0 | 1740 | 0.4599 | 0.7258 | 0.7077 | 0.7166 | 0.9235 |
63
 
64
 
65
  ### Framework versions