adugeen commited on
Commit
1fddebe
·
verified ·
1 Parent(s): f76bf80

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
1_Pooling/config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "word_embedding_dimension": 384,
3
+ "pooling_mode_cls_token": false,
4
+ "pooling_mode_mean_tokens": true,
5
+ "pooling_mode_max_tokens": false,
6
+ "pooling_mode_mean_sqrt_len_tokens": false,
7
+ "pooling_mode_weightedmean_tokens": false,
8
+ "pooling_mode_lasttoken": false,
9
+ "include_prompt": true
10
+ }
README.md ADDED
The diff for this file is too large to render. See raw diff
 
config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "BertModel"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "classifier_dropout": null,
7
+ "hidden_act": "gelu",
8
+ "hidden_dropout_prob": 0.1,
9
+ "hidden_size": 384,
10
+ "initializer_range": 0.02,
11
+ "intermediate_size": 1536,
12
+ "layer_norm_eps": 1e-12,
13
+ "max_position_embeddings": 512,
14
+ "model_type": "bert",
15
+ "num_attention_heads": 12,
16
+ "num_hidden_layers": 12,
17
+ "pad_token_id": 0,
18
+ "position_embedding_type": "absolute",
19
+ "tokenizer_class": "XLMRobertaTokenizer",
20
+ "torch_dtype": "float32",
21
+ "transformers_version": "4.52.4",
22
+ "type_vocab_size": 2,
23
+ "use_cache": true,
24
+ "vocab_size": 250037
25
+ }
config_sentence_transformers.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "__version__": {
3
+ "sentence_transformers": "4.1.0",
4
+ "transformers": "4.52.4",
5
+ "pytorch": "2.7.1+cu128"
6
+ },
7
+ "prompts": {},
8
+ "default_prompt_name": null,
9
+ "similarity_fn_name": "cosine"
10
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11407a208a2be3cd06b48f6a28931de116570bfb7520f75ae45cd99aa60d13c1
3
+ size 470637416
modules.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "idx": 0,
4
+ "name": "0",
5
+ "path": "",
6
+ "type": "sentence_transformers.models.Transformer"
7
+ },
8
+ {
9
+ "idx": 1,
10
+ "name": "1",
11
+ "path": "1_Pooling",
12
+ "type": "sentence_transformers.models.Pooling"
13
+ },
14
+ {
15
+ "idx": 2,
16
+ "name": "2",
17
+ "path": "2_Normalize",
18
+ "type": "sentence_transformers.models.Normalize"
19
+ }
20
+ ]
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c68f3ed8eaeb602a94a167d2f1cef89b9665019c918e50882f194581c2c1c48
3
+ size 940212619
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f3ca820c499203a7884efe42f8add1720c864beea265fa9eea32b7023634d03e
3
+ size 14645
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d682d4736c51a8bddec1240460a5cab5736031f55035e379f81f659ab4d9c0bb
3
+ size 1465
sentence_bert_config.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "max_seq_length": 512,
3
+ "do_lower_case": false
4
+ }
special_tokens_map.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "cls_token": {
10
+ "content": "<s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "eos_token": {
17
+ "content": "</s>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "mask_token": {
24
+ "content": "<mask>",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "pad_token": {
31
+ "content": "<pad>",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ },
37
+ "sep_token": {
38
+ "content": "</s>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false
43
+ },
44
+ "unk_token": {
45
+ "content": "<unk>",
46
+ "lstrip": false,
47
+ "normalized": false,
48
+ "rstrip": false,
49
+ "single_word": false
50
+ }
51
+ }
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef04f2b385d1514f500e779207ace0f53e30895ce37563179e29f4022d28ca38
3
+ size 17083053
tokenizer_config.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "<s>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "1": {
12
+ "content": "<pad>",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "</s>",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "3": {
28
+ "content": "<unk>",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "250001": {
36
+ "content": "<mask>",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "bos_token": "<s>",
45
+ "clean_up_tokenization_spaces": true,
46
+ "cls_token": "<s>",
47
+ "eos_token": "</s>",
48
+ "extra_special_tokens": {},
49
+ "mask_token": "<mask>",
50
+ "model_max_length": 512,
51
+ "pad_token": "<pad>",
52
+ "sep_token": "</s>",
53
+ "sp_model_kwargs": {},
54
+ "tokenizer_class": "XLMRobertaTokenizer",
55
+ "unk_token": "<unk>"
56
+ }
trainer_state.json ADDED
@@ -0,0 +1,509 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 2035,
3
+ "best_metric": 8.790307998657227,
4
+ "best_model_checkpoint": "printing_press/author-paraphrase/models/intfloat/multilingual-e5-small/checkpoint-2035",
5
+ "epoch": 3.0,
6
+ "eval_steps": 500,
7
+ "global_step": 6105,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 0.04914004914004914,
14
+ "grad_norm": 6.021224498748779,
15
+ "learning_rate": 4.9513513513513516e-05,
16
+ "loss": 3.1392,
17
+ "step": 100
18
+ },
19
+ {
20
+ "epoch": 0.09828009828009827,
21
+ "grad_norm": 5.465278625488281,
22
+ "learning_rate": 4.902211302211302e-05,
23
+ "loss": 2.8632,
24
+ "step": 200
25
+ },
26
+ {
27
+ "epoch": 0.14742014742014742,
28
+ "grad_norm": 6.197441577911377,
29
+ "learning_rate": 4.853071253071254e-05,
30
+ "loss": 2.6963,
31
+ "step": 300
32
+ },
33
+ {
34
+ "epoch": 0.19656019656019655,
35
+ "grad_norm": 5.761979579925537,
36
+ "learning_rate": 4.803931203931204e-05,
37
+ "loss": 2.6594,
38
+ "step": 400
39
+ },
40
+ {
41
+ "epoch": 0.2457002457002457,
42
+ "grad_norm": 6.232619285583496,
43
+ "learning_rate": 4.754791154791155e-05,
44
+ "loss": 2.584,
45
+ "step": 500
46
+ },
47
+ {
48
+ "epoch": 0.29484029484029484,
49
+ "grad_norm": 5.387997627258301,
50
+ "learning_rate": 4.705651105651106e-05,
51
+ "loss": 2.5429,
52
+ "step": 600
53
+ },
54
+ {
55
+ "epoch": 0.343980343980344,
56
+ "grad_norm": 5.559869766235352,
57
+ "learning_rate": 4.656511056511057e-05,
58
+ "loss": 2.5105,
59
+ "step": 700
60
+ },
61
+ {
62
+ "epoch": 0.3931203931203931,
63
+ "grad_norm": 6.779473781585693,
64
+ "learning_rate": 4.6073710073710074e-05,
65
+ "loss": 2.4482,
66
+ "step": 800
67
+ },
68
+ {
69
+ "epoch": 0.44226044226044225,
70
+ "grad_norm": 5.715710639953613,
71
+ "learning_rate": 4.558230958230959e-05,
72
+ "loss": 2.442,
73
+ "step": 900
74
+ },
75
+ {
76
+ "epoch": 0.4914004914004914,
77
+ "grad_norm": 5.751602649688721,
78
+ "learning_rate": 4.5090909090909095e-05,
79
+ "loss": 2.4386,
80
+ "step": 1000
81
+ },
82
+ {
83
+ "epoch": 0.5405405405405406,
84
+ "grad_norm": 6.389184951782227,
85
+ "learning_rate": 4.45995085995086e-05,
86
+ "loss": 2.3912,
87
+ "step": 1100
88
+ },
89
+ {
90
+ "epoch": 0.5896805896805897,
91
+ "grad_norm": 5.976380825042725,
92
+ "learning_rate": 4.410810810810811e-05,
93
+ "loss": 2.3778,
94
+ "step": 1200
95
+ },
96
+ {
97
+ "epoch": 0.6388206388206388,
98
+ "grad_norm": 5.9267120361328125,
99
+ "learning_rate": 4.361670761670762e-05,
100
+ "loss": 2.3481,
101
+ "step": 1300
102
+ },
103
+ {
104
+ "epoch": 0.687960687960688,
105
+ "grad_norm": 5.765600681304932,
106
+ "learning_rate": 4.312530712530713e-05,
107
+ "loss": 2.3325,
108
+ "step": 1400
109
+ },
110
+ {
111
+ "epoch": 0.7371007371007371,
112
+ "grad_norm": 5.1934285163879395,
113
+ "learning_rate": 4.263390663390663e-05,
114
+ "loss": 2.3082,
115
+ "step": 1500
116
+ },
117
+ {
118
+ "epoch": 0.7862407862407862,
119
+ "grad_norm": 5.619853973388672,
120
+ "learning_rate": 4.2142506142506146e-05,
121
+ "loss": 2.2942,
122
+ "step": 1600
123
+ },
124
+ {
125
+ "epoch": 0.8353808353808354,
126
+ "grad_norm": 5.406186103820801,
127
+ "learning_rate": 4.165110565110565e-05,
128
+ "loss": 2.3115,
129
+ "step": 1700
130
+ },
131
+ {
132
+ "epoch": 0.8845208845208845,
133
+ "grad_norm": 4.95747184753418,
134
+ "learning_rate": 4.115970515970517e-05,
135
+ "loss": 2.2769,
136
+ "step": 1800
137
+ },
138
+ {
139
+ "epoch": 0.9336609336609336,
140
+ "grad_norm": 6.417170524597168,
141
+ "learning_rate": 4.066830466830467e-05,
142
+ "loss": 2.2402,
143
+ "step": 1900
144
+ },
145
+ {
146
+ "epoch": 0.9828009828009828,
147
+ "grad_norm": 6.344349384307861,
148
+ "learning_rate": 4.017690417690418e-05,
149
+ "loss": 2.2372,
150
+ "step": 2000
151
+ },
152
+ {
153
+ "epoch": 1.0,
154
+ "eval_cosine_accuracy": 0.9193994404320385,
155
+ "eval_cosine_accuracy_threshold": 0.8741108775138855,
156
+ "eval_cosine_ap": 0.8367251348799856,
157
+ "eval_cosine_f1": 0.7428981208338088,
158
+ "eval_cosine_f1_threshold": 0.8662768006324768,
159
+ "eval_cosine_mcc": 0.6915836823172079,
160
+ "eval_cosine_precision": 0.7443417485874784,
161
+ "eval_cosine_recall": 0.741460081983213,
162
+ "eval_loss": 8.790307998657227,
163
+ "eval_runtime": 1127.8164,
164
+ "eval_samples_per_second": 163.527,
165
+ "eval_steps_per_second": 1.203,
166
+ "step": 2035
167
+ },
168
+ {
169
+ "epoch": 1.031941031941032,
170
+ "grad_norm": 5.7056660652160645,
171
+ "learning_rate": 3.968550368550369e-05,
172
+ "loss": 2.1558,
173
+ "step": 2100
174
+ },
175
+ {
176
+ "epoch": 1.0810810810810811,
177
+ "grad_norm": 6.209120273590088,
178
+ "learning_rate": 3.91941031941032e-05,
179
+ "loss": 2.0741,
180
+ "step": 2200
181
+ },
182
+ {
183
+ "epoch": 1.1302211302211302,
184
+ "grad_norm": 6.506903648376465,
185
+ "learning_rate": 3.8702702702702704e-05,
186
+ "loss": 2.0783,
187
+ "step": 2300
188
+ },
189
+ {
190
+ "epoch": 1.1793611793611793,
191
+ "grad_norm": 5.882590293884277,
192
+ "learning_rate": 3.821130221130221e-05,
193
+ "loss": 2.0596,
194
+ "step": 2400
195
+ },
196
+ {
197
+ "epoch": 1.2285012285012284,
198
+ "grad_norm": 5.904178619384766,
199
+ "learning_rate": 3.7719901719901725e-05,
200
+ "loss": 2.0398,
201
+ "step": 2500
202
+ },
203
+ {
204
+ "epoch": 1.2776412776412776,
205
+ "grad_norm": 6.1165924072265625,
206
+ "learning_rate": 3.7228501228501226e-05,
207
+ "loss": 2.0504,
208
+ "step": 2600
209
+ },
210
+ {
211
+ "epoch": 1.3267813267813269,
212
+ "grad_norm": 5.996497631072998,
213
+ "learning_rate": 3.673710073710074e-05,
214
+ "loss": 2.0674,
215
+ "step": 2700
216
+ },
217
+ {
218
+ "epoch": 1.375921375921376,
219
+ "grad_norm": 7.482200622558594,
220
+ "learning_rate": 3.624570024570025e-05,
221
+ "loss": 2.0305,
222
+ "step": 2800
223
+ },
224
+ {
225
+ "epoch": 1.425061425061425,
226
+ "grad_norm": 5.874721527099609,
227
+ "learning_rate": 3.575429975429976e-05,
228
+ "loss": 2.0372,
229
+ "step": 2900
230
+ },
231
+ {
232
+ "epoch": 1.4742014742014742,
233
+ "grad_norm": 6.226138114929199,
234
+ "learning_rate": 3.526289926289926e-05,
235
+ "loss": 2.0271,
236
+ "step": 3000
237
+ },
238
+ {
239
+ "epoch": 1.5233415233415233,
240
+ "grad_norm": 6.130570411682129,
241
+ "learning_rate": 3.4771498771498776e-05,
242
+ "loss": 2.007,
243
+ "step": 3100
244
+ },
245
+ {
246
+ "epoch": 1.5724815724815726,
247
+ "grad_norm": 6.400360584259033,
248
+ "learning_rate": 3.428009828009828e-05,
249
+ "loss": 2.0074,
250
+ "step": 3200
251
+ },
252
+ {
253
+ "epoch": 1.6216216216216215,
254
+ "grad_norm": 6.5269341468811035,
255
+ "learning_rate": 3.378869778869779e-05,
256
+ "loss": 1.9978,
257
+ "step": 3300
258
+ },
259
+ {
260
+ "epoch": 1.6707616707616708,
261
+ "grad_norm": 5.755340576171875,
262
+ "learning_rate": 3.32972972972973e-05,
263
+ "loss": 1.974,
264
+ "step": 3400
265
+ },
266
+ {
267
+ "epoch": 1.71990171990172,
268
+ "grad_norm": 6.60841178894043,
269
+ "learning_rate": 3.2805896805896805e-05,
270
+ "loss": 1.9922,
271
+ "step": 3500
272
+ },
273
+ {
274
+ "epoch": 1.769041769041769,
275
+ "grad_norm": 7.436590194702148,
276
+ "learning_rate": 3.231449631449632e-05,
277
+ "loss": 1.9743,
278
+ "step": 3600
279
+ },
280
+ {
281
+ "epoch": 1.8181818181818183,
282
+ "grad_norm": 6.426479339599609,
283
+ "learning_rate": 3.182309582309582e-05,
284
+ "loss": 1.9536,
285
+ "step": 3700
286
+ },
287
+ {
288
+ "epoch": 1.8673218673218672,
289
+ "grad_norm": 6.678687572479248,
290
+ "learning_rate": 3.1331695331695334e-05,
291
+ "loss": 1.9717,
292
+ "step": 3800
293
+ },
294
+ {
295
+ "epoch": 1.9164619164619165,
296
+ "grad_norm": 6.789039134979248,
297
+ "learning_rate": 3.084029484029484e-05,
298
+ "loss": 1.9324,
299
+ "step": 3900
300
+ },
301
+ {
302
+ "epoch": 1.9656019656019657,
303
+ "grad_norm": 6.285867691040039,
304
+ "learning_rate": 3.0348894348894352e-05,
305
+ "loss": 1.9275,
306
+ "step": 4000
307
+ },
308
+ {
309
+ "epoch": 2.0,
310
+ "eval_cosine_accuracy": 0.9200772117032121,
311
+ "eval_cosine_accuracy_threshold": 0.8600538969039917,
312
+ "eval_cosine_ap": 0.8386338276944761,
313
+ "eval_cosine_f1": 0.7448358673957842,
314
+ "eval_cosine_f1_threshold": 0.8511393070220947,
315
+ "eval_cosine_mcc": 0.6936559183741586,
316
+ "eval_cosine_precision": 0.7430153128945579,
317
+ "eval_cosine_recall": 0.7466653653458261,
318
+ "eval_loss": 9.22366714477539,
319
+ "eval_runtime": 1127.8509,
320
+ "eval_samples_per_second": 163.522,
321
+ "eval_steps_per_second": 1.203,
322
+ "step": 4070
323
+ },
324
+ {
325
+ "epoch": 2.0147420147420148,
326
+ "grad_norm": 7.566407680511475,
327
+ "learning_rate": 2.9857493857493856e-05,
328
+ "loss": 1.9059,
329
+ "step": 4100
330
+ },
331
+ {
332
+ "epoch": 2.063882063882064,
333
+ "grad_norm": 6.225943565368652,
334
+ "learning_rate": 2.9366093366093367e-05,
335
+ "loss": 1.7814,
336
+ "step": 4200
337
+ },
338
+ {
339
+ "epoch": 2.113022113022113,
340
+ "grad_norm": 6.670715808868408,
341
+ "learning_rate": 2.8874692874692877e-05,
342
+ "loss": 1.7528,
343
+ "step": 4300
344
+ },
345
+ {
346
+ "epoch": 2.1621621621621623,
347
+ "grad_norm": 8.022383689880371,
348
+ "learning_rate": 2.8383292383292388e-05,
349
+ "loss": 1.786,
350
+ "step": 4400
351
+ },
352
+ {
353
+ "epoch": 2.211302211302211,
354
+ "grad_norm": 7.271859169006348,
355
+ "learning_rate": 2.7891891891891892e-05,
356
+ "loss": 1.7963,
357
+ "step": 4500
358
+ },
359
+ {
360
+ "epoch": 2.2604422604422605,
361
+ "grad_norm": 6.646120071411133,
362
+ "learning_rate": 2.7400491400491403e-05,
363
+ "loss": 1.7744,
364
+ "step": 4600
365
+ },
366
+ {
367
+ "epoch": 2.30958230958231,
368
+ "grad_norm": 6.8744330406188965,
369
+ "learning_rate": 2.6909090909090913e-05,
370
+ "loss": 1.7753,
371
+ "step": 4700
372
+ },
373
+ {
374
+ "epoch": 2.3587223587223587,
375
+ "grad_norm": 8.4681396484375,
376
+ "learning_rate": 2.641769041769042e-05,
377
+ "loss": 1.7671,
378
+ "step": 4800
379
+ },
380
+ {
381
+ "epoch": 2.407862407862408,
382
+ "grad_norm": 6.876530170440674,
383
+ "learning_rate": 2.5926289926289924e-05,
384
+ "loss": 1.7832,
385
+ "step": 4900
386
+ },
387
+ {
388
+ "epoch": 2.457002457002457,
389
+ "grad_norm": 6.952081680297852,
390
+ "learning_rate": 2.5434889434889435e-05,
391
+ "loss": 1.7715,
392
+ "step": 5000
393
+ },
394
+ {
395
+ "epoch": 2.506142506142506,
396
+ "grad_norm": 7.127411365509033,
397
+ "learning_rate": 2.4943488943488943e-05,
398
+ "loss": 1.721,
399
+ "step": 5100
400
+ },
401
+ {
402
+ "epoch": 2.555282555282555,
403
+ "grad_norm": 7.662739276885986,
404
+ "learning_rate": 2.4452088452088453e-05,
405
+ "loss": 1.7584,
406
+ "step": 5200
407
+ },
408
+ {
409
+ "epoch": 2.6044226044226044,
410
+ "grad_norm": 7.068917751312256,
411
+ "learning_rate": 2.396068796068796e-05,
412
+ "loss": 1.7348,
413
+ "step": 5300
414
+ },
415
+ {
416
+ "epoch": 2.6535626535626538,
417
+ "grad_norm": 6.970505714416504,
418
+ "learning_rate": 2.346928746928747e-05,
419
+ "loss": 1.7331,
420
+ "step": 5400
421
+ },
422
+ {
423
+ "epoch": 2.7027027027027026,
424
+ "grad_norm": 7.2441182136535645,
425
+ "learning_rate": 2.297788697788698e-05,
426
+ "loss": 1.7274,
427
+ "step": 5500
428
+ },
429
+ {
430
+ "epoch": 2.751842751842752,
431
+ "grad_norm": 7.026419162750244,
432
+ "learning_rate": 2.248648648648649e-05,
433
+ "loss": 1.7587,
434
+ "step": 5600
435
+ },
436
+ {
437
+ "epoch": 2.800982800982801,
438
+ "grad_norm": 5.773149490356445,
439
+ "learning_rate": 2.1995085995085997e-05,
440
+ "loss": 1.7379,
441
+ "step": 5700
442
+ },
443
+ {
444
+ "epoch": 2.85012285012285,
445
+ "grad_norm": 6.8897809982299805,
446
+ "learning_rate": 2.1503685503685507e-05,
447
+ "loss": 1.7579,
448
+ "step": 5800
449
+ },
450
+ {
451
+ "epoch": 2.899262899262899,
452
+ "grad_norm": 7.6783766746521,
453
+ "learning_rate": 2.1012285012285015e-05,
454
+ "loss": 1.7573,
455
+ "step": 5900
456
+ },
457
+ {
458
+ "epoch": 2.9484029484029484,
459
+ "grad_norm": 6.818024158477783,
460
+ "learning_rate": 2.0520884520884522e-05,
461
+ "loss": 1.708,
462
+ "step": 6000
463
+ },
464
+ {
465
+ "epoch": 2.9975429975429977,
466
+ "grad_norm": 7.6112542152404785,
467
+ "learning_rate": 2.002948402948403e-05,
468
+ "loss": 1.7159,
469
+ "step": 6100
470
+ },
471
+ {
472
+ "epoch": 3.0,
473
+ "eval_cosine_accuracy": 0.9208363155269265,
474
+ "eval_cosine_accuracy_threshold": 0.8324185609817505,
475
+ "eval_cosine_ap": 0.8415735890036254,
476
+ "eval_cosine_f1": 0.7493691493691494,
477
+ "eval_cosine_f1_threshold": 0.8252550363540649,
478
+ "eval_cosine_mcc": 0.6992932604835177,
479
+ "eval_cosine_precision": 0.7499918532277512,
480
+ "eval_cosine_recall": 0.7487474786908712,
481
+ "eval_loss": 9.839451789855957,
482
+ "eval_runtime": 1129.5778,
483
+ "eval_samples_per_second": 163.272,
484
+ "eval_steps_per_second": 1.201,
485
+ "step": 6105
486
+ }
487
+ ],
488
+ "logging_steps": 100,
489
+ "max_steps": 10175,
490
+ "num_input_tokens_seen": 0,
491
+ "num_train_epochs": 5,
492
+ "save_steps": 500,
493
+ "stateful_callbacks": {
494
+ "TrainerControl": {
495
+ "args": {
496
+ "should_epoch_stop": false,
497
+ "should_evaluate": false,
498
+ "should_log": false,
499
+ "should_save": true,
500
+ "should_training_stop": false
501
+ },
502
+ "attributes": {}
503
+ }
504
+ },
505
+ "total_flos": 0.0,
506
+ "train_batch_size": 136,
507
+ "trial_name": null,
508
+ "trial_params": null
509
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a9c5f531debf1f74c84f519c72b0b1c02f7f63a0b81d042e6d7aff896d6f1e0
3
+ size 6097