Tommert25 commited on
Commit
5c448e1
1 Parent(s): 0e2c9e2

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +72 -0
README.md ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - precision
7
+ - recall
8
+ - f1
9
+ - accuracy
10
+ model-index:
11
+ - name: robbertfinetuned1406
12
+ results: []
13
+ ---
14
+
15
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
+ should probably proofread and complete it, then remove this comment. -->
17
+
18
+ # robbertfinetuned1406
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
+
30
+ More information needed
31
+
32
+ ## Intended uses & limitations
33
+
34
+ More information needed
35
+
36
+ ## Training and evaluation data
37
+
38
+ More information needed
39
+
40
+ ## Training procedure
41
+
42
+ ### Training hyperparameters
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
68
+
69
+ - Transformers 4.30.2
70
+ - Pytorch 2.0.1+cu118
71
+ - Datasets 2.12.0
72
+ - Tokenizers 0.13.3