IvoHoese commited on
Commit
89043fb
·
verified ·
1 Parent(s): ded8c0a

Upload 8 files

Browse files
target_lmm/.gitattributes ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ *.7z filter=lfs diff=lfs merge=lfs -text
2
+ *.arrow filter=lfs diff=lfs merge=lfs -text
3
+ *.bin filter=lfs diff=lfs merge=lfs -text
4
+ *.bz2 filter=lfs diff=lfs merge=lfs -text
5
+ *.ckpt filter=lfs diff=lfs merge=lfs -text
6
+ *.ftz filter=lfs diff=lfs merge=lfs -text
7
+ *.gz filter=lfs diff=lfs merge=lfs -text
8
+ *.h5 filter=lfs diff=lfs merge=lfs -text
9
+ *.joblib filter=lfs diff=lfs merge=lfs -text
10
+ *.lfs.* filter=lfs diff=lfs merge=lfs -text
11
+ *.mlmodel filter=lfs diff=lfs merge=lfs -text
12
+ *.model filter=lfs diff=lfs merge=lfs -text
13
+ *.msgpack filter=lfs diff=lfs merge=lfs -text
14
+ *.npy filter=lfs diff=lfs merge=lfs -text
15
+ *.npz filter=lfs diff=lfs merge=lfs -text
16
+ *.onnx filter=lfs diff=lfs merge=lfs -text
17
+ *.ot filter=lfs diff=lfs merge=lfs -text
18
+ *.parquet filter=lfs diff=lfs merge=lfs -text
19
+ *.pb filter=lfs diff=lfs merge=lfs -text
20
+ *.pickle filter=lfs diff=lfs merge=lfs -text
21
+ *.pkl filter=lfs diff=lfs merge=lfs -text
22
+ *.pt filter=lfs diff=lfs merge=lfs -text
23
+ *.pth filter=lfs diff=lfs merge=lfs -text
24
+ *.rar filter=lfs diff=lfs merge=lfs -text
25
+ *.safetensors filter=lfs diff=lfs merge=lfs -text
26
+ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
27
+ *.tar.* filter=lfs diff=lfs merge=lfs -text
28
+ *.tar filter=lfs diff=lfs merge=lfs -text
29
+ *.tflite filter=lfs diff=lfs merge=lfs -text
30
+ *.tgz filter=lfs diff=lfs merge=lfs -text
31
+ *.wasm filter=lfs diff=lfs merge=lfs -text
32
+ *.xz 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
target_lmm/config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "UnifiedForCausalLM"
4
+ ],
5
+ "attention_bias": false,
6
+ "attention_dropout": 0.0,
7
+ "eos_token_id": 100257,
8
+ "hidden_act": "silu",
9
+ "hidden_size": 2048,
10
+ "initializer_range": 0.02,
11
+ "intermediate_size": 8192,
12
+ "max_position_embeddings": 4096,
13
+ "model_type": "olmo2",
14
+ "num_attention_heads": 16,
15
+ "num_hidden_layers": 16,
16
+ "num_key_value_heads": 16,
17
+ "pad_token_id": 100277,
18
+ "rms_norm_eps": 1e-06,
19
+ "rope_scaling": null,
20
+ "rope_theta": 500000,
21
+ "tie_word_embeddings": false,
22
+ "torch_dtype": "bfloat16",
23
+ "transformers_version": "4.51.3",
24
+ "use_cache": true,
25
+ "vocab_size": 100289
26
+ }
target_lmm/generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "eos_token_id": 100257,
4
+ "pad_token_id": 100277,
5
+ "transformers_version": "4.51.3"
6
+ }
target_lmm/model.txt ADDED
@@ -0,0 +1,640 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ UnifiedForCausalLM(
2
+ (model): UnifiedModel(
3
+ (embed_tokens): Embedding(100289, 2048, padding_idx=100277)
4
+ (layers): ModuleList(
5
+ (0-15): 16 x Olmo2DecoderLayer(
6
+ (self_attn): Olmo2Attention(
7
+ (q_proj): Linear(in_features=2048, out_features=2048, bias=False)
8
+ (k_proj): Linear(in_features=2048, out_features=2048, bias=False)
9
+ (v_proj): Linear(in_features=2048, out_features=2048, bias=False)
10
+ (o_proj): Linear(in_features=2048, out_features=2048, bias=False)
11
+ (q_norm): Olmo2RMSNorm((2048,), eps=1e-06)
12
+ (k_norm): Olmo2RMSNorm((2048,), eps=1e-06)
13
+ )
14
+ (mlp): Olmo2MLP(
15
+ (gate_proj): Linear(in_features=2048, out_features=8192, bias=False)
16
+ (up_proj): Linear(in_features=2048, out_features=8192, bias=False)
17
+ (down_proj): Linear(in_features=8192, out_features=2048, bias=False)
18
+ (act_fn): SiLU()
19
+ )
20
+ (post_attention_layernorm): Olmo2RMSNorm((2048,), eps=1e-06)
21
+ (post_feedforward_layernorm): Olmo2RMSNorm((2048,), eps=1e-06)
22
+ )
23
+ )
24
+ (norm): Olmo2RMSNorm((2048,), eps=1e-06)
25
+ (rotary_emb): Olmo2RotaryEmbedding()
26
+ (visual_encoder): MultiPathCLIPVisionTower(
27
+ (slow_vision_tower): ConvNextVisionTower(
28
+ (vision_tower): ConvNeXt(
29
+ (stem): Sequential(
30
+ (0): Conv2d(3, 192, kernel_size=(4, 4), stride=(4, 4))
31
+ (1): LayerNorm2d((192,), eps=1e-06, elementwise_affine=True)
32
+ )
33
+ (stages): Sequential(
34
+ (0): ConvNeXtStage(
35
+ (downsample): Identity()
36
+ (blocks): Sequential(
37
+ (0): ConvNeXtBlock(
38
+ (conv_dw): Conv2d(192, 192, kernel_size=(7, 7), stride=(1, 1), padding=(3, 3), groups=192)
39
+ (norm): LayerNorm((192,), eps=1e-06, elementwise_affine=True)
40
+ (mlp): Mlp(
41
+ (fc1): Linear(in_features=192, out_features=768, bias=True)
42
+ (act): GELU()
43
+ (drop1): Dropout(p=0.0, inplace=False)
44
+ (norm): Identity()
45
+ (fc2): Linear(in_features=768, out_features=192, bias=True)
46
+ (drop2): Dropout(p=0.0, inplace=False)
47
+ )
48
+ (shortcut): Identity()
49
+ (drop_path): Identity()
50
+ )
51
+ (1): ConvNeXtBlock(
52
+ (conv_dw): Conv2d(192, 192, kernel_size=(7, 7), stride=(1, 1), padding=(3, 3), groups=192)
53
+ (norm): LayerNorm((192,), eps=1e-06, elementwise_affine=True)
54
+ (mlp): Mlp(
55
+ (fc1): Linear(in_features=192, out_features=768, bias=True)
56
+ (act): GELU()
57
+ (drop1): Dropout(p=0.0, inplace=False)
58
+ (norm): Identity()
59
+ (fc2): Linear(in_features=768, out_features=192, bias=True)
60
+ (drop2): Dropout(p=0.0, inplace=False)
61
+ )
62
+ (shortcut): Identity()
63
+ (drop_path): Identity()
64
+ )
65
+ (2): ConvNeXtBlock(
66
+ (conv_dw): Conv2d(192, 192, kernel_size=(7, 7), stride=(1, 1), padding=(3, 3), groups=192)
67
+ (norm): LayerNorm((192,), eps=1e-06, elementwise_affine=True)
68
+ (mlp): Mlp(
69
+ (fc1): Linear(in_features=192, out_features=768, bias=True)
70
+ (act): GELU()
71
+ (drop1): Dropout(p=0.0, inplace=False)
72
+ (norm): Identity()
73
+ (fc2): Linear(in_features=768, out_features=192, bias=True)
74
+ (drop2): Dropout(p=0.0, inplace=False)
75
+ )
76
+ (shortcut): Identity()
77
+ (drop_path): Identity()
78
+ )
79
+ )
80
+ )
81
+ (1): ConvNeXtStage(
82
+ (downsample): Sequential(
83
+ (0): LayerNorm2d((192,), eps=1e-06, elementwise_affine=True)
84
+ (1): Conv2d(192, 384, kernel_size=(2, 2), stride=(2, 2))
85
+ )
86
+ (blocks): Sequential(
87
+ (0): ConvNeXtBlock(
88
+ (conv_dw): Conv2d(384, 384, kernel_size=(7, 7), stride=(1, 1), padding=(3, 3), groups=384)
89
+ (norm): LayerNorm((384,), eps=1e-06, elementwise_affine=True)
90
+ (mlp): Mlp(
91
+ (fc1): Linear(in_features=384, out_features=1536, bias=True)
92
+ (act): GELU()
93
+ (drop1): Dropout(p=0.0, inplace=False)
94
+ (norm): Identity()
95
+ (fc2): Linear(in_features=1536, out_features=384, bias=True)
96
+ (drop2): Dropout(p=0.0, inplace=False)
97
+ )
98
+ (shortcut): Identity()
99
+ (drop_path): Identity()
100
+ )
101
+ (1): ConvNeXtBlock(
102
+ (conv_dw): Conv2d(384, 384, kernel_size=(7, 7), stride=(1, 1), padding=(3, 3), groups=384)
103
+ (norm): LayerNorm((384,), eps=1e-06, elementwise_affine=True)
104
+ (mlp): Mlp(
105
+ (fc1): Linear(in_features=384, out_features=1536, bias=True)
106
+ (act): GELU()
107
+ (drop1): Dropout(p=0.0, inplace=False)
108
+ (norm): Identity()
109
+ (fc2): Linear(in_features=1536, out_features=384, bias=True)
110
+ (drop2): Dropout(p=0.0, inplace=False)
111
+ )
112
+ (shortcut): Identity()
113
+ (drop_path): Identity()
114
+ )
115
+ (2): ConvNeXtBlock(
116
+ (conv_dw): Conv2d(384, 384, kernel_size=(7, 7), stride=(1, 1), padding=(3, 3), groups=384)
117
+ (norm): LayerNorm((384,), eps=1e-06, elementwise_affine=True)
118
+ (mlp): Mlp(
119
+ (fc1): Linear(in_features=384, out_features=1536, bias=True)
120
+ (act): GELU()
121
+ (drop1): Dropout(p=0.0, inplace=False)
122
+ (norm): Identity()
123
+ (fc2): Linear(in_features=1536, out_features=384, bias=True)
124
+ (drop2): Dropout(p=0.0, inplace=False)
125
+ )
126
+ (shortcut): Identity()
127
+ (drop_path): Identity()
128
+ )
129
+ )
130
+ )
131
+ (2): ConvNeXtStage(
132
+ (downsample): Sequential(
133
+ (0): LayerNorm2d((384,), eps=1e-06, elementwise_affine=True)
134
+ (1): Conv2d(384, 768, kernel_size=(2, 2), stride=(2, 2))
135
+ )
136
+ (blocks): Sequential(
137
+ (0): ConvNeXtBlock(
138
+ (conv_dw): Conv2d(768, 768, kernel_size=(7, 7), stride=(1, 1), padding=(3, 3), groups=768)
139
+ (norm): LayerNorm((768,), eps=1e-06, elementwise_affine=True)
140
+ (mlp): Mlp(
141
+ (fc1): Linear(in_features=768, out_features=3072, bias=True)
142
+ (act): GELU()
143
+ (drop1): Dropout(p=0.0, inplace=False)
144
+ (norm): Identity()
145
+ (fc2): Linear(in_features=3072, out_features=768, bias=True)
146
+ (drop2): Dropout(p=0.0, inplace=False)
147
+ )
148
+ (shortcut): Identity()
149
+ (drop_path): Identity()
150
+ )
151
+ (1): ConvNeXtBlock(
152
+ (conv_dw): Conv2d(768, 768, kernel_size=(7, 7), stride=(1, 1), padding=(3, 3), groups=768)
153
+ (norm): LayerNorm((768,), eps=1e-06, elementwise_affine=True)
154
+ (mlp): Mlp(
155
+ (fc1): Linear(in_features=768, out_features=3072, bias=True)
156
+ (act): GELU()
157
+ (drop1): Dropout(p=0.0, inplace=False)
158
+ (norm): Identity()
159
+ (fc2): Linear(in_features=3072, out_features=768, bias=True)
160
+ (drop2): Dropout(p=0.0, inplace=False)
161
+ )
162
+ (shortcut): Identity()
163
+ (drop_path): Identity()
164
+ )
165
+ (2): ConvNeXtBlock(
166
+ (conv_dw): Conv2d(768, 768, kernel_size=(7, 7), stride=(1, 1), padding=(3, 3), groups=768)
167
+ (norm): LayerNorm((768,), eps=1e-06, elementwise_affine=True)
168
+ (mlp): Mlp(
169
+ (fc1): Linear(in_features=768, out_features=3072, bias=True)
170
+ (act): GELU()
171
+ (drop1): Dropout(p=0.0, inplace=False)
172
+ (norm): Identity()
173
+ (fc2): Linear(in_features=3072, out_features=768, bias=True)
174
+ (drop2): Dropout(p=0.0, inplace=False)
175
+ )
176
+ (shortcut): Identity()
177
+ (drop_path): Identity()
178
+ )
179
+ (3): ConvNeXtBlock(
180
+ (conv_dw): Conv2d(768, 768, kernel_size=(7, 7), stride=(1, 1), padding=(3, 3), groups=768)
181
+ (norm): LayerNorm((768,), eps=1e-06, elementwise_affine=True)
182
+ (mlp): Mlp(
183
+ (fc1): Linear(in_features=768, out_features=3072, bias=True)
184
+ (act): GELU()
185
+ (drop1): Dropout(p=0.0, inplace=False)
186
+ (norm): Identity()
187
+ (fc2): Linear(in_features=3072, out_features=768, bias=True)
188
+ (drop2): Dropout(p=0.0, inplace=False)
189
+ )
190
+ (shortcut): Identity()
191
+ (drop_path): Identity()
192
+ )
193
+ (4): ConvNeXtBlock(
194
+ (conv_dw): Conv2d(768, 768, kernel_size=(7, 7), stride=(1, 1), padding=(3, 3), groups=768)
195
+ (norm): LayerNorm((768,), eps=1e-06, elementwise_affine=True)
196
+ (mlp): Mlp(
197
+ (fc1): Linear(in_features=768, out_features=3072, bias=True)
198
+ (act): GELU()
199
+ (drop1): Dropout(p=0.0, inplace=False)
200
+ (norm): Identity()
201
+ (fc2): Linear(in_features=3072, out_features=768, bias=True)
202
+ (drop2): Dropout(p=0.0, inplace=False)
203
+ )
204
+ (shortcut): Identity()
205
+ (drop_path): Identity()
206
+ )
207
+ (5): ConvNeXtBlock(
208
+ (conv_dw): Conv2d(768, 768, kernel_size=(7, 7), stride=(1, 1), padding=(3, 3), groups=768)
209
+ (norm): LayerNorm((768,), eps=1e-06, elementwise_affine=True)
210
+ (mlp): Mlp(
211
+ (fc1): Linear(in_features=768, out_features=3072, bias=True)
212
+ (act): GELU()
213
+ (drop1): Dropout(p=0.0, inplace=False)
214
+ (norm): Identity()
215
+ (fc2): Linear(in_features=3072, out_features=768, bias=True)
216
+ (drop2): Dropout(p=0.0, inplace=False)
217
+ )
218
+ (shortcut): Identity()
219
+ (drop_path): Identity()
220
+ )
221
+ (6): ConvNeXtBlock(
222
+ (conv_dw): Conv2d(768, 768, kernel_size=(7, 7), stride=(1, 1), padding=(3, 3), groups=768)
223
+ (norm): LayerNorm((768,), eps=1e-06, elementwise_affine=True)
224
+ (mlp): Mlp(
225
+ (fc1): Linear(in_features=768, out_features=3072, bias=True)
226
+ (act): GELU()
227
+ (drop1): Dropout(p=0.0, inplace=False)
228
+ (norm): Identity()
229
+ (fc2): Linear(in_features=3072, out_features=768, bias=True)
230
+ (drop2): Dropout(p=0.0, inplace=False)
231
+ )
232
+ (shortcut): Identity()
233
+ (drop_path): Identity()
234
+ )
235
+ (7): ConvNeXtBlock(
236
+ (conv_dw): Conv2d(768, 768, kernel_size=(7, 7), stride=(1, 1), padding=(3, 3), groups=768)
237
+ (norm): LayerNorm((768,), eps=1e-06, elementwise_affine=True)
238
+ (mlp): Mlp(
239
+ (fc1): Linear(in_features=768, out_features=3072, bias=True)
240
+ (act): GELU()
241
+ (drop1): Dropout(p=0.0, inplace=False)
242
+ (norm): Identity()
243
+ (fc2): Linear(in_features=3072, out_features=768, bias=True)
244
+ (drop2): Dropout(p=0.0, inplace=False)
245
+ )
246
+ (shortcut): Identity()
247
+ (drop_path): Identity()
248
+ )
249
+ (8): ConvNeXtBlock(
250
+ (conv_dw): Conv2d(768, 768, kernel_size=(7, 7), stride=(1, 1), padding=(3, 3), groups=768)
251
+ (norm): LayerNorm((768,), eps=1e-06, elementwise_affine=True)
252
+ (mlp): Mlp(
253
+ (fc1): Linear(in_features=768, out_features=3072, bias=True)
254
+ (act): GELU()
255
+ (drop1): Dropout(p=0.0, inplace=False)
256
+ (norm): Identity()
257
+ (fc2): Linear(in_features=3072, out_features=768, bias=True)
258
+ (drop2): Dropout(p=0.0, inplace=False)
259
+ )
260
+ (shortcut): Identity()
261
+ (drop_path): Identity()
262
+ )
263
+ (9): ConvNeXtBlock(
264
+ (conv_dw): Conv2d(768, 768, kernel_size=(7, 7), stride=(1, 1), padding=(3, 3), groups=768)
265
+ (norm): LayerNorm((768,), eps=1e-06, elementwise_affine=True)
266
+ (mlp): Mlp(
267
+ (fc1): Linear(in_features=768, out_features=3072, bias=True)
268
+ (act): GELU()
269
+ (drop1): Dropout(p=0.0, inplace=False)
270
+ (norm): Identity()
271
+ (fc2): Linear(in_features=3072, out_features=768, bias=True)
272
+ (drop2): Dropout(p=0.0, inplace=False)
273
+ )
274
+ (shortcut): Identity()
275
+ (drop_path): Identity()
276
+ )
277
+ (10): ConvNeXtBlock(
278
+ (conv_dw): Conv2d(768, 768, kernel_size=(7, 7), stride=(1, 1), padding=(3, 3), groups=768)
279
+ (norm): LayerNorm((768,), eps=1e-06, elementwise_affine=True)
280
+ (mlp): Mlp(
281
+ (fc1): Linear(in_features=768, out_features=3072, bias=True)
282
+ (act): GELU()
283
+ (drop1): Dropout(p=0.0, inplace=False)
284
+ (norm): Identity()
285
+ (fc2): Linear(in_features=3072, out_features=768, bias=True)
286
+ (drop2): Dropout(p=0.0, inplace=False)
287
+ )
288
+ (shortcut): Identity()
289
+ (drop_path): Identity()
290
+ )
291
+ (11): ConvNeXtBlock(
292
+ (conv_dw): Conv2d(768, 768, kernel_size=(7, 7), stride=(1, 1), padding=(3, 3), groups=768)
293
+ (norm): LayerNorm((768,), eps=1e-06, elementwise_affine=True)
294
+ (mlp): Mlp(
295
+ (fc1): Linear(in_features=768, out_features=3072, bias=True)
296
+ (act): GELU()
297
+ (drop1): Dropout(p=0.0, inplace=False)
298
+ (norm): Identity()
299
+ (fc2): Linear(in_features=3072, out_features=768, bias=True)
300
+ (drop2): Dropout(p=0.0, inplace=False)
301
+ )
302
+ (shortcut): Identity()
303
+ (drop_path): Identity()
304
+ )
305
+ (12): ConvNeXtBlock(
306
+ (conv_dw): Conv2d(768, 768, kernel_size=(7, 7), stride=(1, 1), padding=(3, 3), groups=768)
307
+ (norm): LayerNorm((768,), eps=1e-06, elementwise_affine=True)
308
+ (mlp): Mlp(
309
+ (fc1): Linear(in_features=768, out_features=3072, bias=True)
310
+ (act): GELU()
311
+ (drop1): Dropout(p=0.0, inplace=False)
312
+ (norm): Identity()
313
+ (fc2): Linear(in_features=3072, out_features=768, bias=True)
314
+ (drop2): Dropout(p=0.0, inplace=False)
315
+ )
316
+ (shortcut): Identity()
317
+ (drop_path): Identity()
318
+ )
319
+ (13): ConvNeXtBlock(
320
+ (conv_dw): Conv2d(768, 768, kernel_size=(7, 7), stride=(1, 1), padding=(3, 3), groups=768)
321
+ (norm): LayerNorm((768,), eps=1e-06, elementwise_affine=True)
322
+ (mlp): Mlp(
323
+ (fc1): Linear(in_features=768, out_features=3072, bias=True)
324
+ (act): GELU()
325
+ (drop1): Dropout(p=0.0, inplace=False)
326
+ (norm): Identity()
327
+ (fc2): Linear(in_features=3072, out_features=768, bias=True)
328
+ (drop2): Dropout(p=0.0, inplace=False)
329
+ )
330
+ (shortcut): Identity()
331
+ (drop_path): Identity()
332
+ )
333
+ (14): ConvNeXtBlock(
334
+ (conv_dw): Conv2d(768, 768, kernel_size=(7, 7), stride=(1, 1), padding=(3, 3), groups=768)
335
+ (norm): LayerNorm((768,), eps=1e-06, elementwise_affine=True)
336
+ (mlp): Mlp(
337
+ (fc1): Linear(in_features=768, out_features=3072, bias=True)
338
+ (act): GELU()
339
+ (drop1): Dropout(p=0.0, inplace=False)
340
+ (norm): Identity()
341
+ (fc2): Linear(in_features=3072, out_features=768, bias=True)
342
+ (drop2): Dropout(p=0.0, inplace=False)
343
+ )
344
+ (shortcut): Identity()
345
+ (drop_path): Identity()
346
+ )
347
+ (15): ConvNeXtBlock(
348
+ (conv_dw): Conv2d(768, 768, kernel_size=(7, 7), stride=(1, 1), padding=(3, 3), groups=768)
349
+ (norm): LayerNorm((768,), eps=1e-06, elementwise_affine=True)
350
+ (mlp): Mlp(
351
+ (fc1): Linear(in_features=768, out_features=3072, bias=True)
352
+ (act): GELU()
353
+ (drop1): Dropout(p=0.0, inplace=False)
354
+ (norm): Identity()
355
+ (fc2): Linear(in_features=3072, out_features=768, bias=True)
356
+ (drop2): Dropout(p=0.0, inplace=False)
357
+ )
358
+ (shortcut): Identity()
359
+ (drop_path): Identity()
360
+ )
361
+ (16): ConvNeXtBlock(
362
+ (conv_dw): Conv2d(768, 768, kernel_size=(7, 7), stride=(1, 1), padding=(3, 3), groups=768)
363
+ (norm): LayerNorm((768,), eps=1e-06, elementwise_affine=True)
364
+ (mlp): Mlp(
365
+ (fc1): Linear(in_features=768, out_features=3072, bias=True)
366
+ (act): GELU()
367
+ (drop1): Dropout(p=0.0, inplace=False)
368
+ (norm): Identity()
369
+ (fc2): Linear(in_features=3072, out_features=768, bias=True)
370
+ (drop2): Dropout(p=0.0, inplace=False)
371
+ )
372
+ (shortcut): Identity()
373
+ (drop_path): Identity()
374
+ )
375
+ (17): ConvNeXtBlock(
376
+ (conv_dw): Conv2d(768, 768, kernel_size=(7, 7), stride=(1, 1), padding=(3, 3), groups=768)
377
+ (norm): LayerNorm((768,), eps=1e-06, elementwise_affine=True)
378
+ (mlp): Mlp(
379
+ (fc1): Linear(in_features=768, out_features=3072, bias=True)
380
+ (act): GELU()
381
+ (drop1): Dropout(p=0.0, inplace=False)
382
+ (norm): Identity()
383
+ (fc2): Linear(in_features=3072, out_features=768, bias=True)
384
+ (drop2): Dropout(p=0.0, inplace=False)
385
+ )
386
+ (shortcut): Identity()
387
+ (drop_path): Identity()
388
+ )
389
+ (18): ConvNeXtBlock(
390
+ (conv_dw): Conv2d(768, 768, kernel_size=(7, 7), stride=(1, 1), padding=(3, 3), groups=768)
391
+ (norm): LayerNorm((768,), eps=1e-06, elementwise_affine=True)
392
+ (mlp): Mlp(
393
+ (fc1): Linear(in_features=768, out_features=3072, bias=True)
394
+ (act): GELU()
395
+ (drop1): Dropout(p=0.0, inplace=False)
396
+ (norm): Identity()
397
+ (fc2): Linear(in_features=3072, out_features=768, bias=True)
398
+ (drop2): Dropout(p=0.0, inplace=False)
399
+ )
400
+ (shortcut): Identity()
401
+ (drop_path): Identity()
402
+ )
403
+ (19): ConvNeXtBlock(
404
+ (conv_dw): Conv2d(768, 768, kernel_size=(7, 7), stride=(1, 1), padding=(3, 3), groups=768)
405
+ (norm): LayerNorm((768,), eps=1e-06, elementwise_affine=True)
406
+ (mlp): Mlp(
407
+ (fc1): Linear(in_features=768, out_features=3072, bias=True)
408
+ (act): GELU()
409
+ (drop1): Dropout(p=0.0, inplace=False)
410
+ (norm): Identity()
411
+ (fc2): Linear(in_features=3072, out_features=768, bias=True)
412
+ (drop2): Dropout(p=0.0, inplace=False)
413
+ )
414
+ (shortcut): Identity()
415
+ (drop_path): Identity()
416
+ )
417
+ (20): ConvNeXtBlock(
418
+ (conv_dw): Conv2d(768, 768, kernel_size=(7, 7), stride=(1, 1), padding=(3, 3), groups=768)
419
+ (norm): LayerNorm((768,), eps=1e-06, elementwise_affine=True)
420
+ (mlp): Mlp(
421
+ (fc1): Linear(in_features=768, out_features=3072, bias=True)
422
+ (act): GELU()
423
+ (drop1): Dropout(p=0.0, inplace=False)
424
+ (norm): Identity()
425
+ (fc2): Linear(in_features=3072, out_features=768, bias=True)
426
+ (drop2): Dropout(p=0.0, inplace=False)
427
+ )
428
+ (shortcut): Identity()
429
+ (drop_path): Identity()
430
+ )
431
+ (21): ConvNeXtBlock(
432
+ (conv_dw): Conv2d(768, 768, kernel_size=(7, 7), stride=(1, 1), padding=(3, 3), groups=768)
433
+ (norm): LayerNorm((768,), eps=1e-06, elementwise_affine=True)
434
+ (mlp): Mlp(
435
+ (fc1): Linear(in_features=768, out_features=3072, bias=True)
436
+ (act): GELU()
437
+ (drop1): Dropout(p=0.0, inplace=False)
438
+ (norm): Identity()
439
+ (fc2): Linear(in_features=3072, out_features=768, bias=True)
440
+ (drop2): Dropout(p=0.0, inplace=False)
441
+ )
442
+ (shortcut): Identity()
443
+ (drop_path): Identity()
444
+ )
445
+ (22): ConvNeXtBlock(
446
+ (conv_dw): Conv2d(768, 768, kernel_size=(7, 7), stride=(1, 1), padding=(3, 3), groups=768)
447
+ (norm): LayerNorm((768,), eps=1e-06, elementwise_affine=True)
448
+ (mlp): Mlp(
449
+ (fc1): Linear(in_features=768, out_features=3072, bias=True)
450
+ (act): GELU()
451
+ (drop1): Dropout(p=0.0, inplace=False)
452
+ (norm): Identity()
453
+ (fc2): Linear(in_features=3072, out_features=768, bias=True)
454
+ (drop2): Dropout(p=0.0, inplace=False)
455
+ )
456
+ (shortcut): Identity()
457
+ (drop_path): Identity()
458
+ )
459
+ (23): ConvNeXtBlock(
460
+ (conv_dw): Conv2d(768, 768, kernel_size=(7, 7), stride=(1, 1), padding=(3, 3), groups=768)
461
+ (norm): LayerNorm((768,), eps=1e-06, elementwise_affine=True)
462
+ (mlp): Mlp(
463
+ (fc1): Linear(in_features=768, out_features=3072, bias=True)
464
+ (act): GELU()
465
+ (drop1): Dropout(p=0.0, inplace=False)
466
+ (norm): Identity()
467
+ (fc2): Linear(in_features=3072, out_features=768, bias=True)
468
+ (drop2): Dropout(p=0.0, inplace=False)
469
+ )
470
+ (shortcut): Identity()
471
+ (drop_path): Identity()
472
+ )
473
+ (24): ConvNeXtBlock(
474
+ (conv_dw): Conv2d(768, 768, kernel_size=(7, 7), stride=(1, 1), padding=(3, 3), groups=768)
475
+ (norm): LayerNorm((768,), eps=1e-06, elementwise_affine=True)
476
+ (mlp): Mlp(
477
+ (fc1): Linear(in_features=768, out_features=3072, bias=True)
478
+ (act): GELU()
479
+ (drop1): Dropout(p=0.0, inplace=False)
480
+ (norm): Identity()
481
+ (fc2): Linear(in_features=3072, out_features=768, bias=True)
482
+ (drop2): Dropout(p=0.0, inplace=False)
483
+ )
484
+ (shortcut): Identity()
485
+ (drop_path): Identity()
486
+ )
487
+ (25): ConvNeXtBlock(
488
+ (conv_dw): Conv2d(768, 768, kernel_size=(7, 7), stride=(1, 1), padding=(3, 3), groups=768)
489
+ (norm): LayerNorm((768,), eps=1e-06, elementwise_affine=True)
490
+ (mlp): Mlp(
491
+ (fc1): Linear(in_features=768, out_features=3072, bias=True)
492
+ (act): GELU()
493
+ (drop1): Dropout(p=0.0, inplace=False)
494
+ (norm): Identity()
495
+ (fc2): Linear(in_features=3072, out_features=768, bias=True)
496
+ (drop2): Dropout(p=0.0, inplace=False)
497
+ )
498
+ (shortcut): Identity()
499
+ (drop_path): Identity()
500
+ )
501
+ (26): ConvNeXtBlock(
502
+ (conv_dw): Conv2d(768, 768, kernel_size=(7, 7), stride=(1, 1), padding=(3, 3), groups=768)
503
+ (norm): LayerNorm((768,), eps=1e-06, elementwise_affine=True)
504
+ (mlp): Mlp(
505
+ (fc1): Linear(in_features=768, out_features=3072, bias=True)
506
+ (act): GELU()
507
+ (drop1): Dropout(p=0.0, inplace=False)
508
+ (norm): Identity()
509
+ (fc2): Linear(in_features=3072, out_features=768, bias=True)
510
+ (drop2): Dropout(p=0.0, inplace=False)
511
+ )
512
+ (shortcut): Identity()
513
+ (drop_path): Identity()
514
+ )
515
+ )
516
+ )
517
+ (3): ConvNeXtStage(
518
+ (downsample): Sequential(
519
+ (0): LayerNorm2d((768,), eps=1e-06, elementwise_affine=True)
520
+ (1): Conv2d(768, 1536, kernel_size=(2, 2), stride=(2, 2))
521
+ )
522
+ (blocks): Sequential(
523
+ (0): ConvNeXtBlock(
524
+ (conv_dw): Conv2d(1536, 1536, kernel_size=(7, 7), stride=(1, 1), padding=(3, 3), groups=1536)
525
+ (norm): LayerNorm((1536,), eps=1e-06, elementwise_affine=True)
526
+ (mlp): Mlp(
527
+ (fc1): Linear(in_features=1536, out_features=6144, bias=True)
528
+ (act): GELU()
529
+ (drop1): Dropout(p=0.0, inplace=False)
530
+ (norm): Identity()
531
+ (fc2): Linear(in_features=6144, out_features=1536, bias=True)
532
+ (drop2): Dropout(p=0.0, inplace=False)
533
+ )
534
+ (shortcut): Identity()
535
+ (drop_path): Identity()
536
+ )
537
+ (1): ConvNeXtBlock(
538
+ (conv_dw): Conv2d(1536, 1536, kernel_size=(7, 7), stride=(1, 1), padding=(3, 3), groups=1536)
539
+ (norm): LayerNorm((1536,), eps=1e-06, elementwise_affine=True)
540
+ (mlp): Mlp(
541
+ (fc1): Linear(in_features=1536, out_features=6144, bias=True)
542
+ (act): GELU()
543
+ (drop1): Dropout(p=0.0, inplace=False)
544
+ (norm): Identity()
545
+ (fc2): Linear(in_features=6144, out_features=1536, bias=True)
546
+ (drop2): Dropout(p=0.0, inplace=False)
547
+ )
548
+ (shortcut): Identity()
549
+ (drop_path): Identity()
550
+ )
551
+ (2): ConvNeXtBlock(
552
+ (conv_dw): Conv2d(1536, 1536, kernel_size=(7, 7), stride=(1, 1), padding=(3, 3), groups=1536)
553
+ (norm): LayerNorm((1536,), eps=1e-06, elementwise_affine=True)
554
+ (mlp): Mlp(
555
+ (fc1): Linear(in_features=1536, out_features=6144, bias=True)
556
+ (act): GELU()
557
+ (drop1): Dropout(p=0.0, inplace=False)
558
+ (norm): Identity()
559
+ (fc2): Linear(in_features=6144, out_features=1536, bias=True)
560
+ (drop2): Dropout(p=0.0, inplace=False)
561
+ )
562
+ (shortcut): Identity()
563
+ (drop_path): Identity()
564
+ )
565
+ )
566
+ )
567
+ )
568
+ (norm_pre): Identity()
569
+ (head): NormMlpClassifierHead(
570
+ (global_pool): SelectAdaptivePool2d(pool_type=avg, flatten=Identity())
571
+ (norm): LayerNorm2d((1536,), eps=1e-06, elementwise_affine=True)
572
+ (flatten): Flatten(start_dim=1, end_dim=-1)
573
+ (pre_logits): Sequential(
574
+ (fc): Linear(in_features=1536, out_features=1536, bias=True)
575
+ (act): GELU()
576
+ )
577
+ (drop): Dropout(p=0.0, inplace=False)
578
+ (fc): Linear(in_features=1536, out_features=1000, bias=True)
579
+ )
580
+ )
581
+ )
582
+ (fast_vision_tower): CLIPVisionTower(
583
+ (vision_tower): CLIPVisionModel(
584
+ (vision_model): CLIPVisionTransformer(
585
+ (embeddings): CLIPVisionEmbeddings(
586
+ (patch_embedding): Conv2d(3, 1024, kernel_size=(14, 14), stride=(14, 14), bias=False)
587
+ (position_embedding): Embedding(577, 1024)
588
+ )
589
+ (pre_layrnorm): LayerNorm((1024,), eps=1e-05, elementwise_affine=True)
590
+ (encoder): CLIPEncoder(
591
+ (layers): ModuleList(
592
+ (0-23): 24 x CLIPEncoderLayer(
593
+ (self_attn): CLIPSdpaAttention(
594
+ (k_proj): Linear(in_features=1024, out_features=1024, bias=True)
595
+ (v_proj): Linear(in_features=1024, out_features=1024, bias=True)
596
+ (q_proj): Linear(in_features=1024, out_features=1024, bias=True)
597
+ (out_proj): Linear(in_features=1024, out_features=1024, bias=True)
598
+ )
599
+ (layer_norm1): LayerNorm((1024,), eps=1e-05, elementwise_affine=True)
600
+ (mlp): CLIPMLP(
601
+ (activation_fn): QuickGELUActivation()
602
+ (fc1): Linear(in_features=1024, out_features=4096, bias=True)
603
+ (fc2): Linear(in_features=4096, out_features=1024, bias=True)
604
+ )
605
+ (layer_norm2): LayerNorm((1024,), eps=1e-05, elementwise_affine=True)
606
+ )
607
+ )
608
+ )
609
+ (post_layernorm): LayerNorm((1024,), eps=1e-05, elementwise_affine=True)
610
+ )
611
+ )
612
+ )
613
+ (align_stages_latent): ModuleList(
614
+ (0-2): 3 x S2FStitchAlignModuleV2(
615
+ (slow_conv): Conv2d(1536, 1536, kernel_size=(1, 1), stride=(1, 1))
616
+ (slow_proj): Conv2d(1536, 1024, kernel_size=(1, 1), stride=(1, 1))
617
+ (fast_conv): Conv2d(1024, 1024, kernel_size=(7, 7), stride=(1, 1), padding=(3, 3), groups=1024)
618
+ (fast_proj): Conv2d(1024, 1024, kernel_size=(1, 1), stride=(1, 1))
619
+ (gate): Sequential(
620
+ (0): Linear(in_features=2048, out_features=512, bias=True)
621
+ (1): GELU(approximate='none')
622
+ (2): Linear(in_features=512, out_features=1, bias=True)
623
+ )
624
+ )
625
+ )
626
+ (align_stages): ModuleList(
627
+ (0): MultiPathAlignModule(
628
+ (fast_proj): Linear(in_features=1024, out_features=1024, bias=True)
629
+ (slow_proj): Linear(in_features=1536, out_features=1024, bias=True)
630
+ )
631
+ )
632
+ )
633
+ (vl_projector): Sequential(
634
+ (0): Linear(in_features=1024, out_features=2048, bias=True)
635
+ (1): GELU(approximate='none')
636
+ (2): Linear(in_features=2048, out_features=2048, bias=True)
637
+ )
638
+ )
639
+ (lm_head): Linear(in_features=2048, out_features=100289, bias=False)
640
+ )
target_lmm/model_trainable_params.txt ADDED
The diff for this file is too large to render. See raw diff
 
