ahmetayrnc commited on
Commit
524c040
1 Parent(s): a41f8c3

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +83 -0
README.md ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ datasets:
5
+ - silicone
6
+ metrics:
7
+ - accuracy
8
+ model-index:
9
+ - name: twitter-roberta-base-sentiment
10
+ results:
11
+ - task:
12
+ name: Text Classification
13
+ type: text-classification
14
+ dataset:
15
+ name: silicone
16
+ type: silicone
17
+ config: swda
18
+ split: test
19
+ args: swda
20
+ metrics:
21
+ - name: Accuracy
22
+ type: accuracy
23
+ value: 0.7383935151068534
24
+ ---
25
+
26
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
27
+ should probably proofread and complete it, then remove this comment. -->
28
+
29
+ # twitter-roberta-base-sentiment
30
+
31
+ This model is a fine-tuned version of [cardiffnlp/twitter-roberta-base-sentiment](https://huggingface.co/cardiffnlp/twitter-roberta-base-sentiment) on the silicone dataset.
32
+ It achieves the following results on the evaluation set:
33
+ - Loss: 0.8422
34
+ - Accuracy: 0.7384
35
+ - Micro-precision: 0.7384
36
+ - Micro-recall: 0.7384
37
+ - Micro-f1: 0.7384
38
+ - Macro-precision: 0.4914
39
+ - Macro-recall: 0.4392
40
+ - Macro-f1: 0.4373
41
+ - Weighted-precision: 0.7095
42
+ - Weighted-recall: 0.7384
43
+ - Weighted-f1: 0.7133
44
+
45
+ ## Model description
46
+
47
+ More information needed
48
+
49
+ ## Intended uses & limitations
50
+
51
+ More information needed
52
+
53
+ ## Training and evaluation data
54
+
55
+ More information needed
56
+
57
+ ## Training procedure
58
+
59
+ ### Training hyperparameters
60
+
61
+ The following hyperparameters were used during training:
62
+ - learning_rate: 2e-05
63
+ - train_batch_size: 32
64
+ - eval_batch_size: 32
65
+ - seed: 42
66
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
67
+ - lr_scheduler_type: linear
68
+ - num_epochs: 2
69
+
70
+ ### Training results
71
+
72
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | Micro-precision | Micro-recall | Micro-f1 | Macro-precision | Macro-recall | Macro-f1 | Weighted-precision | Weighted-recall | Weighted-f1 |
73
+ |:-------------:|:-----:|:-----:|:---------------:|:--------:|:---------------:|:------------:|:--------:|:---------------:|:------------:|:--------:|:------------------:|:---------------:|:-----------:|
74
+ | 0.8271 | 1.0 | 5960 | 0.8467 | 0.7410 | 0.7410 | 0.7410 | 0.7410 | 0.4798 | 0.4163 | 0.4203 | 0.7098 | 0.7410 | 0.7165 |
75
+ | 0.7774 | 2.0 | 11920 | 0.8422 | 0.7384 | 0.7384 | 0.7384 | 0.7384 | 0.4914 | 0.4392 | 0.4373 | 0.7095 | 0.7384 | 0.7133 |
76
+
77
+
78
+ ### Framework versions
79
+
80
+ - Transformers 4.26.0
81
+ - Pytorch 1.13.1+cu116
82
+ - Datasets 2.9.0
83
+ - Tokenizers 0.13.2