loris3 commited on
Commit
83ac75f
·
verified ·
1 Parent(s): 04722f4

Upload folder using huggingface_hub

Browse files
checkpoints/checkpoint-1150/config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "RobertaForMaskedLM"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "bos_token_id": 0,
7
+ "classifier_dropout": null,
8
+ "eos_token_id": 2,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 3072,
14
+ "layer_norm_eps": 1e-05,
15
+ "max_position_embeddings": 514,
16
+ "model_type": "roberta",
17
+ "num_attention_heads": 12,
18
+ "num_hidden_layers": 12,
19
+ "pad_token_id": 1,
20
+ "position_embedding_type": "absolute",
21
+ "torch_dtype": "float32",
22
+ "transformers_version": "4.47.0",
23
+ "type_vocab_size": 1,
24
+ "use_cache": true,
25
+ "vocab_size": 52000
26
+ }
checkpoints/checkpoint-1150/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a63a7aaacb78738e33f88838c761ab34ec41a1acf9785c9072d4d6552c755c49
3
+ size 504150808
checkpoints/checkpoint-1150/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70d34b2b252bf9828e1845772491ea9b11c68900045d33123d286e97f0f41e05
3
+ size 1008422138
checkpoints/checkpoint-1150/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5cffe30b4973ab3c5219ac84152ce542de04ea5ee05dd61b1948b25af2c4abf6
3
+ size 14244
checkpoints/checkpoint-1150/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a270807dd8bca0c5558ff423b2cda25f4e01efbcb772cd80538e335a7dd36e7f
3
+ size 1064
checkpoints/checkpoint-1150/trainer_state.json ADDED
@@ -0,0 +1,214 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 1.998697351280938,
5
+ "eval_steps": 500,
6
+ "global_step": 1150,
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.08684324793747286,
13
+ "grad_norm": 119.13929748535156,
14
+ "learning_rate": 2.5e-06,
15
+ "loss": 10.2285,
16
+ "step": 50
17
+ },
18
+ {
19
+ "epoch": 0.17368649587494572,
20
+ "grad_norm": 69.53515625,
21
+ "learning_rate": 5e-06,
22
+ "loss": 7.8282,
23
+ "step": 100
24
+ },
25
+ {
26
+ "epoch": 0.26052974381241856,
27
+ "grad_norm": 38.81575393676758,
28
+ "learning_rate": 7.5e-06,
29
+ "loss": 6.1856,
30
+ "step": 150
31
+ },
32
+ {
33
+ "epoch": 0.34737299174989145,
34
+ "grad_norm": 35.44122314453125,
35
+ "learning_rate": 1e-05,
36
+ "loss": 5.5474,
37
+ "step": 200
38
+ },
39
+ {
40
+ "epoch": 0.4342162396873643,
41
+ "grad_norm": 45.1701545715332,
42
+ "learning_rate": 1.25e-05,
43
+ "loss": 5.0381,
44
+ "step": 250
45
+ },
46
+ {
47
+ "epoch": 0.5210594876248371,
48
+ "grad_norm": 32.618980407714844,
49
+ "learning_rate": 1.5e-05,
50
+ "loss": 4.6559,
51
+ "step": 300
52
+ },
53
+ {
54
+ "epoch": 0.60790273556231,
55
+ "grad_norm": 27.301441192626953,
56
+ "learning_rate": 1.7500000000000002e-05,
57
+ "loss": 4.2472,
58
+ "step": 350
59
+ },
60
+ {
61
+ "epoch": 0.6947459834997829,
62
+ "grad_norm": 20.96350860595703,
63
+ "learning_rate": 2e-05,
64
+ "loss": 3.888,
65
+ "step": 400
66
+ },
67
+ {
68
+ "epoch": 0.7815892314372558,
69
+ "grad_norm": 21.377185821533203,
70
+ "learning_rate": 2.2499999999999998e-05,
71
+ "loss": 3.5698,
72
+ "step": 450
73
+ },
74
+ {
75
+ "epoch": 0.8684324793747286,
76
+ "grad_norm": 19.703227996826172,
77
+ "learning_rate": 2.5e-05,
78
+ "loss": 3.3225,
79
+ "step": 500
80
+ },
81
+ {
82
+ "epoch": 0.9552757273122015,
83
+ "grad_norm": 25.189373016357422,
84
+ "learning_rate": 2.75e-05,
85
+ "loss": 3.1904,
86
+ "step": 550
87
+ },
88
+ {
89
+ "epoch": 0.998697351280938,
90
+ "eval_accuracy": 0.0,
91
+ "eval_loss": 6.819223880767822,
92
+ "eval_normalizer": 136811.0,
93
+ "eval_runtime": 95.7843,
94
+ "eval_samples_per_second": 615.445,
95
+ "eval_steps_per_second": 1.211,
96
+ "step": 575
97
+ },
98
+ {
99
+ "epoch": 1.0434216239687364,
100
+ "grad_norm": 24.1675968170166,
101
+ "learning_rate": 3e-05,
102
+ "loss": 3.095,
103
+ "step": 600
104
+ },
105
+ {
106
+ "epoch": 1.1302648719062094,
107
+ "grad_norm": 18.355623245239258,
108
+ "learning_rate": 3.2500000000000004e-05,
109
+ "loss": 2.9629,
110
+ "step": 650
111
+ },
112
+ {
113
+ "epoch": 1.2171081198436822,
114
+ "grad_norm": 24.27044677734375,
115
+ "learning_rate": 3.5000000000000004e-05,
116
+ "loss": 2.8883,
117
+ "step": 700
118
+ },
119
+ {
120
+ "epoch": 1.303951367781155,
121
+ "grad_norm": 17.9877986907959,
122
+ "learning_rate": 3.75e-05,
123
+ "loss": 2.8165,
124
+ "step": 750
125
+ },
126
+ {
127
+ "epoch": 1.390794615718628,
128
+ "grad_norm": 27.353044509887695,
129
+ "learning_rate": 4e-05,
130
+ "loss": 2.7525,
131
+ "step": 800
132
+ },
133
+ {
134
+ "epoch": 1.4776378636561007,
135
+ "grad_norm": 22.09605598449707,
136
+ "learning_rate": 4.25e-05,
137
+ "loss": 2.6736,
138
+ "step": 850
139
+ },
140
+ {
141
+ "epoch": 1.5644811115935737,
142
+ "grad_norm": 21.224653244018555,
143
+ "learning_rate": 4.4999999999999996e-05,
144
+ "loss": 2.6135,
145
+ "step": 900
146
+ },
147
+ {
148
+ "epoch": 1.6513243595310465,
149
+ "grad_norm": 21.1419620513916,
150
+ "learning_rate": 4.75e-05,
151
+ "loss": 2.5637,
152
+ "step": 950
153
+ },
154
+ {
155
+ "epoch": 1.7381676074685193,
156
+ "grad_norm": 18.591278076171875,
157
+ "learning_rate": 5e-05,
158
+ "loss": 2.4905,
159
+ "step": 1000
160
+ },
161
+ {
162
+ "epoch": 1.825010855405992,
163
+ "grad_norm": 19.953432083129883,
164
+ "learning_rate": 5.25e-05,
165
+ "loss": 2.4256,
166
+ "step": 1050
167
+ },
168
+ {
169
+ "epoch": 1.911854103343465,
170
+ "grad_norm": 18.62944221496582,
171
+ "learning_rate": 5.5e-05,
172
+ "loss": 2.3984,
173
+ "step": 1100
174
+ },
175
+ {
176
+ "epoch": 1.998697351280938,
177
+ "grad_norm": 19.104263305664062,
178
+ "learning_rate": 5.75e-05,
179
+ "loss": 2.3322,
180
+ "step": 1150
181
+ },
182
+ {
183
+ "epoch": 1.998697351280938,
184
+ "eval_accuracy": 0.0,
185
+ "eval_loss": 6.3023457527160645,
186
+ "eval_normalizer": 136797.0,
187
+ "eval_runtime": 96.2451,
188
+ "eval_samples_per_second": 612.499,
189
+ "eval_steps_per_second": 1.205,
190
+ "step": 1150
191
+ }
192
+ ],
193
+ "logging_steps": 50,
194
+ "max_steps": 5750,
195
+ "num_input_tokens_seen": 0,
196
+ "num_train_epochs": 10,
197
+ "save_steps": 500,
198
+ "stateful_callbacks": {
199
+ "TrainerControl": {
200
+ "args": {
201
+ "should_epoch_stop": false,
202
+ "should_evaluate": false,
203
+ "should_log": false,
204
+ "should_save": true,
205
+ "should_training_stop": false
206
+ },
207
+ "attributes": {}
208
+ }
209
+ },
210
+ "total_flos": 3.698158250535322e+16,
211
+ "train_batch_size": 128,
212
+ "trial_name": null,
213
+ "trial_params": null
214
+ }
checkpoints/checkpoint-1150/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2eb3a10fbbc23b7e9459aec997464606f0d6188a9a2dfdf7ab9d2150b17bd3d
3
+ size 5432