btjiong commited on
Commit
3a37ba7
1 Parent(s): f86a1d7

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-tokenized
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.814
26
+ - name: F1
27
+ type: f1
28
+ value: 0.8132800039281481
29
+ - name: Precision
30
+ type: precision
31
+ value: 0.8131073640029836
32
+ - name: Recall
33
+ type: recall
34
+ value: 0.814
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-tokenized
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.5473
45
+ - Accuracy: 0.814
46
+ - F1: 0.8133
47
+ - Precision: 0.8131
48
+ - Recall: 0.814
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.6895 | 1.0 | 282 | 0.6307 | 0.7433 | 0.7442 | 0.7500 | 0.7433 |
80
+ | 0.4948 | 2.0 | 564 | 0.5189 | 0.8053 | 0.8062 | 0.8081 | 0.8053 |
81
+ | 0.2642 | 3.0 | 846 | 0.5473 | 0.814 | 0.8133 | 0.8131 | 0.814 |
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