MHGanainy commited on
Commit
3e7c5e5
·
verified ·
1 Parent(s): 350f09e

MHGanainy/gpt2-xl-lora-ecthr-random-imbalanced-skewed-cluster-8-id-1

Browse files
Files changed (5) hide show
  1. README.md +2 -0
  2. all_results.json +13 -0
  3. eval_results.json +8 -0
  4. train_results.json +8 -0
  5. trainer_state.json +196 -0
README.md CHANGED
@@ -15,6 +15,8 @@ should probably proofread and complete it, then remove this comment. -->
15
  # gpt2-xl-lora-ecthr-random-imbalanced-skewed-cluster-8-id-1
16
 
17
  This model is a fine-tuned version of [openai-community/gpt2-xl](https://huggingface.co/openai-community/gpt2-xl) on an unknown dataset.
 
 
18
 
19
  ## Model description
20
 
 
15
  # gpt2-xl-lora-ecthr-random-imbalanced-skewed-cluster-8-id-1
16
 
17
  This model is a fine-tuned version of [openai-community/gpt2-xl](https://huggingface.co/openai-community/gpt2-xl) on an unknown dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 2.1177
20
 
21
  ## Model description
22
 
all_results.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.0,
3
+ "eval_loss": 2.1176705360412598,
4
+ "eval_runtime": 17.6904,
5
+ "eval_samples_per_second": 21.933,
6
+ "eval_steps_per_second": 2.77,
7
+ "perplexity": 8.311752989685214,
8
+ "total_flos": 4.0811909677056e+16,
9
+ "train_loss": 2.277450401941086,
10
+ "train_runtime": 768.7092,
11
+ "train_samples_per_second": 5.846,
12
+ "train_steps_per_second": 2.923
13
+ }
eval_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.0,
3
+ "eval_loss": 2.1176705360412598,
4
+ "eval_runtime": 17.6904,
5
+ "eval_samples_per_second": 21.933,
6
+ "eval_steps_per_second": 2.77,
7
+ "perplexity": 8.311752989685214
8
+ }
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.0,
3
+ "total_flos": 4.0811909677056e+16,
4
+ "train_loss": 2.277450401941086,
5
+ "train_runtime": 768.7092,
6
+ "train_samples_per_second": 5.846,
7
+ "train_steps_per_second": 2.923
8
+ }
trainer_state.json ADDED
@@ -0,0 +1,196 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 1.0,
5
+ "eval_steps": 500,
6
+ "global_step": 2247,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.04450378282153983,
13
+ "grad_norm": 0.06308697909116745,
14
+ "learning_rate": 2.0000000000000003e-06,
15
+ "loss": 2.4617,
16
+ "step": 100
17
+ },
18
+ {
19
+ "epoch": 0.08900756564307966,
20
+ "grad_norm": 0.21112093329429626,
21
+ "learning_rate": 4.000000000000001e-06,
22
+ "loss": 2.409,
23
+ "step": 200
24
+ },
25
+ {
26
+ "epoch": 0.13351134846461948,
27
+ "grad_norm": 0.11030363291501999,
28
+ "learning_rate": 6e-06,
29
+ "loss": 2.4205,
30
+ "step": 300
31
+ },
32
+ {
33
+ "epoch": 0.1780151312861593,
34
+ "grad_norm": 0.17011764645576477,
35
+ "learning_rate": 8.000000000000001e-06,
36
+ "loss": 2.4131,
37
+ "step": 400
38
+ },
39
+ {
40
+ "epoch": 0.22251891410769917,
41
+ "grad_norm": 0.22362767159938812,
42
+ "learning_rate": 1e-05,
43
+ "loss": 2.3804,
44
+ "step": 500
45
+ },
46
+ {
47
+ "epoch": 0.26702269692923897,
48
+ "grad_norm": 0.32320550084114075,
49
+ "learning_rate": 1.2e-05,
50
+ "loss": 2.3659,
51
+ "step": 600
52
+ },
53
+ {
54
+ "epoch": 0.3115264797507788,
55
+ "grad_norm": 0.32712113857269287,
56
+ "learning_rate": 1.4e-05,
57
+ "loss": 2.3029,
58
+ "step": 700
59
+ },
60
+ {
61
+ "epoch": 0.3560302625723186,
62
+ "grad_norm": 0.38736435770988464,
63
+ "learning_rate": 1.6000000000000003e-05,
64
+ "loss": 2.3496,
65
+ "step": 800
66
+ },
67
+ {
68
+ "epoch": 0.40053404539385845,
69
+ "grad_norm": 0.4244949221611023,
70
+ "learning_rate": 1.8e-05,
71
+ "loss": 2.2843,
72
+ "step": 900
73
+ },
74
+ {
75
+ "epoch": 0.44503782821539833,
76
+ "grad_norm": 0.49101588129997253,
77
+ "learning_rate": 2e-05,
78
+ "loss": 2.2834,
79
+ "step": 1000
80
+ },
81
+ {
82
+ "epoch": 0.48954161103693816,
83
+ "grad_norm": 0.4508339464664459,
84
+ "learning_rate": 1.9684326170007365e-05,
85
+ "loss": 2.2931,
86
+ "step": 1100
87
+ },
88
+ {
89
+ "epoch": 0.5340453938584779,
90
+ "grad_norm": 0.5122171640396118,
91
+ "learning_rate": 1.8757234673417892e-05,
92
+ "loss": 2.2511,
93
+ "step": 1200
94
+ },
95
+ {
96
+ "epoch": 0.5785491766800178,
97
+ "grad_norm": 0.6065627932548523,
98
+ "learning_rate": 1.7277257214927987e-05,
99
+ "loss": 2.2066,
100
+ "step": 1300
101
+ },
102
+ {
103
+ "epoch": 0.6230529595015576,
104
+ "grad_norm": 0.6051321625709534,
105
+ "learning_rate": 1.5337831825062507e-05,
106
+ "loss": 2.2075,
107
+ "step": 1400
108
+ },
109
+ {
110
+ "epoch": 0.6675567423230975,
111
+ "grad_norm": 0.5663103461265564,
112
+ "learning_rate": 1.306140367198221e-05,
113
+ "loss": 2.1812,
114
+ "step": 1500
115
+ },
116
+ {
117
+ "epoch": 0.7120605251446372,
118
+ "grad_norm": 0.5918604135513306,
119
+ "learning_rate": 1.0591694514444284e-05,
120
+ "loss": 2.2136,
121
+ "step": 1600
122
+ },
123
+ {
124
+ "epoch": 0.7565643079661771,
125
+ "grad_norm": 0.6402628421783447,
126
+ "learning_rate": 8.084628862194305e-06,
127
+ "loss": 2.2092,
128
+ "step": 1700
129
+ },
130
+ {
131
+ "epoch": 0.8010680907877169,
132
+ "grad_norm": 0.6389249563217163,
133
+ "learning_rate": 5.698489718530022e-06,
134
+ "loss": 2.1903,
135
+ "step": 1800
136
+ },
137
+ {
138
+ "epoch": 0.8455718736092568,
139
+ "grad_norm": 0.6246665716171265,
140
+ "learning_rate": 3.583925419926607e-06,
141
+ "loss": 2.1972,
142
+ "step": 1900
143
+ },
144
+ {
145
+ "epoch": 0.8900756564307967,
146
+ "grad_norm": 0.6263630986213684,
147
+ "learning_rate": 1.874438488565231e-06,
148
+ "loss": 2.1803,
149
+ "step": 2000
150
+ },
151
+ {
152
+ "epoch": 0.9345794392523364,
153
+ "grad_norm": 0.636464536190033,
154
+ "learning_rate": 6.779569818349296e-07,
155
+ "loss": 2.1867,
156
+ "step": 2100
157
+ },
158
+ {
159
+ "epoch": 0.9790832220738763,
160
+ "grad_norm": 0.6826080083847046,
161
+ "learning_rate": 7.00204796846915e-08,
162
+ "loss": 2.1696,
163
+ "step": 2200
164
+ },
165
+ {
166
+ "epoch": 1.0,
167
+ "step": 2247,
168
+ "total_flos": 4.0811909677056e+16,
169
+ "train_loss": 2.277450401941086,
170
+ "train_runtime": 768.7092,
171
+ "train_samples_per_second": 5.846,
172
+ "train_steps_per_second": 2.923
173
+ }
174
+ ],
175
+ "logging_steps": 100,
176
+ "max_steps": 2247,
177
+ "num_input_tokens_seen": 0,
178
+ "num_train_epochs": 1,
179
+ "save_steps": 500,
180
+ "stateful_callbacks": {
181
+ "TrainerControl": {
182
+ "args": {
183
+ "should_epoch_stop": false,
184
+ "should_evaluate": false,
185
+ "should_log": false,
186
+ "should_save": true,
187
+ "should_training_stop": true
188
+ },
189
+ "attributes": {}
190
+ }
191
+ },
192
+ "total_flos": 4.0811909677056e+16,
193
+ "train_batch_size": 2,
194
+ "trial_name": null,
195
+ "trial_params": null
196
+ }