target_lmm/non_lora_trainables.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8d45fae3c8bccecd91219b2f90096798b9a8f683e5d429c492e88ecdab58671
3
+ size 3620508440
target_lmm/saved_config.json ADDED
@@ -0,0 +1,182 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_args": {
3
+ "model_name_or_path": "allenai/OLMo-2-0425-1B-Instruct",
4
+ "llm_name": "default_olmo2",
5
+ "adapter_type": null,
6
+ "inputs_embeds_with_mmask": false,
7
+ "speech_proj_ckpt_dir": null,
8
+ "visual_proj_ckpt_dir": "models/vp/olmo_1b_vp_tsvqa/non_lora_trainables.bin",
9
+ "pretrained_ckpt_path": null,
10
+ "visual_encoder_type": "llava_hr_1b",
11
+ "speech_encoder_type": null,
12
+ "d_model": 2048
13
+ },
14
+ "data_args": {
15
+ "video_frame_nums": 8,
16
+ "data_image_size": 1024,
17
+ "multi_frames": false,
18
+ "tasks": "p4ms_vqa,llava_vqa,synthdog_en,ocrvqa,text_ocr,text_caps",
19
+ "mel_size": 128,
20
+ "is_test": false,
21
+ "pack_conversations": true
22
+ },
23
+ "training_args": {
24
+ "output_dir": "models/hackathon_models//olmo2_vqa_1b",
25
+ "overwrite_output_dir": false,
26
+ "do_train": false,
27
+ "do_eval": false,
28
+ "do_predict": false,
29
+ "eval_strategy": "no",
30
+ "prediction_loss_only": false,
31
+ "per_device_train_batch_size": 4,
32
+ "per_device_eval_batch_size": 4,
33
+ "per_gpu_train_batch_size": null,
34
+ "per_gpu_eval_batch_size": null,
35
+ "gradient_accumulation_steps": 16,
36
+ "eval_accumulation_steps": null,
37
+ "eval_delay": 0,
38
+ "torch_empty_cache_steps": null,
39
+ "learning_rate": 0.0001,
40
+ "weight_decay": 0.0,
41
+ "adam_beta1": 0.9,
42
+ "adam_beta2": 0.999,
43
+ "adam_epsilon": 1e-08,
44
+ "max_grad_norm": 1.0,
45
+ "num_train_epochs": 1.0,
46
+ "max_steps": -1,
47
+ "lr_scheduler_type": "cosine",
48
+ "lr_scheduler_kwargs": {},
49
+ "warmup_ratio": 0.03,
50
+ "warmup_steps": 0,
51
+ "log_level": "passive",
52
+ "log_level_replica": "warning",
53
+ "log_on_each_node": true,
54
+ "logging_dir": "models/hackathon_models//olmo2_vqa_1b/runs/Apr14_18-24-59_jrc0913",
55
+ "logging_strategy": "steps",
56
+ "logging_first_step": false,
57
+ "logging_steps": 1.0,
58
+ "logging_nan_inf_filter": true,
59
+ "save_strategy": "no",
60
+ "save_steps": 500,
61
+ "save_total_limit": null,
62
+ "save_safetensors": true,
63
+ "save_on_each_node": false,
64
+ "save_only_model": false,
65
+ "restore_callback_states_from_checkpoint": false,
66
+ "no_cuda": false,
67
+ "use_cpu": false,
68
+ "use_mps_device": false,
69
+ "seed": 123412341,
70
+ "data_seed": null,
71
+ "jit_mode_eval": false,
72
+ "use_ipex": false,
73
+ "bf16": true,
74
+ "fp16": false,
75
+ "fp16_opt_level": "O1",
76
+ "half_precision_backend": "auto",
77
+ "bf16_full_eval": false,
78
+ "fp16_full_eval": false,
79
+ "tf32": null,
80
+ "local_rank": 0,
81
+ "ddp_backend": null,
82
+ "tpu_num_cores": null,
83
+ "tpu_metrics_debug": false,
84
+ "debug": [],
85
+ "dataloader_drop_last": false,
86
+ "eval_steps": null,
87
+ "dataloader_num_workers": 1,
88
+ "dataloader_prefetch_factor": null,
89
+ "past_index": -1,
90
+ "run_name": "models/hackathon_models//olmo2_vqa_1b",
91
+ "disable_tqdm": false,
92
+ "remove_unused_columns": false,
93
+ "label_names": null,
94
+ "load_best_model_at_end": false,
95
+ "metric_for_best_model": null,
96
+ "greater_is_better": null,
97
+ "ignore_data_skip": false,
98
+ "fsdp": [],
99
+ "fsdp_min_num_params": 0,
100
+ "fsdp_config": {
101
+ "min_num_params": 0,
102
+ "xla": false,
103
+ "xla_fsdp_v2": false,
104
+ "xla_fsdp_grad_ckpt": false
105
+ },
106
+ "tp_size": 0,
107
+ "fsdp_transformer_layer_cls_to_wrap": null,
108
+ "accelerator_config": {
109
+ "split_batches": false,
110
+ "dispatch_batches": null,
111
+ "even_batches": true,
112
+ "use_seedable_sampler": true,
113
+ "non_blocking": false,
114
+ "gradient_accumulation_kwargs": null,
115
+ "use_configured_state": false
116
+ },
117
+ "deepspeed": "src/lmms/deepspeed/stage2.json",
118
+ "label_smoothing_factor": 0.0,
119
+ "optim": "adamw_torch",
120
+ "optim_args": null,
121
+ "adafactor": false,
122
+ "group_by_length": false,
123
+ "length_column_name": "length",
124
+ "report_to": [],
125
+ "ddp_find_unused_parameters": false,
126
+ "ddp_bucket_cap_mb": null,
127
+ "ddp_broadcast_buffers": null,
128
+ "dataloader_pin_memory": true,
129
+ "dataloader_persistent_workers": true,
130
+ "skip_memory_metrics": true,
131
+ "use_legacy_prediction_loop": false,
132
+ "push_to_hub": false,
133
+ "resume_from_checkpoint": null,
134
+ "hub_model_id": null,
135
+ "hub_strategy": "every_save",
136
+ "hub_token": null,
137
+ "hub_private_repo": null,
138
+ "hub_always_push": false,
139
+ "gradient_checkpointing": true,
140
+ "gradient_checkpointing_kwargs": null,
141
+ "include_inputs_for_metrics": false,
142
+ "include_for_metrics": [],
143
+ "eval_do_concat_batches": true,
144
+ "fp16_backend": "auto",
145
+ "push_to_hub_model_id": null,
146
+ "push_to_hub_organization": null,
147
+ "push_to_hub_token": null,
148
+ "_n_gpu": 1,
149
+ "mp_parameters": "",
150
+ "auto_find_batch_size": false,
151
+ "full_determinism": false,
152
+ "torchdynamo": null,
153
+ "ray_scope": "last",
154
+ "ddp_timeout": 1800,
155
+ "torch_compile": false,
156
+ "torch_compile_backend": null,
157
+ "torch_compile_mode": null,
158
+ "include_tokens_per_second": false,
159
+ "include_num_input_tokens_seen": false,
160
+ "neftune_noise_alpha": null,
161
+ "optim_target_modules": null,
162
+ "batch_eval_metrics": false,
163
+ "eval_on_start": false,
164
+ "use_liger_kernel": false,
165
+ "eval_use_gather_object": false,
166
+ "average_tokens_across_devices": false,
167
+ "mm_projector_lr": null,
168
+ "freeze_mm_mlp_adapter": false,
169
+ "cache_dir": null,
170
+ "group_by_modality_length": false,
171
+ "model_max_length": 512,
172
+ "double_quant": true,
173
+ "quant_type": "nf4",
174
+ "bits": 32,
175
+ "lora_trainable": "q_proj,k_proj,v_proj,o_proj,gate_proj,down_proj,up_proj",
176
+ "visual_branch": true,
177
+ "speech_branch": false,
178
+ "save_modules": "model",
179
+ "exp_desc": "exp",
180
+ "global_adaptive_clipping": false
181
+ }
182
+ }
target_lmm/trainer_state.json ADDED
The diff for this file is too large to render. See raw diff