Tommert25 commited on
Commit
f63074e
·
1 Parent(s): 18fdde5

End of training

Browse files
Files changed (1) hide show
  1. README.md +14 -14
README.md CHANGED
@@ -18,11 +18,11 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  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.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 0.6503
22
- - Precisions: 0.8243
23
- - Recall: 0.7775
24
- - F-measure: 0.7978
25
- - Accuracy: 0.9076
26
 
27
  ## Model description
28
 
@@ -41,7 +41,7 @@ More information needed
41
  ### Training hyperparameters
42
 
43
  The following hyperparameters were used during training:
44
- - learning_rate: 5e-05
45
  - train_batch_size: 4
46
  - eval_batch_size: 4
47
  - seed: 42
@@ -53,14 +53,14 @@ The following hyperparameters were used during training:
53
 
54
  | Training Loss | Epoch | Step | Validation Loss | Precisions | Recall | F-measure | Accuracy |
55
  |:-------------:|:-----:|:----:|:---------------:|:----------:|:------:|:---------:|:--------:|
56
- | 0.6524 | 1.0 | 942 | 0.4534 | 0.8361 | 0.6745 | 0.6791 | 0.8712 |
57
- | 0.372 | 2.0 | 1884 | 0.4010 | 0.7997 | 0.7323 | 0.7446 | 0.8930 |
58
- | 0.23 | 3.0 | 2826 | 0.4862 | 0.7950 | 0.7439 | 0.7519 | 0.8963 |
59
- | 0.1446 | 4.0 | 3768 | 0.5515 | 0.8251 | 0.7729 | 0.7851 | 0.9080 |
60
- | 0.0916 | 5.0 | 4710 | 0.6213 | 0.7940 | 0.7793 | 0.7849 | 0.9036 |
61
- | 0.0597 | 6.0 | 5652 | 0.6503 | 0.8243 | 0.7775 | 0.7978 | 0.9076 |
62
- | 0.0317 | 7.0 | 6594 | 0.6706 | 0.8098 | 0.7824 | 0.7922 | 0.9107 |
63
- | 0.021 | 8.0 | 7536 | 0.6690 | 0.8172 | 0.7847 | 0.7968 | 0.9135 |
64
 
65
 
66
  ### Framework versions
 
18
 
19
  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.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 0.6518
22
+ - Precisions: 0.8163
23
+ - Recall: 0.7936
24
+ - F-measure: 0.8017
25
+ - Accuracy: 0.9116
26
 
27
  ## Model description
28
 
 
41
  ### Training hyperparameters
42
 
43
  The following hyperparameters were used during training:
44
+ - learning_rate: 2.5e-05
45
  - train_batch_size: 4
46
  - eval_batch_size: 4
47
  - seed: 42
 
53
 
54
  | Training Loss | Epoch | Step | Validation Loss | Precisions | Recall | F-measure | Accuracy |
55
  |:-------------:|:-----:|:----:|:---------------:|:----------:|:------:|:---------:|:--------:|
56
+ | 0.62 | 1.0 | 942 | 0.4300 | 0.8644 | 0.6922 | 0.7030 | 0.8830 |
57
+ | 0.3475 | 2.0 | 1884 | 0.4044 | 0.8222 | 0.7322 | 0.7464 | 0.8970 |
58
+ | 0.2227 | 3.0 | 2826 | 0.4658 | 0.7715 | 0.7573 | 0.7476 | 0.9070 |
59
+ | 0.1488 | 4.0 | 3768 | 0.5292 | 0.8193 | 0.7461 | 0.7655 | 0.9045 |
60
+ | 0.0983 | 5.0 | 4710 | 0.5855 | 0.7938 | 0.7749 | 0.7829 | 0.9049 |
61
+ | 0.0652 | 6.0 | 5652 | 0.6155 | 0.8170 | 0.7826 | 0.7976 | 0.9100 |
62
+ | 0.0419 | 7.0 | 6594 | 0.6306 | 0.8072 | 0.7929 | 0.7971 | 0.9123 |
63
+ | 0.032 | 8.0 | 7536 | 0.6518 | 0.8163 | 0.7936 | 0.8017 | 0.9116 |
64
 
65
 
66
  ### Framework versions