Jeska commited on
Commit
8c326b8
·
1 Parent(s): a858895

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
+ tags:
3
+ - generated_from_trainer
4
+ metrics:
5
+ - accuracy
6
+ model-index:
7
+ - name: VaccinChatSentenceClassifierDutch_fromBERTje2_DAdialogQonly
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # VaccinChatSentenceClassifierDutch_fromBERTje2_DAdialogQonly
15
+
16
+ This model is a fine-tuned version of [outputDAQonly/checkpoint-8710](https://huggingface.co/outputDAQonly/checkpoint-8710) on an unknown dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 0.5008
19
+ - Accuracy: 0.9068
20
+
21
+ ## Model description
22
+
23
+ More information needed
24
+
25
+ ## Intended uses & limitations
26
+
27
+ More information needed
28
+
29
+ ## Training and evaluation data
30
+
31
+ More information needed
32
+
33
+ ## Training procedure
34
+
35
+ ### Training hyperparameters
36
+
37
+ The following hyperparameters were used during training:
38
+ - learning_rate: 1e-05
39
+ - train_batch_size: 8
40
+ - eval_batch_size: 8
41
+ - seed: 42
42
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-06
43
+ - lr_scheduler_type: linear
44
+ - num_epochs: 15.0
45
+
46
+ ### Training results
47
+
48
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
49
+ |:-------------:|:-----:|:-----:|:---------------:|:--------:|
50
+ | 4.0751 | 1.0 | 1320 | 3.1674 | 0.4086 |
51
+ | 2.5619 | 2.0 | 2640 | 2.0335 | 0.6426 |
52
+ | 1.8549 | 3.0 | 3960 | 1.3537 | 0.7861 |
53
+ | 1.106 | 4.0 | 5280 | 0.9515 | 0.8519 |
54
+ | 0.6698 | 5.0 | 6600 | 0.7152 | 0.8757 |
55
+ | 0.4497 | 6.0 | 7920 | 0.5838 | 0.8921 |
56
+ | 0.2626 | 7.0 | 9240 | 0.5300 | 0.8940 |
57
+ | 0.1762 | 8.0 | 10560 | 0.4984 | 0.8958 |
58
+ | 0.119 | 9.0 | 11880 | 0.4906 | 0.9059 |
59
+ | 0.0919 | 10.0 | 13200 | 0.4896 | 0.8995 |
60
+ | 0.0722 | 11.0 | 14520 | 0.5012 | 0.9022 |
61
+ | 0.0517 | 12.0 | 15840 | 0.4951 | 0.9040 |
62
+ | 0.0353 | 13.0 | 17160 | 0.4988 | 0.9040 |
63
+ | 0.0334 | 14.0 | 18480 | 0.5035 | 0.9049 |
64
+ | 0.0304 | 15.0 | 19800 | 0.5008 | 0.9068 |
65
+
66
+
67
+ ### Framework versions
68
+
69
+ - Transformers 4.13.0.dev0
70
+ - Pytorch 1.10.0
71
+ - Datasets 1.16.1
72
+ - Tokenizers 0.10.3