domischwimmbeck commited on
Commit
e358e5d
·
1 Parent(s): 5986399

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -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-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.0434
23
- - Precision: 0.7580
24
- - Recall: 0.85
25
- - F1: 0.8013
26
- - Accuracy: 0.9910
27
 
28
  ## Model description
29
 
@@ -48,15 +48,16 @@ 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 | 160 | 0.0547 | 0.4762 | 0.8571 | 0.6122 | 0.9789 |
58
- | No log | 2.0 | 320 | 0.0379 | 0.7848 | 0.8464 | 0.8144 | 0.9919 |
59
- | No log | 3.0 | 480 | 0.0434 | 0.7580 | 0.85 | 0.8013 | 0.9910 |
 
60
 
61
 
62
  ### 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.0475
23
+ - Precision: 0.7476
24
+ - Recall: 0.8464
25
+ - F1: 0.7940
26
+ - Accuracy: 0.9908
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: 4
52
 
53
  ### Training results
54
 
55
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
56
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
57
+ | No log | 1.0 | 160 | 0.0497 | 0.6704 | 0.8643 | 0.7551 | 0.9870 |
58
+ | No log | 2.0 | 320 | 0.0370 | 0.7912 | 0.8393 | 0.8146 | 0.9924 |
59
+ | No log | 3.0 | 480 | 0.0443 | 0.7660 | 0.8536 | 0.8074 | 0.9910 |
60
+ | 0.0585 | 4.0 | 640 | 0.0475 | 0.7476 | 0.8464 | 0.7940 | 0.9908 |
61
 
62
 
63
  ### Framework versions