siberett commited on
Commit
0245a09
1 Parent(s): 12ace41

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +68 -0
README.md ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ datasets:
5
+ - tweet_eval
6
+ model-index:
7
+ - name: roberta-sentiment-analysis-finetune
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
+ # roberta-sentiment-analysis-finetune
15
+
16
+ This model is a fine-tuned version of [cardiffnlp/twitter-roberta-base-sentiment-latest](https://huggingface.co/cardiffnlp/twitter-roberta-base-sentiment-latest) on the tweet_eval dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 0.8863
19
+
20
+ ## Model description
21
+
22
+ More information needed
23
+
24
+ ## Intended uses & limitations
25
+
26
+ More information needed
27
+
28
+ ## Training and evaluation data
29
+
30
+ More information needed
31
+
32
+ ## Training procedure
33
+
34
+ ### Training hyperparameters
35
+
36
+ The following hyperparameters were used during training:
37
+ - learning_rate: 1e-05
38
+ - train_batch_size: 64
39
+ - eval_batch_size: 64
40
+ - seed: 42
41
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
+ - lr_scheduler_type: linear
43
+ - lr_scheduler_warmup_steps: 50
44
+ - num_epochs: 10
45
+ - mixed_precision_training: Native AMP
46
+
47
+ ### Training results
48
+
49
+ | Training Loss | Epoch | Step | Validation Loss |
50
+ |:-------------:|:-----:|:----:|:---------------:|
51
+ | 0.5451 | 1.0 | 713 | 0.5422 |
52
+ | 0.4785 | 2.0 | 1426 | 0.5585 |
53
+ | 0.4199 | 3.0 | 2139 | 0.5785 |
54
+ | 0.3608 | 4.0 | 2852 | 0.6038 |
55
+ | 0.3117 | 5.0 | 3565 | 0.6713 |
56
+ | 0.2684 | 6.0 | 4278 | 0.7366 |
57
+ | 0.2403 | 7.0 | 4991 | 0.7737 |
58
+ | 0.2137 | 8.0 | 5704 | 0.8276 |
59
+ | 0.1926 | 9.0 | 6417 | 0.8597 |
60
+ | 0.1778 | 10.0 | 7130 | 0.8863 |
61
+
62
+
63
+ ### Framework versions
64
+
65
+ - Transformers 4.25.1
66
+ - Pytorch 1.13.0+cu116
67
+ - Datasets 2.8.0
68
+ - Tokenizers 0.13.2