gsl22 commited on
Commit
07f8f4c
1 Parent(s): 29d8596

End of training

Browse files
Files changed (1) hide show
  1. README.md +129 -0
README.md ADDED
@@ -0,0 +1,129 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: distilbert-base-uncased
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ model-index:
9
+ - name: ellis-v2-emotion-leadership
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
+ # ellis-v2-emotion-leadership
17
+
18
+ This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.7460
21
+ - Accuracy: 0.9411
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: 70
47
+
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
+ |:-------------:|:-----:|:-----:|:---------------:|:--------:|
52
+ | 0.3621 | 1.0 | 1109 | 0.3042 | 0.8964 |
53
+ | 0.257 | 2.0 | 2218 | 0.2566 | 0.9259 |
54
+ | 0.1991 | 3.0 | 3327 | 0.2492 | 0.9274 |
55
+ | 0.1599 | 4.0 | 4436 | 0.2860 | 0.9320 |
56
+ | 0.1335 | 5.0 | 5545 | 0.2966 | 0.9299 |
57
+ | 0.1082 | 6.0 | 6654 | 0.3682 | 0.9274 |
58
+ | 0.0805 | 7.0 | 7763 | 0.3384 | 0.9381 |
59
+ | 0.056 | 8.0 | 8872 | 0.4321 | 0.9325 |
60
+ | 0.0391 | 9.0 | 9981 | 0.4476 | 0.9264 |
61
+ | 0.0431 | 10.0 | 11090 | 0.5036 | 0.9254 |
62
+ | 0.037 | 11.0 | 12199 | 0.4724 | 0.9315 |
63
+ | 0.032 | 12.0 | 13308 | 0.4975 | 0.9381 |
64
+ | 0.0248 | 13.0 | 14417 | 0.5242 | 0.9294 |
65
+ | 0.0194 | 14.0 | 15526 | 0.5792 | 0.9305 |
66
+ | 0.0309 | 15.0 | 16635 | 0.5574 | 0.9315 |
67
+ | 0.0309 | 16.0 | 17744 | 0.5071 | 0.9355 |
68
+ | 0.0223 | 17.0 | 18853 | 0.5156 | 0.9355 |
69
+ | 0.0235 | 18.0 | 19962 | 0.5363 | 0.9371 |
70
+ | 0.014 | 19.0 | 21071 | 0.6050 | 0.9294 |
71
+ | 0.0227 | 20.0 | 22180 | 0.5531 | 0.9371 |
72
+ | 0.0133 | 21.0 | 23289 | 0.6171 | 0.9355 |
73
+ | 0.0215 | 22.0 | 24398 | 0.5730 | 0.9320 |
74
+ | 0.0143 | 23.0 | 25507 | 0.5958 | 0.9330 |
75
+ | 0.0139 | 24.0 | 26616 | 0.5780 | 0.9335 |
76
+ | 0.0104 | 25.0 | 27725 | 0.6212 | 0.9315 |
77
+ | 0.0125 | 26.0 | 28834 | 0.6119 | 0.9335 |
78
+ | 0.007 | 27.0 | 29943 | 0.6179 | 0.9360 |
79
+ | 0.016 | 28.0 | 31052 | 0.6422 | 0.9355 |
80
+ | 0.0128 | 29.0 | 32161 | 0.6028 | 0.9360 |
81
+ | 0.007 | 30.0 | 33270 | 0.6751 | 0.9320 |
82
+ | 0.0109 | 31.0 | 34379 | 0.6579 | 0.9371 |
83
+ | 0.0055 | 32.0 | 35488 | 0.7140 | 0.9305 |
84
+ | 0.0116 | 33.0 | 36597 | 0.6488 | 0.9360 |
85
+ | 0.0138 | 34.0 | 37706 | 0.6029 | 0.9345 |
86
+ | 0.0095 | 35.0 | 38815 | 0.6393 | 0.9355 |
87
+ | 0.0041 | 36.0 | 39924 | 0.6387 | 0.9355 |
88
+ | 0.0063 | 37.0 | 41033 | 0.6304 | 0.9371 |
89
+ | 0.0037 | 38.0 | 42142 | 0.6349 | 0.9391 |
90
+ | 0.0077 | 39.0 | 43251 | 0.6230 | 0.9406 |
91
+ | 0.0027 | 40.0 | 44360 | 0.6546 | 0.9426 |
92
+ | 0.0022 | 41.0 | 45469 | 0.7147 | 0.9350 |
93
+ | 0.0054 | 42.0 | 46578 | 0.7450 | 0.9310 |
94
+ | 0.006 | 43.0 | 47687 | 0.6921 | 0.9360 |
95
+ | 0.0035 | 44.0 | 48796 | 0.6667 | 0.9376 |
96
+ | 0.0078 | 45.0 | 49905 | 0.6562 | 0.9371 |
97
+ | 0.0038 | 46.0 | 51014 | 0.6589 | 0.9376 |
98
+ | 0.0032 | 47.0 | 52123 | 0.6429 | 0.9371 |
99
+ | 0.0002 | 48.0 | 53232 | 0.6616 | 0.9386 |
100
+ | 0.0022 | 49.0 | 54341 | 0.6737 | 0.9416 |
101
+ | 0.0 | 50.0 | 55450 | 0.6911 | 0.9421 |
102
+ | 0.0004 | 51.0 | 56559 | 0.7703 | 0.9335 |
103
+ | 0.0047 | 52.0 | 57668 | 0.7535 | 0.9345 |
104
+ | 0.0003 | 53.0 | 58777 | 0.7973 | 0.9284 |
105
+ | 0.0026 | 54.0 | 59886 | 0.7266 | 0.9376 |
106
+ | 0.0047 | 55.0 | 60995 | 0.7328 | 0.9340 |
107
+ | 0.0 | 56.0 | 62104 | 0.7422 | 0.9371 |
108
+ | 0.0006 | 57.0 | 63213 | 0.7275 | 0.9371 |
109
+ | 0.0008 | 58.0 | 64322 | 0.7095 | 0.9396 |
110
+ | 0.0009 | 59.0 | 65431 | 0.7112 | 0.9401 |
111
+ | 0.0017 | 60.0 | 66540 | 0.6923 | 0.9421 |
112
+ | 0.0022 | 61.0 | 67649 | 0.7383 | 0.9376 |
113
+ | 0.0 | 62.0 | 68758 | 0.7314 | 0.9391 |
114
+ | 0.0004 | 63.0 | 69867 | 0.7433 | 0.9381 |
115
+ | 0.0 | 64.0 | 70976 | 0.7410 | 0.9386 |
116
+ | 0.0 | 65.0 | 72085 | 0.7519 | 0.9386 |
117
+ | 0.0003 | 66.0 | 73194 | 0.7459 | 0.9406 |
118
+ | 0.0004 | 67.0 | 74303 | 0.7366 | 0.9401 |
119
+ | 0.0 | 68.0 | 75412 | 0.7318 | 0.9411 |
120
+ | 0.0 | 69.0 | 76521 | 0.7430 | 0.9411 |
121
+ | 0.0 | 70.0 | 77630 | 0.7460 | 0.9411 |
122
+
123
+
124
+ ### Framework versions
125
+
126
+ - Transformers 4.40.0
127
+ - Pytorch 2.1.0
128
+ - Datasets 2.19.0
129
+ - Tokenizers 0.19.1