Tommert25 commited on
Commit
bfecf5c
1 Parent(s): 4609027

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -16
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 [pdelobelle/robbert-v2-dutch-base](https://huggingface.co/pdelobelle/robbert-v2-dutch-base) on an unknown dataset.
21
  It achieves the following results on the evaluation set:
22
- - Loss: 1.0097
23
- - Precision: 0.6609
24
- - Recall: 0.6121
25
- - F1: 0.6356
26
- - Accuracy: 0.8636
27
 
28
  ## Model description
29
 
@@ -43,25 +43,21 @@ More information needed
43
 
44
  The following hyperparameters were used during training:
45
  - learning_rate: 2e-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
51
- - num_epochs: 8
52
 
53
  ### Training results
54
 
55
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
56
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
57
- | No log | 1.0 | 290 | 0.9755 | 0.6240 | 0.5714 | 0.5965 | 0.8493 |
58
- | 0.0583 | 2.0 | 580 | 0.8817 | 0.6185 | 0.5828 | 0.6001 | 0.8574 |
59
- | 0.0583 | 3.0 | 870 | 0.8827 | 0.6567 | 0.6045 | 0.6296 | 0.8628 |
60
- | 0.0533 | 4.0 | 1160 | 0.9250 | 0.6517 | 0.6036 | 0.6267 | 0.8645 |
61
- | 0.0533 | 5.0 | 1450 | 1.0505 | 0.606 | 0.5733 | 0.5892 | 0.8493 |
62
- | 0.0339 | 6.0 | 1740 | 0.9916 | 0.6603 | 0.6235 | 0.6414 | 0.8634 |
63
- | 0.0444 | 7.0 | 2030 | 1.0201 | 0.6473 | 0.6008 | 0.6232 | 0.8591 |
64
- | 0.0444 | 8.0 | 2320 | 1.0097 | 0.6609 | 0.6121 | 0.6356 | 0.8636 |
65
 
66
 
67
  ### Framework versions
 
19
 
20
  This model is a fine-tuned version of [pdelobelle/robbert-v2-dutch-base](https://huggingface.co/pdelobelle/robbert-v2-dutch-base) on an unknown dataset.
21
  It achieves the following results on the evaluation set:
22
+ - Loss: 1.0350
23
+ - Precision: 0.6604
24
+ - Recall: 0.6291
25
+ - F1: 0.6444
26
+ - Accuracy: 0.8697
27
 
28
  ## Model description
29
 
 
43
 
44
  The following hyperparameters were used during training:
45
  - learning_rate: 2e-05
46
+ - train_batch_size: 32
47
+ - eval_batch_size: 32
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 | 73 | 1.0577 | 0.6605 | 0.6074 | 0.6328 | 0.8632 |
58
+ | No log | 2.0 | 146 | 1.1133 | 0.6470 | 0.6017 | 0.6235 | 0.8606 |
59
+ | No log | 3.0 | 219 | 1.0416 | 0.6539 | 0.6310 | 0.6423 | 0.8675 |
60
+ | No log | 4.0 | 292 | 1.0350 | 0.6604 | 0.6291 | 0.6444 | 0.8697 |
 
 
 
 
61
 
62
 
63
  ### Framework versions