Realgon commited on
Commit
5d6aee9
·
1 Parent(s): 66ece90

End of training

Browse files
Files changed (1) hide show
  1. README.md +79 -0
README.md ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ base_model: roberta-base
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ model-index:
9
+ - name: roberta_twitterfin_padding100model
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # roberta_twitterfin_padding100model
17
+
18
+ This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.8974
21
+ - Accuracy: 0.9062
22
+
23
+ ## Model description
24
+
25
+ More information needed
26
+
27
+ ## Intended uses & limitations
28
+
29
+ More information needed
30
+
31
+ ## Training and evaluation data
32
+
33
+ More information needed
34
+
35
+ ## Training procedure
36
+
37
+ ### Training hyperparameters
38
+
39
+ The following hyperparameters were used during training:
40
+ - learning_rate: 2e-05
41
+ - train_batch_size: 16
42
+ - eval_batch_size: 16
43
+ - seed: 42
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: linear
46
+ - num_epochs: 20
47
+
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
+ |:-------------:|:-----:|:-----:|:---------------:|:--------:|
52
+ | 0.6161 | 1.0 | 597 | 0.3067 | 0.8836 |
53
+ | 0.3154 | 2.0 | 1194 | 0.2813 | 0.9003 |
54
+ | 0.2524 | 3.0 | 1791 | 0.4237 | 0.8903 |
55
+ | 0.191 | 4.0 | 2388 | 0.3915 | 0.8974 |
56
+ | 0.1607 | 5.0 | 2985 | 0.5921 | 0.8794 |
57
+ | 0.0813 | 6.0 | 3582 | 0.6027 | 0.8920 |
58
+ | 0.0867 | 7.0 | 4179 | 0.7093 | 0.8882 |
59
+ | 0.0601 | 8.0 | 4776 | 0.6902 | 0.8920 |
60
+ | 0.0578 | 9.0 | 5373 | 0.7902 | 0.8886 |
61
+ | 0.0565 | 10.0 | 5970 | 0.7581 | 0.9003 |
62
+ | 0.0322 | 11.0 | 6567 | 0.8172 | 0.8945 |
63
+ | 0.0189 | 12.0 | 7164 | 0.7463 | 0.8961 |
64
+ | 0.0283 | 13.0 | 7761 | 0.7960 | 0.9054 |
65
+ | 0.0219 | 14.0 | 8358 | 0.8057 | 0.9033 |
66
+ | 0.0168 | 15.0 | 8955 | 0.7975 | 0.9075 |
67
+ | 0.0103 | 16.0 | 9552 | 0.8289 | 0.9012 |
68
+ | 0.0074 | 17.0 | 10149 | 0.8471 | 0.9037 |
69
+ | 0.0083 | 18.0 | 10746 | 0.8944 | 0.9041 |
70
+ | 0.0061 | 19.0 | 11343 | 0.8967 | 0.9049 |
71
+ | 0.0019 | 20.0 | 11940 | 0.8974 | 0.9062 |
72
+
73
+
74
+ ### Framework versions
75
+
76
+ - Transformers 4.32.1
77
+ - Pytorch 2.1.1
78
+ - Datasets 2.12.0
79
+ - Tokenizers 0.13.3