stuser2023 commited on
Commit
07674cf
1 Parent(s): 772709a

Training in progress, epoch 5

Browse files
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9c607fa5c2cbe8d1e975d4269b9024790aaf45ba1c82c80025876d29d4c01c52
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:856d0bff7eb638267c505ff2b9f2b6bedf380c021825067b4b731de1758bf529
3
  size 267832560
run-2/checkpoint-10690/config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert-base-uncased",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForSequenceClassification"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "hidden_dim": 3072,
11
+ "initializer_range": 0.02,
12
+ "max_position_embeddings": 512,
13
+ "model_type": "distilbert",
14
+ "n_heads": 12,
15
+ "n_layers": 6,
16
+ "pad_token_id": 0,
17
+ "problem_type": "single_label_classification",
18
+ "qa_dropout": 0.1,
19
+ "seq_classif_dropout": 0.2,
20
+ "sinusoidal_pos_embds": false,
21
+ "tie_weights_": true,
22
+ "torch_dtype": "float32",
23
+ "transformers_version": "4.38.2",
24
+ "vocab_size": 30522
25
+ }
run-2/checkpoint-10690/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:856d0bff7eb638267c505ff2b9f2b6bedf380c021825067b4b731de1758bf529
3
+ size 267832560
run-2/checkpoint-10690/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c670da37038a543cce7e76e00bffafb783d9de868ce1828d42b37ec2652d1bf5
3
+ size 535727290
run-2/checkpoint-10690/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37b56eb48261dbd637b37a0cca8d4170576e5cfe95bd5515ed0073c1e84c2f93
3
+ size 14244
run-2/checkpoint-10690/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ec5fcd10c827e1776307f548b12c853c3571b3b6047376e46ed808e44776328
3
+ size 1064
run-2/checkpoint-10690/special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
run-2/checkpoint-10690/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-2/checkpoint-10690/tokenizer_config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "100": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "101": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "102": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "103": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "clean_up_tokenization_spaces": true,
45
+ "cls_token": "[CLS]",
46
+ "do_lower_case": true,
47
+ "mask_token": "[MASK]",
48
+ "model_max_length": 512,
49
+ "pad_token": "[PAD]",
50
+ "sep_token": "[SEP]",
51
+ "strip_accents": null,
52
+ "tokenize_chinese_chars": true,
53
+ "tokenizer_class": "DistilBertTokenizer",
54
+ "unk_token": "[UNK]"
55
+ }
run-2/checkpoint-10690/trainer_state.json ADDED
@@ -0,0 +1,218 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.4779281382373973,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-2/checkpoint-8552",
4
+ "epoch": 5.0,
5
+ "eval_steps": 500,
6
+ "global_step": 10690,
7
+ "is_hyper_param_search": true,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.23,
13
+ "grad_norm": 4.28505277633667,
14
+ "learning_rate": 3.0702893894484785e-06,
15
+ "loss": 0.6069,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 0.47,
20
+ "grad_norm": 9.482794761657715,
21
+ "learning_rate": 2.9196373094951675e-06,
22
+ "loss": 0.5628,
23
+ "step": 1000
24
+ },
25
+ {
26
+ "epoch": 0.7,
27
+ "grad_norm": 22.521339416503906,
28
+ "learning_rate": 2.7689852295418565e-06,
29
+ "loss": 0.5565,
30
+ "step": 1500
31
+ },
32
+ {
33
+ "epoch": 0.94,
34
+ "grad_norm": 26.7753849029541,
35
+ "learning_rate": 2.6183331495885454e-06,
36
+ "loss": 0.5184,
37
+ "step": 2000
38
+ },
39
+ {
40
+ "epoch": 1.0,
41
+ "eval_loss": 0.5730993747711182,
42
+ "eval_matthews_correlation": 0.3853198145814999,
43
+ "eval_runtime": 0.7612,
44
+ "eval_samples_per_second": 1370.225,
45
+ "eval_steps_per_second": 86.706,
46
+ "step": 2138
47
+ },
48
+ {
49
+ "epoch": 1.17,
50
+ "grad_norm": 17.77669334411621,
51
+ "learning_rate": 2.4676810696352344e-06,
52
+ "loss": 0.4619,
53
+ "step": 2500
54
+ },
55
+ {
56
+ "epoch": 1.4,
57
+ "grad_norm": 37.4239387512207,
58
+ "learning_rate": 2.3170289896819234e-06,
59
+ "loss": 0.5014,
60
+ "step": 3000
61
+ },
62
+ {
63
+ "epoch": 1.64,
64
+ "grad_norm": 46.75569534301758,
65
+ "learning_rate": 2.1663769097286124e-06,
66
+ "loss": 0.492,
67
+ "step": 3500
68
+ },
69
+ {
70
+ "epoch": 1.87,
71
+ "grad_norm": 66.9134750366211,
72
+ "learning_rate": 2.0157248297753013e-06,
73
+ "loss": 0.4809,
74
+ "step": 4000
75
+ },
76
+ {
77
+ "epoch": 2.0,
78
+ "eval_loss": 0.6646500825881958,
79
+ "eval_matthews_correlation": 0.4691032179514943,
80
+ "eval_runtime": 0.8224,
81
+ "eval_samples_per_second": 1268.193,
82
+ "eval_steps_per_second": 80.25,
83
+ "step": 4276
84
+ },
85
+ {
86
+ "epoch": 2.1,
87
+ "grad_norm": 11.169896125793457,
88
+ "learning_rate": 1.8650727498219905e-06,
89
+ "loss": 0.4934,
90
+ "step": 4500
91
+ },
92
+ {
93
+ "epoch": 2.34,
94
+ "grad_norm": 64.01177215576172,
95
+ "learning_rate": 1.7144206698686793e-06,
96
+ "loss": 0.4653,
97
+ "step": 5000
98
+ },
99
+ {
100
+ "epoch": 2.57,
101
+ "grad_norm": 0.48781171441078186,
102
+ "learning_rate": 1.5637685899153684e-06,
103
+ "loss": 0.4639,
104
+ "step": 5500
105
+ },
106
+ {
107
+ "epoch": 2.81,
108
+ "grad_norm": 0.21301893889904022,
109
+ "learning_rate": 1.4131165099620574e-06,
110
+ "loss": 0.514,
111
+ "step": 6000
112
+ },
113
+ {
114
+ "epoch": 3.0,
115
+ "eval_loss": 0.8122562766075134,
116
+ "eval_matthews_correlation": 0.44860917123689154,
117
+ "eval_runtime": 0.7584,
118
+ "eval_samples_per_second": 1375.339,
119
+ "eval_steps_per_second": 87.03,
120
+ "step": 6414
121
+ },
122
+ {
123
+ "epoch": 3.04,
124
+ "grad_norm": 76.10978698730469,
125
+ "learning_rate": 1.2624644300087464e-06,
126
+ "loss": 0.5175,
127
+ "step": 6500
128
+ },
129
+ {
130
+ "epoch": 3.27,
131
+ "grad_norm": 13.475150108337402,
132
+ "learning_rate": 1.1118123500554353e-06,
133
+ "loss": 0.4448,
134
+ "step": 7000
135
+ },
136
+ {
137
+ "epoch": 3.51,
138
+ "grad_norm": 0.116688072681427,
139
+ "learning_rate": 9.611602701021243e-07,
140
+ "loss": 0.4159,
141
+ "step": 7500
142
+ },
143
+ {
144
+ "epoch": 3.74,
145
+ "grad_norm": 0.9807508587837219,
146
+ "learning_rate": 8.105081901488134e-07,
147
+ "loss": 0.4664,
148
+ "step": 8000
149
+ },
150
+ {
151
+ "epoch": 3.98,
152
+ "grad_norm": 0.25140833854675293,
153
+ "learning_rate": 6.598561101955022e-07,
154
+ "loss": 0.4243,
155
+ "step": 8500
156
+ },
157
+ {
158
+ "epoch": 4.0,
159
+ "eval_loss": 0.8493317365646362,
160
+ "eval_matthews_correlation": 0.4779281382373973,
161
+ "eval_runtime": 0.8106,
162
+ "eval_samples_per_second": 1286.694,
163
+ "eval_steps_per_second": 81.421,
164
+ "step": 8552
165
+ },
166
+ {
167
+ "epoch": 4.21,
168
+ "grad_norm": 149.03529357910156,
169
+ "learning_rate": 5.092040302421912e-07,
170
+ "loss": 0.4192,
171
+ "step": 9000
172
+ },
173
+ {
174
+ "epoch": 4.44,
175
+ "grad_norm": 0.7424508929252625,
176
+ "learning_rate": 3.585519502888802e-07,
177
+ "loss": 0.4218,
178
+ "step": 9500
179
+ },
180
+ {
181
+ "epoch": 4.68,
182
+ "grad_norm": 11.759597778320312,
183
+ "learning_rate": 2.078998703355692e-07,
184
+ "loss": 0.469,
185
+ "step": 10000
186
+ },
187
+ {
188
+ "epoch": 4.91,
189
+ "grad_norm": 7.273904800415039,
190
+ "learning_rate": 5.7247790382258184e-08,
191
+ "loss": 0.4144,
192
+ "step": 10500
193
+ },
194
+ {
195
+ "epoch": 5.0,
196
+ "eval_loss": 0.8652405738830566,
197
+ "eval_matthews_correlation": 0.4755357129573294,
198
+ "eval_runtime": 0.7744,
199
+ "eval_samples_per_second": 1346.924,
200
+ "eval_steps_per_second": 85.232,
201
+ "step": 10690
202
+ }
203
+ ],
204
+ "logging_steps": 500,
205
+ "max_steps": 10690,
206
+ "num_input_tokens_seen": 0,
207
+ "num_train_epochs": 5,
208
+ "save_steps": 500,
209
+ "total_flos": 171279829011432.0,
210
+ "train_batch_size": 4,
211
+ "trial_name": null,
212
+ "trial_params": {
213
+ "learning_rate": 3.2209414694017896e-06,
214
+ "num_train_epochs": 5,
215
+ "per_device_train_batch_size": 4,
216
+ "seed": 16
217
+ }
218
+ }
run-2/checkpoint-10690/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88d2c3d6804ca2d9d22cb74f328c5ae8ec320f8d12a0ef15ea5ae2037f02bd85
3
+ size 4984
run-2/checkpoint-10690/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
runs/Mar16_01-46-29_6e5f088ca464/events.out.tfevents.1710554238.6e5f088ca464.226.4 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a1d3d5d136c241945fd96f4c7140c4735311875e6e9a1f29a0e85d8f1ba39a7b
3
- size 9938
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16448ef64ad6e9d2b5a5c34b0343fa5846f28d2aba72f2b75407371dd2c9dc47
3
+ size 11049