shiym2000 commited on
Commit
0baa452
·
verified ·
1 Parent(s): 179eead

Upload config.json

Browse files
Files changed (1) hide show
  1. args/config.json +407 -0
args/config.json ADDED
@@ -0,0 +1,407 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cache_dir_hf": "~/.cache/huggingface",
3
+ "exp_id": 4,
4
+ "hidden_size": 3072,
5
+ "llm_attn_implementation": "flash_attention_2",
6
+ "llm_config": {
7
+ "_name_or_path": "microsoft/Phi-3-mini-128k-instruct",
8
+ "add_cross_attention": false,
9
+ "architectures": [
10
+ "Phi3ForCausalLM"
11
+ ],
12
+ "attention_bias": false,
13
+ "attention_dropout": 0.0,
14
+ "auto_map": {
15
+ "AutoConfig": "configuration_phi3.Phi3Config",
16
+ "AutoModelForCausalLM": "modeling_phi3.Phi3ForCausalLM",
17
+ "AutoModelForSequenceClassification": "modeling_phi3.Phi3ForSequenceClassification",
18
+ "AutoModelForTokenClassification": "modeling_phi3.Phi3ForTokenClassification"
19
+ },
20
+ "bad_words_ids": null,
21
+ "begin_suppress_tokens": null,
22
+ "bos_token_id": 1,
23
+ "chunk_size_feed_forward": 0,
24
+ "cross_attention_hidden_size": null,
25
+ "decoder_start_token_id": null,
26
+ "diversity_penalty": 0.0,
27
+ "do_sample": false,
28
+ "early_stopping": false,
29
+ "embd_pdrop": 0.0,
30
+ "encoder_no_repeat_ngram_size": 0,
31
+ "eos_token_id": 32000,
32
+ "exponential_decay_length_penalty": null,
33
+ "finetuning_task": null,
34
+ "forced_bos_token_id": null,
35
+ "forced_eos_token_id": null,
36
+ "hidden_act": "silu",
37
+ "hidden_size": 3072,
38
+ "id2label": {
39
+ "0": "LABEL_0",
40
+ "1": "LABEL_1"
41
+ },
42
+ "initializer_range": 0.02,
43
+ "intermediate_size": 8192,
44
+ "is_decoder": false,
45
+ "is_encoder_decoder": false,
46
+ "label2id": {
47
+ "LABEL_0": 0,
48
+ "LABEL_1": 1
49
+ },
50
+ "length_penalty": 1.0,
51
+ "max_length": 20,
52
+ "max_position_embeddings": 131072,
53
+ "min_length": 0,
54
+ "model_type": "phi3",
55
+ "no_repeat_ngram_size": 0,
56
+ "num_attention_heads": 32,
57
+ "num_beam_groups": 1,
58
+ "num_beams": 1,
59
+ "num_hidden_layers": 32,
60
+ "num_key_value_heads": 32,
61
+ "num_return_sequences": 1,
62
+ "original_max_position_embeddings": 4096,
63
+ "output_attentions": false,
64
+ "output_hidden_states": false,
65
+ "output_scores": false,
66
+ "pad_token_id": 32000,
67
+ "prefix": null,
68
+ "problem_type": null,
69
+ "pruned_heads": {},
70
+ "remove_invalid_values": false,
71
+ "repetition_penalty": 1.0,
72
+ "resid_pdrop": 0.0,
73
+ "return_dict": true,
74
+ "return_dict_in_generate": false,
75
+ "rms_norm_eps": 1e-05,
76
+ "rope_scaling": {
77
+ "long_factor": [
78
+ 1.0299999713897705,
79
+ 1.0499999523162842,
80
+ 1.0499999523162842,
81
+ 1.0799999237060547,
82
+ 1.2299998998641968,
83
+ 1.2299998998641968,
84
+ 1.2999999523162842,
85
+ 1.4499999284744263,
86
+ 1.5999999046325684,
87
+ 1.6499998569488525,
88
+ 1.8999998569488525,
89
+ 2.859999895095825,
90
+ 3.68999981880188,
91
+ 5.419999599456787,
92
+ 5.489999771118164,
93
+ 5.489999771118164,
94
+ 9.09000015258789,
95
+ 11.579999923706055,
96
+ 15.65999984741211,
97
+ 15.769999504089355,
98
+ 15.789999961853027,
99
+ 18.360000610351562,
100
+ 21.989999771118164,
101
+ 23.079999923706055,
102
+ 30.009998321533203,
103
+ 32.35000228881836,
104
+ 32.590003967285156,
105
+ 35.56000518798828,
106
+ 39.95000457763672,
107
+ 53.840003967285156,
108
+ 56.20000457763672,
109
+ 57.95000457763672,
110
+ 59.29000473022461,
111
+ 59.77000427246094,
112
+ 59.920005798339844,
113
+ 61.190006256103516,
114
+ 61.96000671386719,
115
+ 62.50000762939453,
116
+ 63.3700065612793,
117
+ 63.48000717163086,
118
+ 63.48000717163086,
119
+ 63.66000747680664,
120
+ 63.850006103515625,
121
+ 64.08000946044922,
122
+ 64.760009765625,
123
+ 64.80001068115234,
124
+ 64.81001281738281,
125
+ 64.81001281738281
126
+ ],
127
+ "short_factor": [
128
+ 1.05,
129
+ 1.05,
130
+ 1.05,
131
+ 1.1,
132
+ 1.1,
133
+ 1.1500000000000001,
134
+ 1.2000000000000002,
135
+ 1.2500000000000002,
136
+ 1.3000000000000003,
137
+ 1.3500000000000003,
138
+ 1.5000000000000004,
139
+ 2.000000000000001,
140
+ 2.000000000000001,
141
+ 2.000000000000001,
142
+ 2.000000000000001,
143
+ 2.000000000000001,
144
+ 2.000000000000001,
145
+ 2.000000000000001,
146
+ 2.000000000000001,
147
+ 2.000000000000001,
148
+ 2.000000000000001,
149
+ 2.000000000000001,
150
+ 2.000000000000001,
151
+ 2.000000000000001,
152
+ 2.000000000000001,
153
+ 2.000000000000001,
154
+ 2.000000000000001,
155
+ 2.000000000000001,
156
+ 2.000000000000001,
157
+ 2.000000000000001,
158
+ 2.000000000000001,
159
+ 2.000000000000001,
160
+ 2.0500000000000007,
161
+ 2.0500000000000007,
162
+ 2.0500000000000007,
163
+ 2.1000000000000005,
164
+ 2.1000000000000005,
165
+ 2.1000000000000005,
166
+ 2.1500000000000004,
167
+ 2.1500000000000004,
168
+ 2.3499999999999996,
169
+ 2.549999999999999,
170
+ 2.5999999999999988,
171
+ 2.5999999999999988,
172
+ 2.7499999999999982,
173
+ 2.849999999999998,
174
+ 2.849999999999998,
175
+ 2.9499999999999975
176
+ ],
177
+ "type": "su"
178
+ },
179
+ "rope_theta": 10000.0,
180
+ "sep_token_id": null,
181
+ "sliding_window": 262144,
182
+ "suppress_tokens": null,
183
+ "task_specific_params": null,
184
+ "temperature": 1.0,
185
+ "tf_legacy_loss": false,
186
+ "tie_encoder_decoder": false,
187
+ "tie_word_embeddings": false,
188
+ "tokenizer_class": null,
189
+ "top_k": 50,
190
+ "top_p": 1.0,
191
+ "torch_dtype": "bfloat16",
192
+ "torchscript": false,
193
+ "typical_p": 1.0,
194
+ "use_bfloat16": false,
195
+ "use_cache": true,
196
+ "vocab_size": 32064
197
+ },
198
+ "llm_max_length": 768,
199
+ "llm_padding_side": "right",
200
+ "llm_type": "phi3",
201
+ "tokenizer_name_or_path": "microsoft/Phi-3-mini-128k-instruct",
202
+ "tokenizer_use_fast": false,
203
+ "transformers_version": "4.42.4",
204
+ "vision2d_connector_config": {
205
+ "connector_type": "mlp2x_gelu",
206
+ "img_size": [
207
+ 256,
208
+ 256
209
+ ],
210
+ "input_dim": 1024,
211
+ "model_type": "",
212
+ "output_dim": 3072,
213
+ "patch_size": [
214
+ 16,
215
+ 16
216
+ ]
217
+ },
218
+ "vision2d_connector_type": "mlp2x_gelu",
219
+ "vision2d_model_config": {
220
+ "_name_or_path": "google/siglip-large-patch16-256",
221
+ "add_cross_attention": false,
222
+ "architectures": null,
223
+ "attention_dropout": 0.0,
224
+ "bad_words_ids": null,
225
+ "begin_suppress_tokens": null,
226
+ "bos_token_id": null,
227
+ "chunk_size_feed_forward": 0,
228
+ "cross_attention_hidden_size": null,
229
+ "decoder_start_token_id": null,
230
+ "diversity_penalty": 0.0,
231
+ "do_sample": false,
232
+ "early_stopping": false,
233
+ "encoder_no_repeat_ngram_size": 0,
234
+ "eos_token_id": null,
235
+ "exponential_decay_length_penalty": null,
236
+ "finetuning_task": null,
237
+ "forced_bos_token_id": null,
238
+ "forced_eos_token_id": null,
239
+ "hidden_act": "gelu_pytorch_tanh",
240
+ "hidden_size": 1024,
241
+ "id2label": {
242
+ "0": "LABEL_0",
243
+ "1": "LABEL_1"
244
+ },
245
+ "image_size": 256,
246
+ "intermediate_size": 4096,
247
+ "is_decoder": false,
248
+ "is_encoder_decoder": false,
249
+ "label2id": {
250
+ "LABEL_0": 0,
251
+ "LABEL_1": 1
252
+ },
253
+ "layer_norm_eps": 1e-06,
254
+ "length_penalty": 1.0,
255
+ "max_length": 20,
256
+ "min_length": 0,
257
+ "model_type": "siglip_vision_model",
258
+ "no_repeat_ngram_size": 0,
259
+ "num_attention_heads": 16,
260
+ "num_beam_groups": 1,
261
+ "num_beams": 1,
262
+ "num_channels": 3,
263
+ "num_hidden_layers": 24,
264
+ "num_return_sequences": 1,
265
+ "output_attentions": false,
266
+ "output_hidden_states": false,
267
+ "output_scores": false,
268
+ "pad_token_id": null,
269
+ "patch_size": 16,
270
+ "prefix": null,
271
+ "problem_type": null,
272
+ "pruned_heads": {},
273
+ "remove_invalid_values": false,
274
+ "repetition_penalty": 1.0,
275
+ "return_dict": true,
276
+ "return_dict_in_generate": false,
277
+ "sep_token_id": null,
278
+ "suppress_tokens": null,
279
+ "task_specific_params": null,
280
+ "temperature": 1.0,
281
+ "tf_legacy_loss": false,
282
+ "tie_encoder_decoder": false,
283
+ "tie_word_embeddings": true,
284
+ "tokenizer_class": null,
285
+ "top_k": 50,
286
+ "top_p": 1.0,
287
+ "torch_dtype": null,
288
+ "torchscript": false,
289
+ "typical_p": 1.0,
290
+ "use_bfloat16": false
291
+ },
292
+ "vision2d_model_select_feature": "cls_patch",
293
+ "vision2d_model_select_layer": -1,
294
+ "vision2d_model_type": "siglip",
295
+ "vision3d_connector_config": {
296
+ "connector_type": "spatial_pooling_score15_mlp2x_gelu",
297
+ "img_size": [
298
+ 32,
299
+ 256,
300
+ 256
301
+ ],
302
+ "input_dim": 768,
303
+ "model_type": "",
304
+ "output_dim": 3072,
305
+ "patch_size": [
306
+ 4,
307
+ 16,
308
+ 16
309
+ ]
310
+ },
311
+ "vision3d_connector_type": "spatial_pooling_score15_mlp2x_gelu",
312
+ "vision3d_model_config": {
313
+ "_name_or_path": "GoodBaiBai88/M3D-CLIP",
314
+ "add_cross_attention": false,
315
+ "architectures": [
316
+ "M3DCLIP"
317
+ ],
318
+ "auto_map": {
319
+ "AutoConfig": "GoodBaiBai88/M3D-CLIP--configuration_m3d_clip.M3DCLIPConfig",
320
+ "AutoModel": "GoodBaiBai88/M3D-CLIP--modeling_m3d_clip.M3DCLIP"
321
+ },
322
+ "bad_words_ids": null,
323
+ "begin_suppress_tokens": null,
324
+ "bos_token_id": null,
325
+ "chunk_size_feed_forward": 0,
326
+ "cross_attention_hidden_size": null,
327
+ "decoder_start_token_id": null,
328
+ "diversity_penalty": 0.0,
329
+ "do_sample": false,
330
+ "dropout_rate": 0,
331
+ "early_stopping": false,
332
+ "encoder_no_repeat_ngram_size": 0,
333
+ "eos_token_id": null,
334
+ "exponential_decay_length_penalty": null,
335
+ "finetuning_task": null,
336
+ "forced_bos_token_id": null,
337
+ "forced_eos_token_id": null,
338
+ "gather_loss": true,
339
+ "hidden_size": 768,
340
+ "id2label": {
341
+ "0": "LABEL_0",
342
+ "1": "LABEL_1"
343
+ },
344
+ "img_size": [
345
+ 32,
346
+ 256,
347
+ 256
348
+ ],
349
+ "in_channels": 1,
350
+ "is_decoder": false,
351
+ "is_encoder_decoder": false,
352
+ "label2id": {
353
+ "LABEL_0": 0,
354
+ "LABEL_1": 1
355
+ },
356
+ "language_model_name_or_path": "bert-base-uncased",
357
+ "length_penalty": 1.0,
358
+ "local_loss": false,
359
+ "max_length": 20,
360
+ "max_text_len": 128,
361
+ "min_length": 0,
362
+ "mlp_dim": 3072,
363
+ "model_type": "m3d_clip",
364
+ "no_repeat_ngram_size": 0,
365
+ "num_beam_groups": 1,
366
+ "num_beams": 1,
367
+ "num_heads": 12,
368
+ "num_layers": 12,
369
+ "num_return_sequences": 1,
370
+ "output_attentions": false,
371
+ "output_hidden_states": false,
372
+ "output_scores": false,
373
+ "pad_token_id": null,
374
+ "patch_size": [
375
+ 4,
376
+ 16,
377
+ 16
378
+ ],
379
+ "pos_embed": "perceptron",
380
+ "prefix": null,
381
+ "problem_type": null,
382
+ "pruned_heads": {},
383
+ "remove_invalid_values": false,
384
+ "repetition_penalty": 1.0,
385
+ "return_dict": true,
386
+ "return_dict_in_generate": false,
387
+ "sep_token_id": null,
388
+ "spatial_dims": 3,
389
+ "suppress_tokens": null,
390
+ "task_specific_params": null,
391
+ "temperature": 1.0,
392
+ "tf_legacy_loss": false,
393
+ "tie_encoder_decoder": false,
394
+ "tie_word_embeddings": true,
395
+ "tokenizer_class": null,
396
+ "top_k": 50,
397
+ "top_p": 1.0,
398
+ "torch_dtype": "float32",
399
+ "torchscript": false,
400
+ "typical_p": 1.0,
401
+ "use_bfloat16": false,
402
+ "vocab_size": 30522
403
+ },
404
+ "vision3d_model_select_feature": "patch",
405
+ "vision3d_model_select_layer": -1,
406
+ "vision3d_model_type": "m3d"
407
+ }