domischwimmbeck commited on
Commit
819cd9a
·
1 Parent(s): 2a26263

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -11
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-german-cased](https://huggingface.co/bert-base-german-cased) on an unknown dataset.
21
  It achieves the following results on the evaluation set:
22
- - Loss: 0.0367
23
- - Precision: 0.7687
24
- - Recall: 0.8429
25
- - F1: 0.8041
26
- - Accuracy: 0.9916
27
 
28
  ## Model description
29
 
@@ -43,21 +43,23 @@ More information needed
43
 
44
  The following hyperparameters were used during training:
45
  - learning_rate: 2e-05
46
- - train_batch_size: 16
47
  - eval_batch_size: 32
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 | 0.62 | 50 | 0.0382 | 0.8020 | 0.8393 | 0.8202 | 0.9914 |
58
- | No log | 1.25 | 100 | 0.0381 | 0.7421 | 0.8429 | 0.7893 | 0.9904 |
59
- | No log | 1.88 | 150 | 0.0380 | 0.7429 | 0.8357 | 0.7866 | 0.9906 |
60
- | No log | 2.5 | 200 | 0.0367 | 0.7687 | 0.8429 | 0.8041 | 0.9916 |
 
 
61
 
62
 
63
  ### Framework versions
 
19
 
20
  This model is a fine-tuned version of [bert-base-german-cased](https://huggingface.co/bert-base-german-cased) on an unknown dataset.
21
  It achieves the following results on the evaluation set:
22
+ - Loss: 0.0456
23
+ - Precision: 0.7190
24
+ - Recall: 0.85
25
+ - F1: 0.7791
26
+ - Accuracy: 0.9904
27
 
28
  ## Model description
29
 
 
43
 
44
  The following hyperparameters were used during training:
45
  - learning_rate: 2e-05
46
+ - train_batch_size: 32
47
  - eval_batch_size: 32
48
  - seed: 42
49
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
  - lr_scheduler_type: linear
51
+ - num_epochs: 10
52
 
53
  ### Training results
54
 
55
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
56
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
57
+ | No log | 0.8 | 32 | 0.0442 | 0.8066 | 0.7893 | 0.7978 | 0.9903 |
58
+ | No log | 1.6 | 64 | 0.0435 | 0.7337 | 0.8464 | 0.7861 | 0.9884 |
59
+ | No log | 2.4 | 96 | 0.0366 | 0.7702 | 0.85 | 0.8081 | 0.9909 |
60
+ | No log | 3.2 | 128 | 0.0389 | 0.7697 | 0.8357 | 0.8014 | 0.9907 |
61
+ | No log | 4.0 | 160 | 0.0377 | 0.7664 | 0.8321 | 0.7979 | 0.9911 |
62
+ | No log | 4.8 | 192 | 0.0456 | 0.7190 | 0.85 | 0.7791 | 0.9904 |
63
 
64
 
65
  ### Framework versions