btjiong commited on
Commit
2880daa
1 Parent(s): ae90508

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +88 -0
README.md ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
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.749
26
+ - name: F1
27
+ type: f1
28
+ value: 0.7491844724992662
29
+ - name: Precision
30
+ type: precision
31
+ value: 0.7493911755249737
32
+ - name: Recall
33
+ type: recall
34
+ value: 0.749
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
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.6818
45
+ - Accuracy: 0.749
46
+ - F1: 0.7492
47
+ - Precision: 0.7494
48
+ - Recall: 0.749
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: 2
74
+
75
+ ### Training results
76
+
77
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
78
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
79
+ | 0.7485 | 1.0 | 188 | 0.7670 | 0.692 | 0.6915 | 0.6920 | 0.692 |
80
+ | 0.5202 | 2.0 | 376 | 0.6818 | 0.749 | 0.7492 | 0.7494 | 0.749 |
81
+
82
+
83
+ ### Framework versions
84
+
85
+ - Transformers 4.17.0
86
+ - Pytorch 1.11.0+cpu
87
+ - Datasets 2.0.0
88
+ - Tokenizers 0.12.0