aisyahhrazak commited on
Commit
6946e47
1 Parent(s): df9ef26

Upload MM_LLMs

Browse files
Files changed (4) hide show
  1. README.md +201 -0
  2. config.json +508 -0
  3. generation_config.json +4 -0
  4. model.safetensors +3 -0
README.md ADDED
@@ -0,0 +1,201 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ tags: []
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+ This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+
201
+
config.json ADDED
@@ -0,0 +1,508 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "multimodal-tinyllama-whisper-small-siglip/checkpoint-100",
3
+ "architectures": [
4
+ "MM_LLMs"
5
+ ],
6
+ "attention_heads": 8,
7
+ "audio_config": {
8
+ "_name_or_path": "mesolitica/malaysian-whisper-small",
9
+ "activation_dropout": 0.0,
10
+ "activation_function": "gelu",
11
+ "add_cross_attention": false,
12
+ "apply_spec_augment": false,
13
+ "architectures": [
14
+ "WhisperForConditionalGeneration"
15
+ ],
16
+ "attention_dropout": 0.0,
17
+ "bad_words_ids": null,
18
+ "begin_suppress_tokens": [
19
+ 220,
20
+ 50257
21
+ ],
22
+ "bos_token_id": 50257,
23
+ "chunk_size_feed_forward": 0,
24
+ "classifier_proj_size": 256,
25
+ "cross_attention_hidden_size": null,
26
+ "d_model": 768,
27
+ "decoder_attention_heads": 12,
28
+ "decoder_ffn_dim": 3072,
29
+ "decoder_layerdrop": 0.0,
30
+ "decoder_layers": 12,
31
+ "decoder_start_token_id": 50258,
32
+ "diversity_penalty": 0.0,
33
+ "do_sample": false,
34
+ "dropout": 0.0,
35
+ "early_stopping": false,
36
+ "encoder_attention_heads": 12,
37
+ "encoder_ffn_dim": 3072,
38
+ "encoder_layerdrop": 0.0,
39
+ "encoder_layers": 12,
40
+ "encoder_no_repeat_ngram_size": 0,
41
+ "eos_token_id": 50257,
42
+ "exponential_decay_length_penalty": null,
43
+ "finetuning_task": null,
44
+ "forced_bos_token_id": null,
45
+ "forced_decoder_ids": [
46
+ [
47
+ 1,
48
+ 50259
49
+ ],
50
+ [
51
+ 2,
52
+ 50359
53
+ ],
54
+ [
55
+ 3,
56
+ 50363
57
+ ]
58
+ ],
59
+ "forced_eos_token_id": null,
60
+ "id2label": {
61
+ "0": "LABEL_0",
62
+ "1": "LABEL_1"
63
+ },
64
+ "init_std": 0.02,
65
+ "is_decoder": false,
66
+ "is_encoder_decoder": true,
67
+ "label2id": {
68
+ "LABEL_0": 0,
69
+ "LABEL_1": 1
70
+ },
71
+ "length_penalty": 1.0,
72
+ "mask_feature_length": 10,
73
+ "mask_feature_min_masks": 0,
74
+ "mask_feature_prob": 0.0,
75
+ "mask_time_length": 10,
76
+ "mask_time_min_masks": 2,
77
+ "mask_time_prob": 0.05,
78
+ "max_length": 448,
79
+ "max_source_positions": 1500,
80
+ "max_target_positions": 448,
81
+ "median_filter_width": 7,
82
+ "min_length": 0,
83
+ "model_type": "whisper",
84
+ "no_repeat_ngram_size": 0,
85
+ "num_beam_groups": 1,
86
+ "num_beams": 1,
87
+ "num_hidden_layers": 12,
88
+ "num_mel_bins": 80,
89
+ "num_return_sequences": 1,
90
+ "output_attentions": false,
91
+ "output_hidden_states": false,
92
+ "output_scores": false,
93
+ "pad_token_id": 50257,
94
+ "prefix": null,
95
+ "problem_type": null,
96
+ "pruned_heads": {},
97
+ "remove_invalid_values": false,
98
+ "repetition_penalty": 1.0,
99
+ "return_dict": true,
100
+ "return_dict_in_generate": false,
101
+ "scale_embedding": false,
102
+ "sep_token_id": null,
103
+ "suppress_tokens": [
104
+ 1,
105
+ 2,
106
+ 7,
107
+ 8,
108
+ 9,
109
+ 10,
110
+ 14,
111
+ 25,
112
+ 26,
113
+ 27,
114
+ 28,
115
+ 29,
116
+ 31,
117
+ 58,
118
+ 59,
119
+ 60,
120
+ 61,
121
+ 62,
122
+ 63,
123
+ 90,
124
+ 91,
125
+ 92,
126
+ 93,
127
+ 359,
128
+ 503,
129
+ 522,
130
+ 542,
131
+ 873,
132
+ 893,
133
+ 902,
134
+ 918,
135
+ 922,
136
+ 931,
137
+ 1350,
138
+ 1853,
139
+ 1982,
140
+ 2460,
141
+ 2627,
142
+ 3246,
143
+ 3253,
144
+ 3268,
145
+ 3536,
146
+ 3846,
147
+ 3961,
148
+ 4183,
149
+ 4667,
150
+ 6585,
151
+ 6647,
152
+ 7273,
153
+ 9061,
154
+ 9383,
155
+ 10428,
156
+ 10929,
157
+ 11938,
158
+ 12033,
159
+ 12331,
160
+ 12562,
161
+ 13793,
162
+ 14157,
163
+ 14635,
164
+ 15265,
165
+ 15618,
166
+ 16553,
167
+ 16604,
168
+ 18362,
169
+ 18956,
170
+ 20075,
171
+ 21675,
172
+ 22520,
173
+ 26130,
174
+ 26161,
175
+ 26435,
176
+ 28279,
177
+ 29464,
178
+ 31650,
179
+ 32302,
180
+ 32470,
181
+ 36865,
182
+ 42863,
183
+ 47425,
184
+ 49870,
185
+ 50254,
186
+ 50258,
187
+ 50360,
188
+ 50361,
189
+ 50362
190
+ ],
191
+ "task_specific_params": null,
192
+ "temperature": 1.0,
193
+ "tf_legacy_loss": false,
194
+ "tie_encoder_decoder": false,
195
+ "tie_word_embeddings": true,
196
+ "tokenizer_class": null,
197
+ "top_k": 50,
198
+ "top_p": 1.0,
199
+ "torch_dtype": "bfloat16",
200
+ "torchscript": false,
201
+ "typical_p": 1.0,
202
+ "use_bfloat16": false,
203
+ "use_cache": true,
204
+ "use_weighted_layer_sum": false,
205
+ "vocab_size": 51865
206
+ },
207
+ "audio_conv_kernel": 240,
208
+ "audio_conv_stride": 220,
209
+ "hidden_size": 2048,
210
+ "image_config": {
211
+ "_name_or_path": "google/siglip-base-patch16-224",
212
+ "add_cross_attention": false,
213
+ "architectures": [
214
+ "SiglipModel"
215
+ ],
216
+ "bad_words_ids": null,
217
+ "begin_suppress_tokens": null,
218
+ "bos_token_id": null,
219
+ "chunk_size_feed_forward": 0,
220
+ "cross_attention_hidden_size": null,
221
+ "decoder_start_token_id": null,
222
+ "diversity_penalty": 0.0,
223
+ "do_sample": false,
224
+ "early_stopping": false,
225
+ "encoder_no_repeat_ngram_size": 0,
226
+ "eos_token_id": null,
227
+ "exponential_decay_length_penalty": null,
228
+ "finetuning_task": null,
229
+ "forced_bos_token_id": null,
230
+ "forced_eos_token_id": null,
231
+ "id2label": {
232
+ "0": "LABEL_0",
233
+ "1": "LABEL_1"
234
+ },
235
+ "initializer_factor": 1.0,
236
+ "is_decoder": false,
237
+ "is_encoder_decoder": false,
238
+ "label2id": {
239
+ "LABEL_0": 0,
240
+ "LABEL_1": 1
241
+ },
242
+ "length_penalty": 1.0,
243
+ "max_length": 20,
244
+ "min_length": 0,
245
+ "model_type": "siglip",
246
+ "no_repeat_ngram_size": 0,
247
+ "num_beam_groups": 1,
248
+ "num_beams": 1,
249
+ "num_return_sequences": 1,
250
+ "output_attentions": false,
251
+ "output_hidden_states": false,
252
+ "output_scores": false,
253
+ "pad_token_id": null,
254
+ "prefix": null,
255
+ "problem_type": null,
256
+ "pruned_heads": {},
257
+ "remove_invalid_values": false,
258
+ "repetition_penalty": 1.0,
259
+ "return_dict": true,
260
+ "return_dict_in_generate": false,
261
+ "sep_token_id": null,
262
+ "suppress_tokens": null,
263
+ "task_specific_params": null,
264
+ "temperature": 1.0,
265
+ "text_config": {
266
+ "_name_or_path": "",
267
+ "add_cross_attention": false,
268
+ "architectures": null,
269
+ "attention_dropout": 0.0,
270
+ "bad_words_ids": null,
271
+ "begin_suppress_tokens": null,
272
+ "bos_token_id": 49406,
273
+ "chunk_size_feed_forward": 0,
274
+ "cross_attention_hidden_size": null,
275
+ "decoder_start_token_id": null,
276
+ "diversity_penalty": 0.0,
277
+ "do_sample": false,
278
+ "early_stopping": false,
279
+ "encoder_no_repeat_ngram_size": 0,
280
+ "eos_token_id": 49407,
281
+ "exponential_decay_length_penalty": null,
282
+ "finetuning_task": null,
283
+ "forced_bos_token_id": null,
284
+ "forced_eos_token_id": null,
285
+ "hidden_act": "gelu_pytorch_tanh",
286
+ "hidden_size": 768,
287
+ "id2label": {
288
+ "0": "LABEL_0",
289
+ "1": "LABEL_1"
290
+ },
291
+ "intermediate_size": 3072,
292
+ "is_decoder": false,
293
+ "is_encoder_decoder": false,
294
+ "label2id": {
295
+ "LABEL_0": 0,
296
+ "LABEL_1": 1
297
+ },
298
+ "layer_norm_eps": 1e-06,
299
+ "length_penalty": 1.0,
300
+ "max_length": 20,
301
+ "max_position_embeddings": 64,
302
+ "min_length": 0,
303
+ "model_type": "siglip_text_model",
304
+ "no_repeat_ngram_size": 0,
305
+ "num_attention_heads": 12,
306
+ "num_beam_groups": 1,
307
+ "num_beams": 1,
308
+ "num_hidden_layers": 12,
309
+ "num_return_sequences": 1,
310
+ "output_attentions": false,
311
+ "output_hidden_states": false,
312
+ "output_scores": false,
313
+ "pad_token_id": 1,
314
+ "prefix": null,
315
+ "problem_type": null,
316
+ "pruned_heads": {},
317
+ "remove_invalid_values": false,
318
+ "repetition_penalty": 1.0,
319
+ "return_dict": true,
320
+ "return_dict_in_generate": false,
321
+ "sep_token_id": null,
322
+ "suppress_tokens": null,
323
+ "task_specific_params": null,
324
+ "temperature": 1.0,
325
+ "tf_legacy_loss": false,
326
+ "tie_encoder_decoder": false,
327
+ "tie_word_embeddings": true,
328
+ "tokenizer_class": null,
329
+ "top_k": 50,
330
+ "top_p": 1.0,
331
+ "torch_dtype": null,
332
+ "torchscript": false,
333
+ "typical_p": 1.0,
334
+ "use_bfloat16": false,
335
+ "vocab_size": 32000
336
+ },
337
+ "tf_legacy_loss": false,
338
+ "tie_encoder_decoder": false,
339
+ "tie_word_embeddings": true,
340
+ "tokenizer_class": null,
341
+ "top_k": 50,
342
+ "top_p": 1.0,
343
+ "torch_dtype": "float32",
344
+ "torchscript": false,
345
+ "typical_p": 1.0,
346
+ "use_bfloat16": false,
347
+ "vision_config": {
348
+ "_name_or_path": "",
349
+ "add_cross_attention": false,
350
+ "architectures": null,
351
+ "attention_dropout": 0.0,
352
+ "bad_words_ids": null,
353
+ "begin_suppress_tokens": null,
354
+ "bos_token_id": null,
355
+ "chunk_size_feed_forward": 0,
356
+ "cross_attention_hidden_size": null,
357
+ "decoder_start_token_id": null,
358
+ "diversity_penalty": 0.0,
359
+ "do_sample": false,
360
+ "early_stopping": false,
361
+ "encoder_no_repeat_ngram_size": 0,
362
+ "eos_token_id": null,
363
+ "exponential_decay_length_penalty": null,
364
+ "finetuning_task": null,
365
+ "forced_bos_token_id": null,
366
+ "forced_eos_token_id": null,
367
+ "hidden_act": "gelu_pytorch_tanh",
368
+ "hidden_size": 768,
369
+ "id2label": {
370
+ "0": "LABEL_0",
371
+ "1": "LABEL_1"
372
+ },
373
+ "image_size": 224,
374
+ "intermediate_size": 3072,
375
+ "is_decoder": false,
376
+ "is_encoder_decoder": false,
377
+ "label2id": {
378
+ "LABEL_0": 0,
379
+ "LABEL_1": 1
380
+ },
381
+ "layer_norm_eps": 1e-06,
382
+ "length_penalty": 1.0,
383
+ "max_length": 20,
384
+ "min_length": 0,
385
+ "model_type": "siglip_vision_model",
386
+ "no_repeat_ngram_size": 0,
387
+ "num_attention_heads": 12,
388
+ "num_beam_groups": 1,
389
+ "num_beams": 1,
390
+ "num_channels": 3,
391
+ "num_hidden_layers": 12,
392
+ "num_return_sequences": 1,
393
+ "output_attentions": false,
394
+ "output_hidden_states": false,
395
+ "output_scores": false,
396
+ "pad_token_id": null,
397
+ "patch_size": 16,
398
+ "prefix": null,
399
+ "problem_type": null,
400
+ "pruned_heads": {},
401
+ "remove_invalid_values": false,
402
+ "repetition_penalty": 1.0,
403
+ "return_dict": true,
404
+ "return_dict_in_generate": false,
405
+ "sep_token_id": null,
406
+ "suppress_tokens": null,
407
+ "task_specific_params": null,
408
+ "temperature": 1.0,
409
+ "tf_legacy_loss": false,
410
+ "tie_encoder_decoder": false,
411
+ "tie_word_embeddings": true,
412
+ "tokenizer_class": null,
413
+ "top_k": 50,
414
+ "top_p": 1.0,
415
+ "torch_dtype": null,
416
+ "torchscript": false,
417
+ "typical_p": 1.0,
418
+ "use_bfloat16": false
419
+ }
420
+ },
421
+ "image_conv_kernel": 48,
422
+ "image_conv_stride": 36,
423
+ "llm_config": {
424
+ "_name_or_path": "mesolitica/malaysian-tinyllama-1.1b-16k-instructions-v3",
425
+ "add_cross_attention": false,
426
+ "architectures": [
427
+ "LlamaForCausalLM"
428
+ ],
429
+ "attention_bias": false,
430
+ "attention_dropout": 0.0,
431
+ "bad_words_ids": null,
432
+ "begin_suppress_tokens": null,
433
+ "bos_token_id": 1,
434
+ "chunk_size_feed_forward": 0,
435
+ "cross_attention_hidden_size": null,
436
+ "decoder_start_token_id": null,
437
+ "diversity_penalty": 0.0,
438
+ "do_sample": false,
439
+ "early_stopping": false,
440
+ "encoder_no_repeat_ngram_size": 0,
441
+ "eos_token_id": 2,
442
+ "exponential_decay_length_penalty": null,
443
+ "finetuning_task": null,
444
+ "forced_bos_token_id": null,
445
+ "forced_eos_token_id": null,
446
+ "hidden_act": "silu",
447
+ "hidden_size": 2048,
448
+ "id2label": {
449
+ "0": "LABEL_0",
450
+ "1": "LABEL_1"
451
+ },
452
+ "initializer_range": 0.02,
453
+ "intermediate_size": 5632,
454
+ "is_decoder": false,
455
+ "is_encoder_decoder": false,
456
+ "label2id": {
457
+ "LABEL_0": 0,
458
+ "LABEL_1": 1
459
+ },
460
+ "length_penalty": 1.0,
461
+ "max_length": 20,
462
+ "max_position_embeddings": 32768,
463
+ "min_length": 0,
464
+ "model_type": "llama",
465
+ "no_repeat_ngram_size": 0,
466
+ "num_attention_heads": 32,
467
+ "num_beam_groups": 1,
468
+ "num_beams": 1,
469
+ "num_hidden_layers": 22,
470
+ "num_key_value_heads": 4,
471
+ "num_return_sequences": 1,
472
+ "output_attentions": false,
473
+ "output_hidden_states": false,
474
+ "output_scores": false,
475
+ "pad_token_id": null,
476
+ "prefix": null,
477
+ "pretraining_tp": 1,
478
+ "problem_type": null,
479
+ "pruned_heads": {},
480
+ "remove_invalid_values": false,
481
+ "repetition_penalty": 1.0,
482
+ "return_dict": true,
483
+ "return_dict_in_generate": false,
484
+ "rms_norm_eps": 1e-05,
485
+ "rope_scaling": null,
486
+ "rope_theta": 10000.0,
487
+ "sep_token_id": null,
488
+ "suppress_tokens": null,
489
+ "task_specific_params": null,
490
+ "temperature": 1.0,
491
+ "tf_legacy_loss": false,
492
+ "tie_encoder_decoder": false,
493
+ "tie_word_embeddings": false,
494
+ "tokenizer_class": null,
495
+ "top_k": 50,
496
+ "top_p": 1.0,
497
+ "torch_dtype": "bfloat16",
498
+ "torchscript": false,
499
+ "typical_p": 1.0,
500
+ "use_bfloat16": false,
501
+ "use_cache": true,
502
+ "vocab_size": 32004
503
+ },
504
+ "model_type": "mm_llms",
505
+ "n_frames": 6,
506
+ "torch_dtype": "float16",
507
+ "transformers_version": "4.37.1"
508
+ }
generation_config.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "transformers_version": "4.37.1"
4
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2fcfbcd7d6fb5a4f2750f5dc80b6540c3ed664c95587aaeb3113b260d766062
3
+ size 3509161510