UniversalAlgorithmic commited on
Commit
3a3d10e
·
verified ·
1 Parent(s): b62ac7f

Upload 14 files

Browse files
qnli/README.md ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ language:
4
+ - en
5
+ license: apache-2.0
6
+ base_model: google-bert/bert-base-cased
7
+ tags:
8
+ - generated_from_trainer
9
+ datasets:
10
+ - glue
11
+ metrics:
12
+ - accuracy
13
+ model-index:
14
+ - name: qnli
15
+ results:
16
+ - task:
17
+ name: Text Classification
18
+ type: text-classification
19
+ dataset:
20
+ name: GLUE QNLI
21
+ type: glue
22
+ args: qnli
23
+ metrics:
24
+ - name: Accuracy
25
+ type: accuracy
26
+ value: 0.9110378912685337
27
+ ---
28
+
29
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
30
+ should probably proofread and complete it, then remove this comment. -->
31
+
32
+ # qnli
33
+
34
+ This model is a fine-tuned version of [google-bert/bert-base-cased](https://huggingface.co/google-bert/bert-base-cased) on the GLUE QNLI dataset.
35
+ It achieves the following results on the evaluation set:
36
+ - Loss: 0.7799
37
+ - Accuracy: 0.9110
38
+
39
+ ## Model description
40
+
41
+ More information needed
42
+
43
+ ## Intended uses & limitations
44
+
45
+ More information needed
46
+
47
+ ## Training and evaluation data
48
+
49
+ More information needed
50
+
51
+ ## Training procedure
52
+
53
+ ### Training hyperparameters
54
+
55
+ The following hyperparameters were used during training:
56
+ - learning_rate: 2e-05
57
+ - train_batch_size: 32
58
+ - eval_batch_size: 8
59
+ - seed: 42
60
+ - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
61
+ - lr_scheduler_type: linear
62
+ - num_epochs: 10.0
63
+
64
+ ### Training results
65
+
66
+
67
+
68
+ ### Framework versions
69
+
70
+ - Transformers 4.49.0
71
+ - Pytorch 2.6.0+cu118
72
+ - Datasets 3.3.1
73
+ - Tokenizers 0.21.0
qnli/all_results.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 10.0,
3
+ "eval_accuracy": 0.9110378912685337,
4
+ "eval_loss": 0.7799292206764221,
5
+ "eval_runtime": 10.5795,
6
+ "eval_samples": 5463,
7
+ "eval_samples_per_second": 516.376,
8
+ "eval_steps_per_second": 64.559,
9
+ "total_flos": 7.032286628473344e+16,
10
+ "train_loss": 0.11521797929512122,
11
+ "train_runtime": 5803.3368,
12
+ "train_samples": 104743,
13
+ "train_samples_per_second": 180.488,
14
+ "train_steps_per_second": 5.642
15
+ }
qnli/config.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google-bert/bert-base-cased",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "finetuning_task": "qnli",
9
+ "gradient_checkpointing": false,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 768,
13
+ "initializer_range": 0.02,
14
+ "intermediate_size": 3072,
15
+ "label2id": {
16
+ "entailment": 0,
17
+ "not_entailment": 1
18
+ },
19
+ "layer_norm_eps": 1e-12,
20
+ "max_position_embeddings": 512,
21
+ "model_type": "bert",
22
+ "num_attention_heads": 12,
23
+ "num_hidden_layers": 12,
24
+ "pad_token_id": 0,
25
+ "position_embedding_type": "absolute",
26
+ "problem_type": "single_label_classification",
27
+ "torch_dtype": "float32",
28
+ "transformers_version": "4.49.0",
29
+ "type_vocab_size": 2,
30
+ "use_cache": true,
31
+ "vocab_size": 28996
32
+ }
qnli/eval_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 10.0,
3
+ "eval_accuracy": 0.9110378912685337,
4
+ "eval_loss": 0.7799292206764221,
5
+ "eval_runtime": 10.5795,
6
+ "eval_samples": 5463,
7
+ "eval_samples_per_second": 516.376,
8
+ "eval_steps_per_second": 64.559
9
+ }
qnli/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0aa114389738406105d3670cb489e124d7dd4cde23c978f3a7642d0041f3d018
3
+ size 440358464
qnli/runs/May14_22-43-59_cs-Precision-7960-Tower/events.out.tfevents.1747277043.cs-Precision-7960-Tower.138024.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20c2cc4afbe1ef8bb8c684f9b1f3e6ca753e8d2688aaaf6d3a46bd977998cc9b
3
+ size 19345
qnli/runs/May14_22-43-59_cs-Precision-7960-Tower/events.out.tfevents.1747282857.cs-Precision-7960-Tower.138024.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1db864e3905f610b6961ba8e4f13abf755e5bae98c374997e749d4267e1e7237
3
+ size 417
qnli/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
+ }
qnli/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
qnli/tokenizer_config.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": false,
45
+ "cls_token": "[CLS]",
46
+ "do_lower_case": false,
47
+ "extra_special_tokens": {},
48
+ "mask_token": "[MASK]",
49
+ "model_max_length": 512,
50
+ "pad_token": "[PAD]",
51
+ "sep_token": "[SEP]",
52
+ "strip_accents": null,
53
+ "tokenize_chinese_chars": true,
54
+ "tokenizer_class": "BertTokenizer",
55
+ "unk_token": "[UNK]"
56
+ }
qnli/train_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 10.0,
3
+ "total_flos": 7.032286628473344e+16,
4
+ "train_loss": 0.11521797929512122,
5
+ "train_runtime": 5803.3368,
6
+ "train_samples": 104743,
7
+ "train_samples_per_second": 180.488,
8
+ "train_steps_per_second": 5.642
9
+ }
qnli/trainer_state.json ADDED
@@ -0,0 +1,497 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 10.0,
5
+ "eval_steps": 500,
6
+ "global_step": 32740,
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.15271838729383017,
13
+ "grad_norm": 18.494943618774414,
14
+ "learning_rate": 1.9694563225412342e-05,
15
+ "loss": 0.5789,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 0.30543677458766033,
20
+ "grad_norm": 8.591017723083496,
21
+ "learning_rate": 1.938912645082468e-05,
22
+ "loss": 0.4508,
23
+ "step": 1000
24
+ },
25
+ {
26
+ "epoch": 0.4581551618814905,
27
+ "grad_norm": 8.066777229309082,
28
+ "learning_rate": 1.9083689676237022e-05,
29
+ "loss": 0.4167,
30
+ "step": 1500
31
+ },
32
+ {
33
+ "epoch": 0.6108735491753207,
34
+ "grad_norm": 11.628117561340332,
35
+ "learning_rate": 1.8778252901649362e-05,
36
+ "loss": 0.4007,
37
+ "step": 2000
38
+ },
39
+ {
40
+ "epoch": 0.7635919364691509,
41
+ "grad_norm": 6.132204055786133,
42
+ "learning_rate": 1.84728161270617e-05,
43
+ "loss": 0.3831,
44
+ "step": 2500
45
+ },
46
+ {
47
+ "epoch": 0.916310323762981,
48
+ "grad_norm": 6.5475640296936035,
49
+ "learning_rate": 1.816737935247404e-05,
50
+ "loss": 0.3605,
51
+ "step": 3000
52
+ },
53
+ {
54
+ "epoch": 1.0690287110568113,
55
+ "grad_norm": 4.849888801574707,
56
+ "learning_rate": 1.786194257788638e-05,
57
+ "loss": 0.3139,
58
+ "step": 3500
59
+ },
60
+ {
61
+ "epoch": 1.2217470983506413,
62
+ "grad_norm": 12.288202285766602,
63
+ "learning_rate": 1.755650580329872e-05,
64
+ "loss": 0.2494,
65
+ "step": 4000
66
+ },
67
+ {
68
+ "epoch": 1.3744654856444716,
69
+ "grad_norm": 19.027870178222656,
70
+ "learning_rate": 1.725106902871106e-05,
71
+ "loss": 0.2561,
72
+ "step": 4500
73
+ },
74
+ {
75
+ "epoch": 1.5271838729383018,
76
+ "grad_norm": 12.914681434631348,
77
+ "learning_rate": 1.69456322541234e-05,
78
+ "loss": 0.2464,
79
+ "step": 5000
80
+ },
81
+ {
82
+ "epoch": 1.679902260232132,
83
+ "grad_norm": 8.226604461669922,
84
+ "learning_rate": 1.6640195479535736e-05,
85
+ "loss": 0.2599,
86
+ "step": 5500
87
+ },
88
+ {
89
+ "epoch": 1.832620647525962,
90
+ "grad_norm": 14.606645584106445,
91
+ "learning_rate": 1.6334758704948076e-05,
92
+ "loss": 0.2608,
93
+ "step": 6000
94
+ },
95
+ {
96
+ "epoch": 1.9853390348197923,
97
+ "grad_norm": 15.511763572692871,
98
+ "learning_rate": 1.6029321930360416e-05,
99
+ "loss": 0.2541,
100
+ "step": 6500
101
+ },
102
+ {
103
+ "epoch": 2.1380574221136226,
104
+ "grad_norm": 16.74727439880371,
105
+ "learning_rate": 1.5723885155772757e-05,
106
+ "loss": 0.1556,
107
+ "step": 7000
108
+ },
109
+ {
110
+ "epoch": 2.2907758094074526,
111
+ "grad_norm": 20.485782623291016,
112
+ "learning_rate": 1.5418448381185097e-05,
113
+ "loss": 0.153,
114
+ "step": 7500
115
+ },
116
+ {
117
+ "epoch": 2.4434941967012827,
118
+ "grad_norm": 7.16798734664917,
119
+ "learning_rate": 1.5113011606597437e-05,
120
+ "loss": 0.1579,
121
+ "step": 8000
122
+ },
123
+ {
124
+ "epoch": 2.596212583995113,
125
+ "grad_norm": 7.562324523925781,
126
+ "learning_rate": 1.4807574832009775e-05,
127
+ "loss": 0.1616,
128
+ "step": 8500
129
+ },
130
+ {
131
+ "epoch": 2.748930971288943,
132
+ "grad_norm": 16.156944274902344,
133
+ "learning_rate": 1.4502138057422115e-05,
134
+ "loss": 0.1658,
135
+ "step": 9000
136
+ },
137
+ {
138
+ "epoch": 2.901649358582773,
139
+ "grad_norm": 13.200675964355469,
140
+ "learning_rate": 1.4196701282834456e-05,
141
+ "loss": 0.1657,
142
+ "step": 9500
143
+ },
144
+ {
145
+ "epoch": 3.0543677458766036,
146
+ "grad_norm": 1.1726553440093994,
147
+ "learning_rate": 1.3891264508246794e-05,
148
+ "loss": 0.1469,
149
+ "step": 10000
150
+ },
151
+ {
152
+ "epoch": 3.2070861331704337,
153
+ "grad_norm": 30.926372528076172,
154
+ "learning_rate": 1.3585827733659134e-05,
155
+ "loss": 0.1103,
156
+ "step": 10500
157
+ },
158
+ {
159
+ "epoch": 3.359804520464264,
160
+ "grad_norm": 11.862848281860352,
161
+ "learning_rate": 1.3280390959071474e-05,
162
+ "loss": 0.1011,
163
+ "step": 11000
164
+ },
165
+ {
166
+ "epoch": 3.512522907758094,
167
+ "grad_norm": 7.604775428771973,
168
+ "learning_rate": 1.2974954184483813e-05,
169
+ "loss": 0.1035,
170
+ "step": 11500
171
+ },
172
+ {
173
+ "epoch": 3.665241295051924,
174
+ "grad_norm": 1.4278388023376465,
175
+ "learning_rate": 1.2669517409896153e-05,
176
+ "loss": 0.1145,
177
+ "step": 12000
178
+ },
179
+ {
180
+ "epoch": 3.8179596823457542,
181
+ "grad_norm": 0.45902055501937866,
182
+ "learning_rate": 1.2364080635308493e-05,
183
+ "loss": 0.1138,
184
+ "step": 12500
185
+ },
186
+ {
187
+ "epoch": 3.9706780696395847,
188
+ "grad_norm": 31.397523880004883,
189
+ "learning_rate": 1.2058643860720831e-05,
190
+ "loss": 0.1101,
191
+ "step": 13000
192
+ },
193
+ {
194
+ "epoch": 4.123396456933415,
195
+ "grad_norm": 0.23616579174995422,
196
+ "learning_rate": 1.1753207086133171e-05,
197
+ "loss": 0.0771,
198
+ "step": 13500
199
+ },
200
+ {
201
+ "epoch": 4.276114844227245,
202
+ "grad_norm": 0.22658583521842957,
203
+ "learning_rate": 1.1447770311545512e-05,
204
+ "loss": 0.0693,
205
+ "step": 14000
206
+ },
207
+ {
208
+ "epoch": 4.428833231521075,
209
+ "grad_norm": 0.35704877972602844,
210
+ "learning_rate": 1.114233353695785e-05,
211
+ "loss": 0.0751,
212
+ "step": 14500
213
+ },
214
+ {
215
+ "epoch": 4.581551618814905,
216
+ "grad_norm": 0.17207038402557373,
217
+ "learning_rate": 1.083689676237019e-05,
218
+ "loss": 0.0699,
219
+ "step": 15000
220
+ },
221
+ {
222
+ "epoch": 4.734270006108735,
223
+ "grad_norm": 8.590784072875977,
224
+ "learning_rate": 1.053145998778253e-05,
225
+ "loss": 0.0692,
226
+ "step": 15500
227
+ },
228
+ {
229
+ "epoch": 4.886988393402565,
230
+ "grad_norm": 25.48099708557129,
231
+ "learning_rate": 1.0226023213194869e-05,
232
+ "loss": 0.0727,
233
+ "step": 16000
234
+ },
235
+ {
236
+ "epoch": 5.039706780696396,
237
+ "grad_norm": 4.0271501541137695,
238
+ "learning_rate": 9.920586438607209e-06,
239
+ "loss": 0.0659,
240
+ "step": 16500
241
+ },
242
+ {
243
+ "epoch": 5.192425167990226,
244
+ "grad_norm": 1.6429097652435303,
245
+ "learning_rate": 9.615149664019549e-06,
246
+ "loss": 0.0508,
247
+ "step": 17000
248
+ },
249
+ {
250
+ "epoch": 5.345143555284056,
251
+ "grad_norm": 0.03841910511255264,
252
+ "learning_rate": 9.309712889431889e-06,
253
+ "loss": 0.0462,
254
+ "step": 17500
255
+ },
256
+ {
257
+ "epoch": 5.497861942577886,
258
+ "grad_norm": 0.03901192545890808,
259
+ "learning_rate": 9.004276114844227e-06,
260
+ "loss": 0.0508,
261
+ "step": 18000
262
+ },
263
+ {
264
+ "epoch": 5.650580329871716,
265
+ "grad_norm": 24.19868278503418,
266
+ "learning_rate": 8.698839340256568e-06,
267
+ "loss": 0.0454,
268
+ "step": 18500
269
+ },
270
+ {
271
+ "epoch": 5.803298717165546,
272
+ "grad_norm": 12.015921592712402,
273
+ "learning_rate": 8.393402565668908e-06,
274
+ "loss": 0.0525,
275
+ "step": 19000
276
+ },
277
+ {
278
+ "epoch": 5.956017104459377,
279
+ "grad_norm": 0.1184128075838089,
280
+ "learning_rate": 8.087965791081248e-06,
281
+ "loss": 0.0524,
282
+ "step": 19500
283
+ },
284
+ {
285
+ "epoch": 6.108735491753207,
286
+ "grad_norm": 53.9754524230957,
287
+ "learning_rate": 7.782529016493586e-06,
288
+ "loss": 0.0431,
289
+ "step": 20000
290
+ },
291
+ {
292
+ "epoch": 6.261453879047037,
293
+ "grad_norm": 0.049675118178129196,
294
+ "learning_rate": 7.4770922419059255e-06,
295
+ "loss": 0.0311,
296
+ "step": 20500
297
+ },
298
+ {
299
+ "epoch": 6.414172266340867,
300
+ "grad_norm": 0.12765900790691376,
301
+ "learning_rate": 7.171655467318266e-06,
302
+ "loss": 0.0303,
303
+ "step": 21000
304
+ },
305
+ {
306
+ "epoch": 6.566890653634697,
307
+ "grad_norm": 0.04678593948483467,
308
+ "learning_rate": 6.866218692730605e-06,
309
+ "loss": 0.0315,
310
+ "step": 21500
311
+ },
312
+ {
313
+ "epoch": 6.719609040928528,
314
+ "grad_norm": 33.2860221862793,
315
+ "learning_rate": 6.560781918142944e-06,
316
+ "loss": 0.0342,
317
+ "step": 22000
318
+ },
319
+ {
320
+ "epoch": 6.872327428222358,
321
+ "grad_norm": 0.022564252838492393,
322
+ "learning_rate": 6.255345143555285e-06,
323
+ "loss": 0.0325,
324
+ "step": 22500
325
+ },
326
+ {
327
+ "epoch": 7.025045815516188,
328
+ "grad_norm": 48.42949676513672,
329
+ "learning_rate": 5.949908368967624e-06,
330
+ "loss": 0.0281,
331
+ "step": 23000
332
+ },
333
+ {
334
+ "epoch": 7.177764202810018,
335
+ "grad_norm": 0.1493069976568222,
336
+ "learning_rate": 5.644471594379963e-06,
337
+ "loss": 0.0255,
338
+ "step": 23500
339
+ },
340
+ {
341
+ "epoch": 7.330482590103848,
342
+ "grad_norm": 0.02931222692131996,
343
+ "learning_rate": 5.339034819792304e-06,
344
+ "loss": 0.0218,
345
+ "step": 24000
346
+ },
347
+ {
348
+ "epoch": 7.483200977397678,
349
+ "grad_norm": 99.97526550292969,
350
+ "learning_rate": 5.033598045204643e-06,
351
+ "loss": 0.0234,
352
+ "step": 24500
353
+ },
354
+ {
355
+ "epoch": 7.6359193646915084,
356
+ "grad_norm": 1.244328260421753,
357
+ "learning_rate": 4.728161270616982e-06,
358
+ "loss": 0.0248,
359
+ "step": 25000
360
+ },
361
+ {
362
+ "epoch": 7.788637751985339,
363
+ "grad_norm": 0.01413074042648077,
364
+ "learning_rate": 4.4227244960293225e-06,
365
+ "loss": 0.02,
366
+ "step": 25500
367
+ },
368
+ {
369
+ "epoch": 7.941356139279169,
370
+ "grad_norm": 0.007764923386275768,
371
+ "learning_rate": 4.117287721441662e-06,
372
+ "loss": 0.0242,
373
+ "step": 26000
374
+ },
375
+ {
376
+ "epoch": 8.094074526573,
377
+ "grad_norm": 0.04147506132721901,
378
+ "learning_rate": 3.8118509468540015e-06,
379
+ "loss": 0.0175,
380
+ "step": 26500
381
+ },
382
+ {
383
+ "epoch": 8.24679291386683,
384
+ "grad_norm": 41.88145446777344,
385
+ "learning_rate": 3.506414172266341e-06,
386
+ "loss": 0.0177,
387
+ "step": 27000
388
+ },
389
+ {
390
+ "epoch": 8.39951130116066,
391
+ "grad_norm": 0.005077702924609184,
392
+ "learning_rate": 3.2009773976786805e-06,
393
+ "loss": 0.019,
394
+ "step": 27500
395
+ },
396
+ {
397
+ "epoch": 8.55222968845449,
398
+ "grad_norm": 87.5268325805664,
399
+ "learning_rate": 2.8955406230910206e-06,
400
+ "loss": 0.013,
401
+ "step": 28000
402
+ },
403
+ {
404
+ "epoch": 8.70494807574832,
405
+ "grad_norm": 0.03963172435760498,
406
+ "learning_rate": 2.5901038485033603e-06,
407
+ "loss": 0.0152,
408
+ "step": 28500
409
+ },
410
+ {
411
+ "epoch": 8.85766646304215,
412
+ "grad_norm": 0.0064314561896026134,
413
+ "learning_rate": 2.2846670739156996e-06,
414
+ "loss": 0.0171,
415
+ "step": 29000
416
+ },
417
+ {
418
+ "epoch": 9.01038485033598,
419
+ "grad_norm": 0.0032072309404611588,
420
+ "learning_rate": 1.9792302993280393e-06,
421
+ "loss": 0.0161,
422
+ "step": 29500
423
+ },
424
+ {
425
+ "epoch": 9.16310323762981,
426
+ "grad_norm": 0.016286134719848633,
427
+ "learning_rate": 1.6737935247403788e-06,
428
+ "loss": 0.0117,
429
+ "step": 30000
430
+ },
431
+ {
432
+ "epoch": 9.315821624923641,
433
+ "grad_norm": 0.04490550234913826,
434
+ "learning_rate": 1.3683567501527185e-06,
435
+ "loss": 0.0122,
436
+ "step": 30500
437
+ },
438
+ {
439
+ "epoch": 9.46854001221747,
440
+ "grad_norm": 0.030366964638233185,
441
+ "learning_rate": 1.0629199755650582e-06,
442
+ "loss": 0.0076,
443
+ "step": 31000
444
+ },
445
+ {
446
+ "epoch": 9.621258399511301,
447
+ "grad_norm": 0.026300914585590363,
448
+ "learning_rate": 7.574832009773978e-07,
449
+ "loss": 0.0104,
450
+ "step": 31500
451
+ },
452
+ {
453
+ "epoch": 9.77397678680513,
454
+ "grad_norm": 0.0014681548345834017,
455
+ "learning_rate": 4.5204642638973736e-07,
456
+ "loss": 0.0107,
457
+ "step": 32000
458
+ },
459
+ {
460
+ "epoch": 9.926695174098962,
461
+ "grad_norm": 0.0018271030858159065,
462
+ "learning_rate": 1.4660965180207698e-07,
463
+ "loss": 0.0128,
464
+ "step": 32500
465
+ },
466
+ {
467
+ "epoch": 10.0,
468
+ "step": 32740,
469
+ "total_flos": 7.032286628473344e+16,
470
+ "train_loss": 0.11521797929512122,
471
+ "train_runtime": 5803.3368,
472
+ "train_samples_per_second": 180.488,
473
+ "train_steps_per_second": 5.642
474
+ }
475
+ ],
476
+ "logging_steps": 500,
477
+ "max_steps": 32740,
478
+ "num_input_tokens_seen": 0,
479
+ "num_train_epochs": 10,
480
+ "save_steps": 500,
481
+ "stateful_callbacks": {
482
+ "TrainerControl": {
483
+ "args": {
484
+ "should_epoch_stop": false,
485
+ "should_evaluate": false,
486
+ "should_log": false,
487
+ "should_save": true,
488
+ "should_training_stop": true
489
+ },
490
+ "attributes": {}
491
+ }
492
+ },
493
+ "total_flos": 7.032286628473344e+16,
494
+ "train_batch_size": 32,
495
+ "trial_name": null,
496
+ "trial_params": null
497
+ }
qnli/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21d84e5b5c58afe16f86137c3749046a034e0412e045c1eb21815ed8f6e7c9ba
3
+ size 5304
qnli/vocab.txt ADDED
The diff for this file is too large to render. See raw diff