princetyagi commited on
Commit
0c2ee5a
1 Parent(s): 6f31bce

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -5
README.md CHANGED
@@ -16,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  This model is a fine-tuned version of [bert-base-german-cased](https://huggingface.co/bert-base-german-cased) on the germanquad dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 1.4176
20
 
21
  ## Model description
22
 
@@ -41,15 +41,22 @@ The following hyperparameters were used during training:
41
  - seed: 42
42
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
  - lr_scheduler_type: linear
44
- - num_epochs: 3
45
 
46
  ### Training results
47
 
48
  | Training Loss | Epoch | Step | Validation Loss |
49
  |:-------------:|:-----:|:----:|:---------------:|
50
- | 2.969 | 1.0 | 930 | 1.3677 |
51
- | 1.502 | 2.0 | 1860 | 1.3094 |
52
- | 1.0567 | 3.0 | 2790 | 1.4176 |
 
 
 
 
 
 
 
53
 
54
 
55
  ### Framework versions
 
16
 
17
  This model is a fine-tuned version of [bert-base-german-cased](https://huggingface.co/bert-base-german-cased) on the germanquad dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 2.5718
20
 
21
  ## Model description
22
 
 
41
  - seed: 42
42
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
  - lr_scheduler_type: linear
44
+ - num_epochs: 10
45
 
46
  ### Training results
47
 
48
  | Training Loss | Epoch | Step | Validation Loss |
49
  |:-------------:|:-----:|:----:|:---------------:|
50
+ | 2.959 | 1.0 | 930 | 1.3259 |
51
+ | 1.4632 | 2.0 | 1860 | 1.2816 |
52
+ | 0.954 | 3.0 | 2790 | 1.4692 |
53
+ | 0.6371 | 4.0 | 3720 | 1.6610 |
54
+ | 0.4482 | 5.0 | 4650 | 1.8121 |
55
+ | 0.3169 | 6.0 | 5580 | 1.9942 |
56
+ | 0.2021 | 7.0 | 6510 | 2.2969 |
57
+ | 0.147 | 8.0 | 7440 | 2.4245 |
58
+ | 0.1132 | 9.0 | 8370 | 2.5011 |
59
+ | 0.0858 | 10.0 | 9300 | 2.5718 |
60
 
61
 
62
  ### Framework versions