MHGanainy commited on
Commit
6fb1946
1 Parent(s): adc8228

MHGanainy/gpt2-xl-lora-ecthr-random-imbalanced-uniform-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-uniform-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-uniform-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.0565
20
 
21
  ## Model description
22
 
all_results.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.0,
3
+ "eval_loss": 2.0564818382263184,
4
+ "eval_runtime": 17.4644,
5
+ "eval_samples_per_second": 22.217,
6
+ "eval_steps_per_second": 2.806,
7
+ "perplexity": 7.818414918958686,
8
+ "total_flos": 4.092853911552e+16,
9
+ "train_loss": 2.2367699406228705,
10
+ "train_runtime": 595.6661,
11
+ "train_samples_per_second": 7.544,
12
+ "train_steps_per_second": 3.772
13
+ }
eval_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.0,
3
+ "eval_loss": 2.0564818382263184,
4
+ "eval_runtime": 17.4644,
5
+ "eval_samples_per_second": 22.217,
6
+ "eval_steps_per_second": 2.806,
7
+ "perplexity": 7.818414918958686
8
+ }
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.0,
3
+ "total_flos": 4.092853911552e+16,
4
+ "train_loss": 2.2367699406228705,
5
+ "train_runtime": 595.6661,
6
+ "train_samples_per_second": 7.544,
7
+ "train_steps_per_second": 3.772
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.10439448803663254,
14
+ "learning_rate": 2.0000000000000003e-06,
15
+ "loss": 2.4616,
16
+ "step": 100
17
+ },
18
+ {
19
+ "epoch": 0.08900756564307966,
20
+ "grad_norm": 0.3315769135951996,
21
+ "learning_rate": 4.000000000000001e-06,
22
+ "loss": 2.4064,
23
+ "step": 200
24
+ },
25
+ {
26
+ "epoch": 0.13351134846461948,
27
+ "grad_norm": 0.17002928256988525,
28
+ "learning_rate": 6e-06,
29
+ "loss": 2.4087,
30
+ "step": 300
31
+ },
32
+ {
33
+ "epoch": 0.1780151312861593,
34
+ "grad_norm": 0.2480064183473587,
35
+ "learning_rate": 8.000000000000001e-06,
36
+ "loss": 2.391,
37
+ "step": 400
38
+ },
39
+ {
40
+ "epoch": 0.22251891410769917,
41
+ "grad_norm": 0.31948867440223694,
42
+ "learning_rate": 1e-05,
43
+ "loss": 2.3498,
44
+ "step": 500
45
+ },
46
+ {
47
+ "epoch": 0.26702269692923897,
48
+ "grad_norm": 0.44854363799095154,
49
+ "learning_rate": 1.2e-05,
50
+ "loss": 2.3259,
51
+ "step": 600
52
+ },
53
+ {
54
+ "epoch": 0.3115264797507788,
55
+ "grad_norm": 0.4176611602306366,
56
+ "learning_rate": 1.4e-05,
57
+ "loss": 2.2623,
58
+ "step": 700
59
+ },
60
+ {
61
+ "epoch": 0.3560302625723186,
62
+ "grad_norm": 0.5019781589508057,
63
+ "learning_rate": 1.6000000000000003e-05,
64
+ "loss": 2.3104,
65
+ "step": 800
66
+ },
67
+ {
68
+ "epoch": 0.40053404539385845,
69
+ "grad_norm": 0.5389865040779114,
70
+ "learning_rate": 1.8e-05,
71
+ "loss": 2.2427,
72
+ "step": 900
73
+ },
74
+ {
75
+ "epoch": 0.44503782821539833,
76
+ "grad_norm": 0.6703211665153503,
77
+ "learning_rate": 2e-05,
78
+ "loss": 2.237,
79
+ "step": 1000
80
+ },
81
+ {
82
+ "epoch": 0.48954161103693816,
83
+ "grad_norm": 0.5000207424163818,
84
+ "learning_rate": 1.9684326170007365e-05,
85
+ "loss": 2.2528,
86
+ "step": 1100
87
+ },
88
+ {
89
+ "epoch": 0.5340453938584779,
90
+ "grad_norm": 0.5917981266975403,
91
+ "learning_rate": 1.8757234673417892e-05,
92
+ "loss": 2.2048,
93
+ "step": 1200
94
+ },
95
+ {
96
+ "epoch": 0.5785491766800178,
97
+ "grad_norm": 0.7215768098831177,
98
+ "learning_rate": 1.7277257214927987e-05,
99
+ "loss": 2.1566,
100
+ "step": 1300
101
+ },
102
+ {
103
+ "epoch": 0.6230529595015576,
104
+ "grad_norm": 0.7531530857086182,
105
+ "learning_rate": 1.5337831825062507e-05,
106
+ "loss": 2.1577,
107
+ "step": 1400
108
+ },
109
+ {
110
+ "epoch": 0.6675567423230975,
111
+ "grad_norm": 0.6708113551139832,
112
+ "learning_rate": 1.306140367198221e-05,
113
+ "loss": 2.1245,
114
+ "step": 1500
115
+ },
116
+ {
117
+ "epoch": 0.7120605251446372,
118
+ "grad_norm": 0.7053218483924866,
119
+ "learning_rate": 1.0591694514444284e-05,
120
+ "loss": 2.1642,
121
+ "step": 1600
122
+ },
123
+ {
124
+ "epoch": 0.7565643079661771,
125
+ "grad_norm": 0.740707516670227,
126
+ "learning_rate": 8.084628862194305e-06,
127
+ "loss": 2.157,
128
+ "step": 1700
129
+ },
130
+ {
131
+ "epoch": 0.8010680907877169,
132
+ "grad_norm": 0.7268549203872681,
133
+ "learning_rate": 5.698489718530022e-06,
134
+ "loss": 2.141,
135
+ "step": 1800
136
+ },
137
+ {
138
+ "epoch": 0.8455718736092568,
139
+ "grad_norm": 0.7531184554100037,
140
+ "learning_rate": 3.583925419926607e-06,
141
+ "loss": 2.1528,
142
+ "step": 1900
143
+ },
144
+ {
145
+ "epoch": 0.8900756564307967,
146
+ "grad_norm": 0.7767016291618347,
147
+ "learning_rate": 1.874438488565231e-06,
148
+ "loss": 2.1218,
149
+ "step": 2000
150
+ },
151
+ {
152
+ "epoch": 0.9345794392523364,
153
+ "grad_norm": 0.7806171178817749,
154
+ "learning_rate": 6.779569818349296e-07,
155
+ "loss": 2.1313,
156
+ "step": 2100
157
+ },
158
+ {
159
+ "epoch": 0.9790832220738763,
160
+ "grad_norm": 0.8500974178314209,
161
+ "learning_rate": 7.00204796846915e-08,
162
+ "loss": 2.111,
163
+ "step": 2200
164
+ },
165
+ {
166
+ "epoch": 1.0,
167
+ "step": 2247,
168
+ "total_flos": 4.092853911552e+16,
169
+ "train_loss": 2.2367699406228705,
170
+ "train_runtime": 595.6661,
171
+ "train_samples_per_second": 7.544,
172
+ "train_steps_per_second": 3.772
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.092853911552e+16,
193
+ "train_batch_size": 2,
194
+ "trial_name": null,
195
+ "trial_params": null
196
+ }