wvangils commited on
Commit
f60087e
1 Parent(s): c54c239

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -13
README.md CHANGED
@@ -18,12 +18,12 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  This model is a fine-tuned version of [GroNLP/bert-base-dutch-cased](https://huggingface.co/GroNLP/bert-base-dutch-cased) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 0.2675
22
- - Accuracy: 0.968
23
- - Recall: 0.1562
24
- - Precision: 0.5
25
- - F1: 0.2381
26
- - Mse: 0.032
27
 
28
  ## Model description
29
 
@@ -43,8 +43,8 @@ More information needed
43
 
44
  The following hyperparameters were used during training:
45
  - learning_rate: 5e-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
@@ -52,11 +52,11 @@ The following hyperparameters were used during training:
52
 
53
  ### Training results
54
 
55
- | Training Loss | Epoch | Step | Validation Loss | Accuracy | Recall | Precision | F1 | Mse |
56
- |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|:-----:|
57
- | 0.1078 | 1.0 | 125 | 0.2461 | 0.969 | 0.0312 | 1.0 | 0.0606 | 0.031 |
58
- | 0.0258 | 2.0 | 250 | 0.2353 | 0.969 | 0.2188 | 0.5385 | 0.3111 | 0.031 |
59
- | 0.0011 | 3.0 | 375 | 0.2675 | 0.968 | 0.1562 | 0.5 | 0.2381 | 0.032 |
60
 
61
 
62
  ### Framework versions
 
18
 
19
  This model is a fine-tuned version of [GroNLP/bert-base-dutch-cased](https://huggingface.co/GroNLP/bert-base-dutch-cased) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 0.0637
22
+ - Accuracy: 0.9836
23
+ - Recall: 0.5486
24
+ - Precision: 0.7914
25
+ - F1: 0.6480
26
+ - Mse: 0.0164
27
 
28
  ## Model description
29
 
 
43
 
44
  The following hyperparameters were used during training:
45
  - learning_rate: 5e-05
46
+ - train_batch_size: 32
47
+ - eval_batch_size: 128
48
  - seed: 42
49
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
  - lr_scheduler_type: linear
 
52
 
53
  ### Training results
54
 
55
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | Recall | Precision | F1 | Mse |
56
+ |:-------------:|:-----:|:-----:|:---------------:|:--------:|:------:|:---------:|:------:|:------:|
57
+ | 0.1043 | 1.0 | 3647 | 0.0961 | 0.9792 | 0.3566 | 0.7606 | 0.4856 | 0.0208 |
58
+ | 0.0799 | 2.0 | 7294 | 0.0797 | 0.9803 | 0.4364 | 0.7415 | 0.5495 | 0.0197 |
59
+ | 0.0589 | 3.0 | 10941 | 0.0637 | 0.9836 | 0.5486 | 0.7914 | 0.6480 | 0.0164 |
60
 
61
 
62
  ### Framework versions