domischwimmbeck commited on
Commit
b2e430c
·
1 Parent(s): 5a6a00c

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -15
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.0458
23
- - Precision: 0.8304
24
- - Recall: 0.7099
25
- - F1: 0.7654
26
- - Accuracy: 0.9881
27
 
28
  ## Model description
29
 
@@ -42,24 +42,26 @@ More information needed
42
  ### Training hyperparameters
43
 
44
  The following hyperparameters were used during training:
45
- - learning_rate: 0.0002
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: 6
52
 
53
  ### Training results
54
 
55
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
56
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
57
- | No log | 1.0 | 36 | 0.0477 | 0.8247 | 0.6107 | 0.7018 | 0.9854 |
58
- | No log | 2.0 | 72 | 0.0444 | 0.8235 | 0.6412 | 0.7210 | 0.9869 |
59
- | No log | 3.0 | 108 | 0.0443 | 0.8426 | 0.6947 | 0.7615 | 0.9869 |
60
- | No log | 4.0 | 144 | 0.0392 | 0.8942 | 0.7099 | 0.7915 | 0.9896 |
61
- | No log | 5.0 | 180 | 0.0445 | 0.8070 | 0.7023 | 0.7510 | 0.9877 |
62
- | No log | 6.0 | 216 | 0.0458 | 0.8304 | 0.7099 | 0.7654 | 0.9881 |
 
 
63
 
64
 
65
  ### 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.0651
23
+ - Precision: 0.5643
24
+ - Recall: 0.8464
25
+ - F1: 0.6771
26
+ - Accuracy: 0.9847
27
 
28
  ## Model description
29
 
 
42
  ### Training hyperparameters
43
 
44
  The following hyperparameters were used during training:
45
+ - learning_rate: 2e-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
51
+ - num_epochs: 8
52
 
53
  ### Training results
54
 
55
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
56
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
57
+ | No log | 1.0 | 160 | 0.0566 | 0.5288 | 0.8536 | 0.6530 | 0.9809 |
58
+ | No log | 2.0 | 320 | 0.0385 | 0.7811 | 0.8286 | 0.8042 | 0.9917 |
59
+ | No log | 3.0 | 480 | 0.0380 | 0.7867 | 0.8429 | 0.8138 | 0.9920 |
60
+ | 0.0599 | 4.0 | 640 | 0.0473 | 0.7476 | 0.8464 | 0.7940 | 0.9907 |
61
+ | 0.0599 | 5.0 | 800 | 0.0566 | 0.5939 | 0.8357 | 0.6944 | 0.9861 |
62
+ | 0.0599 | 6.0 | 960 | 0.0562 | 0.6466 | 0.8429 | 0.7318 | 0.9878 |
63
+ | 0.0162 | 7.0 | 1120 | 0.0575 | 0.6364 | 0.85 | 0.7278 | 0.9876 |
64
+ | 0.0162 | 8.0 | 1280 | 0.0651 | 0.5643 | 0.8464 | 0.6771 | 0.9847 |
65
 
66
 
67
  ### Framework versions