Jeska commited on
Commit
1dd5e08
1 Parent(s): 179f2da

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -7
README.md CHANGED
@@ -13,7 +13,7 @@ should probably proofread and complete it, then remove this comment. -->
13
 
14
  This model is a fine-tuned version of [GroNLP/bert-base-dutch-cased](https://huggingface.co/GroNLP/bert-base-dutch-cased) on the None dataset.
15
  It achieves the following results on the evaluation set:
16
- - Loss: 1.9208
17
 
18
  ## Model description
19
 
@@ -40,15 +40,20 @@ The following hyperparameters were used during training:
40
  - total_train_batch_size: 64
41
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
  - lr_scheduler_type: linear
43
- - num_epochs: 3.0
44
 
45
  ### Training results
46
 
47
- | Training Loss | Epoch | Step | Validation Loss |
48
- |:-------------:|:-----:|:----:|:---------------:|
49
- | 2.1713 | 1.0 | 1542 | 2.0098 |
50
- | 2.0736 | 2.0 | 3084 | 1.9853 |
51
- | 2.0543 | 3.0 | 4626 | 2.0134 |
 
 
 
 
 
52
 
53
 
54
  ### Framework versions
 
13
 
14
  This model is a fine-tuned version of [GroNLP/bert-base-dutch-cased](https://huggingface.co/GroNLP/bert-base-dutch-cased) on the None dataset.
15
  It achieves the following results on the evaluation set:
16
+ - Loss: 1.9469
17
 
18
  ## Model description
19
 
 
40
  - total_train_batch_size: 64
41
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
  - lr_scheduler_type: linear
43
+ - num_epochs: 8.0
44
 
45
  ### Training results
46
 
47
+ | Training Loss | Epoch | Step | Validation Loss |
48
+ |:-------------:|:-----:|:-----:|:---------------:|
49
+ | 2.1739 | 1.0 | 1542 | 2.0150 |
50
+ | 2.0759 | 2.0 | 3084 | 1.9918 |
51
+ | 2.0453 | 3.0 | 4626 | 2.0132 |
52
+ | 1.9936 | 4.0 | 6168 | 1.9341 |
53
+ | 1.9659 | 5.0 | 7710 | 1.9140 |
54
+ | 1.9545 | 6.0 | 9252 | 1.9418 |
55
+ | 1.9104 | 7.0 | 10794 | 1.9179 |
56
+ | 1.8991 | 8.0 | 12336 | 1.9157 |
57
 
58
 
59
  ### Framework versions