Jeska commited on
Commit
6430c9c
·
1 Parent(s): bdb81f8

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -3
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: 2.1432
17
 
18
  ## Model description
19
 
@@ -40,13 +40,15 @@ 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: 1.0
44
 
45
  ### Training results
46
 
47
  | Training Loss | Epoch | Step | Validation Loss |
48
  |:-------------:|:-----:|:----:|:---------------:|
49
- | No log | 1.0 | 297 | 2.1746 |
 
 
50
 
51
 
52
  ### 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: 2.0304
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: 3.0
44
 
45
  ### Training results
46
 
47
  | Training Loss | Epoch | Step | Validation Loss |
48
  |:-------------:|:-----:|:----:|:---------------:|
49
+ | No log | 1.0 | 297 | 2.1701 |
50
+ | 2.1401 | 2.0 | 594 | 2.0152 |
51
+ | 2.1401 | 3.0 | 891 | 2.1160 |
52
 
53
 
54
  ### Framework versions