Tommert25 commited on
Commit
f7ebb1c
·
1 Parent(s): d1cdd2c

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -12
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.3504
23
- - Precision: 0.7086
24
- - Recall: 0.6804
25
- - F1: 0.6942
26
- - Accuracy: 0.9171
27
 
28
  ## Model description
29
 
@@ -43,8 +43,8 @@ More information needed
43
 
44
  The following hyperparameters were used during training:
45
  - learning_rate: 5e-05
46
- - train_batch_size: 8
47
- - eval_batch_size: 8
48
  - seed: 42
49
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
  - lr_scheduler_type: linear
@@ -54,11 +54,11 @@ The following hyperparameters were used during training:
54
 
55
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
56
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
57
- | No log | 1.0 | 290 | 0.3937 | 0.6284 | 0.5766 | 0.6014 | 0.8895 |
58
- | 0.3266 | 2.0 | 580 | 0.3662 | 0.7089 | 0.6598 | 0.6834 | 0.9107 |
59
- | 0.3266 | 3.0 | 870 | 0.3504 | 0.7086 | 0.6804 | 0.6942 | 0.9171 |
60
- | 0.1231 | 4.0 | 1160 | 0.3523 | 0.7404 | 0.7099 | 0.7248 | 0.9274 |
61
- | 0.1231 | 5.0 | 1450 | 0.3636 | 0.7509 | 0.7305 | 0.7406 | 0.9293 |
62
 
63
 
64
  ### 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.3736
23
+ - Precision: 0.7185
24
+ - Recall: 0.7180
25
+ - F1: 0.7182
26
+ - Accuracy: 0.9254
27
 
28
  ## Model description
29
 
 
43
 
44
  The following hyperparameters were used during training:
45
  - learning_rate: 5e-05
46
+ - train_batch_size: 16
47
+ - eval_batch_size: 16
48
  - seed: 42
49
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
  - lr_scheduler_type: linear
 
54
 
55
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
56
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
57
+ | No log | 1.0 | 145 | 0.3877 | 0.7219 | 0.6767 | 0.6986 | 0.9218 |
58
+ | No log | 2.0 | 290 | 0.4076 | 0.72 | 0.6892 | 0.7043 | 0.9137 |
59
+ | No log | 3.0 | 435 | 0.3736 | 0.7185 | 0.7180 | 0.7182 | 0.9254 |
60
+ | 0.0637 | 4.0 | 580 | 0.4199 | 0.7240 | 0.7128 | 0.7184 | 0.9216 |
61
+ | 0.0637 | 5.0 | 725 | 0.4591 | 0.7206 | 0.7121 | 0.7163 | 0.9209 |
62
 
63
 
64
  ### Framework versions