btjiong commited on
Commit
0d5f571
1 Parent(s): 4feffe7

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +89 -0
README.md ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - generated_from_trainer
5
+ datasets:
6
+ - dutch_social
7
+ metrics:
8
+ - accuracy
9
+ - f1
10
+ - precision
11
+ - recall
12
+ model-index:
13
+ - name: robbert-twitter-sentiment-custom
14
+ results:
15
+ - task:
16
+ name: Text Classification
17
+ type: text-classification
18
+ dataset:
19
+ name: dutch_social
20
+ type: dutch_social
21
+ args: dutch_social
22
+ metrics:
23
+ - name: Accuracy
24
+ type: accuracy
25
+ value: 0.788
26
+ - name: F1
27
+ type: f1
28
+ value: 0.7878005279207152
29
+ - name: Precision
30
+ type: precision
31
+ value: 0.7877102066609215
32
+ - name: Recall
33
+ type: recall
34
+ value: 0.788
35
+ ---
36
+
37
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
38
+ should probably proofread and complete it, then remove this comment. -->
39
+
40
+ # robbert-twitter-sentiment-custom
41
+
42
+ This model is a fine-tuned version of [pdelobelle/robbert-v2-dutch-base](https://huggingface.co/pdelobelle/robbert-v2-dutch-base) on the dutch_social dataset.
43
+ It achieves the following results on the evaluation set:
44
+ - Loss: 0.6656
45
+ - Accuracy: 0.788
46
+ - F1: 0.7878
47
+ - Precision: 0.7877
48
+ - Recall: 0.788
49
+
50
+ ## Model description
51
+
52
+ More information needed
53
+
54
+ ## Intended uses & limitations
55
+
56
+ More information needed
57
+
58
+ ## Training and evaluation data
59
+
60
+ More information needed
61
+
62
+ ## Training procedure
63
+
64
+ ### Training hyperparameters
65
+
66
+ The following hyperparameters were used during training:
67
+ - learning_rate: 5e-05
68
+ - train_batch_size: 16
69
+ - eval_batch_size: 16
70
+ - seed: 42
71
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
72
+ - lr_scheduler_type: linear
73
+ - num_epochs: 3
74
+
75
+ ### Training results
76
+
77
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
78
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
79
+ | 0.8287 | 1.0 | 282 | 0.7178 | 0.7007 | 0.6958 | 0.6973 | 0.7007 |
80
+ | 0.4339 | 2.0 | 564 | 0.5873 | 0.7667 | 0.7668 | 0.7681 | 0.7667 |
81
+ | 0.2045 | 3.0 | 846 | 0.6656 | 0.788 | 0.7878 | 0.7877 | 0.788 |
82
+
83
+
84
+ ### Framework versions
85
+
86
+ - Transformers 4.17.0
87
+ - Pytorch 1.11.0+cpu
88
+ - Datasets 2.0.0
89
+ - Tokenizers 0.11.6