andito HF staff commited on
Commit
d025d9a
1 Parent(s): 30cc523

Upload Idefics3ForConditionalGeneration

Browse files
Files changed (3) hide show
  1. config.json +249 -0
  2. generation_config.json +7 -0
  3. model.safetensors +3 -0
config.json ADDED
@@ -0,0 +1,249 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Idefics3ForConditionalGeneration"
4
+ ],
5
+ "image_token_id": 49153,
6
+ "model_type": "idefics3",
7
+ "scale_factor": 3,
8
+ "text_config": {
9
+ "_attn_implementation_autoset": false,
10
+ "_flash_attn_2_enabled": true,
11
+ "_name_or_path": "/fsx/m4/experiments/local_experiment_dir/s3_async_temporary_checkpoint_folder/tr_324_opt_400/unwrapped_model",
12
+ "add_cross_attention": false,
13
+ "architectures": [
14
+ "VLlama3ForCausalLM"
15
+ ],
16
+ "attention_bias": false,
17
+ "attention_dropout": 0.0,
18
+ "bad_words_ids": null,
19
+ "begin_suppress_tokens": null,
20
+ "bos_token_id": 0,
21
+ "chunk_size_feed_forward": 0,
22
+ "cross_attention_hidden_size": null,
23
+ "decoder_start_token_id": null,
24
+ "diversity_penalty": 0.0,
25
+ "do_sample": false,
26
+ "early_stopping": false,
27
+ "encoder_no_repeat_ngram_size": 0,
28
+ "eos_token_id": 0,
29
+ "exponential_decay_length_penalty": null,
30
+ "finetuning_task": null,
31
+ "forced_bos_token_id": null,
32
+ "forced_eos_token_id": null,
33
+ "head_dim": 64,
34
+ "hidden_act": "silu",
35
+ "hidden_size": 2048,
36
+ "id2label": {
37
+ "0": "LABEL_0",
38
+ "1": "LABEL_1"
39
+ },
40
+ "initializer_range": 0.02,
41
+ "intermediate_size": 8192,
42
+ "is_decoder": false,
43
+ "is_encoder_decoder": false,
44
+ "label2id": {
45
+ "LABEL_0": 0,
46
+ "LABEL_1": 1
47
+ },
48
+ "length_penalty": 1.0,
49
+ "max_length": 20,
50
+ "max_position_embeddings": 16384,
51
+ "min_length": 0,
52
+ "mlp_bias": false,
53
+ "model_type": "llama",
54
+ "neftune_noise_alpha": 0.0,
55
+ "no_repeat_ngram_size": 0,
56
+ "num_attention_heads": 32,
57
+ "num_beam_groups": 1,
58
+ "num_beams": 1,
59
+ "num_hidden_layers": 24,
60
+ "num_key_value_heads": 32,
61
+ "num_return_sequences": 1,
62
+ "output_attentions": false,
63
+ "output_hidden_states": false,
64
+ "output_scores": false,
65
+ "pad_token_id": 2,
66
+ "perceiver_config": {
67
+ "_attn_implementation_autoset": false,
68
+ "_name_or_path": "",
69
+ "add_cross_attention": false,
70
+ "architectures": null,
71
+ "attention_dropout": 0.0,
72
+ "bad_words_ids": null,
73
+ "begin_suppress_tokens": null,
74
+ "bos_token_id": null,
75
+ "chunk_size_feed_forward": 0,
76
+ "cross_attention_hidden_size": null,
77
+ "decoder_start_token_id": null,
78
+ "diversity_penalty": 0.0,
79
+ "do_sample": false,
80
+ "early_stopping": false,
81
+ "encoder_no_repeat_ngram_size": 0,
82
+ "eos_token_id": null,
83
+ "exponential_decay_length_penalty": null,
84
+ "finetuning_task": null,
85
+ "forced_bos_token_id": null,
86
+ "forced_eos_token_id": null,
87
+ "hidden_act": "silu",
88
+ "id2label": {
89
+ "0": "LABEL_0",
90
+ "1": "LABEL_1"
91
+ },
92
+ "is_decoder": false,
93
+ "is_encoder_decoder": false,
94
+ "label2id": {
95
+ "LABEL_0": 0,
96
+ "LABEL_1": 1
97
+ },
98
+ "length_penalty": 1.0,
99
+ "max_length": 20,
100
+ "min_length": 0,
101
+ "model_type": "vllama3",
102
+ "no_repeat_ngram_size": 0,
103
+ "num_beam_groups": 1,
104
+ "num_beams": 1,
105
+ "num_key_value_heads": 1,
106
+ "num_return_sequences": 1,
107
+ "output_attentions": false,
108
+ "output_hidden_states": false,
109
+ "output_scores": false,
110
+ "pad_token_id": null,
111
+ "prefix": null,
112
+ "problem_type": null,
113
+ "pruned_heads": {},
114
+ "qk_layer_norms_perceiver": false,
115
+ "remove_invalid_values": false,
116
+ "repetition_penalty": 1.0,
117
+ "resampler_depth": 6,
118
+ "resampler_head_dim": 96,
119
+ "resampler_n_heads": 16,
120
+ "resampler_n_latents": 64,
121
+ "return_dict": true,
122
+ "return_dict_in_generate": false,
123
+ "sep_token_id": null,
124
+ "suppress_tokens": null,
125
+ "task_specific_params": null,
126
+ "temperature": 1.0,
127
+ "tf_legacy_loss": false,
128
+ "tie_encoder_decoder": false,
129
+ "tie_word_embeddings": true,
130
+ "tokenizer_class": null,
131
+ "top_k": 50,
132
+ "top_p": 1.0,
133
+ "torch_dtype": null,
134
+ "torchscript": false,
135
+ "transformers_version": "4.46.0",
136
+ "typical_p": 1.0,
137
+ "use_bfloat16": false
138
+ },
139
+ "prefix": null,
140
+ "pretraining_tp": 1,
141
+ "problem_type": null,
142
+ "pruned_heads": {},
143
+ "qk_layer_norms": false,
144
+ "remove_invalid_values": false,
145
+ "repetition_penalty": 1.0,
146
+ "return_dict": true,
147
+ "return_dict_in_generate": false,
148
+ "rms_norm_eps": 1e-05,
149
+ "rope_scaling": null,
150
+ "rope_theta": 273768.0,
151
+ "sep_token_id": null,
152
+ "suppress_tokens": null,
153
+ "task_specific_params": null,
154
+ "temperature": 1.0,
155
+ "tf_legacy_loss": false,
156
+ "tie_encoder_decoder": false,
157
+ "tie_word_embeddings": false,
158
+ "tokenizer_class": null,
159
+ "top_k": 50,
160
+ "top_p": 1.0,
161
+ "torch_dtype": "bfloat16",
162
+ "torchscript": false,
163
+ "typical_p": 1.0,
164
+ "use_bfloat16": false,
165
+ "use_cache": true,
166
+ "use_resampler": false,
167
+ "vocab_size": 49155
168
+ },
169
+ "tie_word_embeddings": false,
170
+ "torch_dtype": "bfloat16",
171
+ "transformers_version": "4.46.0",
172
+ "use_cache": true,
173
+ "vision_config": {
174
+ "_attn_implementation_autoset": false,
175
+ "_name_or_path": "",
176
+ "add_cross_attention": false,
177
+ "architectures": null,
178
+ "attention_dropout": 0.0,
179
+ "bad_words_ids": null,
180
+ "begin_suppress_tokens": null,
181
+ "bos_token_id": null,
182
+ "chunk_size_feed_forward": 0,
183
+ "cross_attention_hidden_size": null,
184
+ "decoder_start_token_id": null,
185
+ "diversity_penalty": 0.0,
186
+ "do_sample": false,
187
+ "early_stopping": false,
188
+ "encoder_no_repeat_ngram_size": 0,
189
+ "eos_token_id": null,
190
+ "exponential_decay_length_penalty": null,
191
+ "finetuning_task": null,
192
+ "forced_bos_token_id": null,
193
+ "forced_eos_token_id": null,
194
+ "hidden_act": "gelu_pytorch_tanh",
195
+ "hidden_size": 1152,
196
+ "id2label": {
197
+ "0": "LABEL_0",
198
+ "1": "LABEL_1"
199
+ },
200
+ "image_size": 384,
201
+ "initializer_range": 0.02,
202
+ "intermediate_size": 4304,
203
+ "is_decoder": false,
204
+ "is_encoder_decoder": false,
205
+ "label2id": {
206
+ "LABEL_0": 0,
207
+ "LABEL_1": 1
208
+ },
209
+ "layer_norm_eps": 1e-06,
210
+ "length_penalty": 1.0,
211
+ "max_length": 20,
212
+ "min_length": 0,
213
+ "model_type": "idefics3",
214
+ "no_repeat_ngram_size": 0,
215
+ "num_attention_heads": 16,
216
+ "num_beam_groups": 1,
217
+ "num_beams": 1,
218
+ "num_channels": 3,
219
+ "num_hidden_layers": 27,
220
+ "num_return_sequences": 1,
221
+ "output_attentions": false,
222
+ "output_hidden_states": false,
223
+ "output_scores": false,
224
+ "pad_token_id": null,
225
+ "patch_size": 14,
226
+ "prefix": null,
227
+ "problem_type": null,
228
+ "pruned_heads": {},
229
+ "remove_invalid_values": false,
230
+ "repetition_penalty": 1.0,
231
+ "return_dict": true,
232
+ "return_dict_in_generate": false,
233
+ "sep_token_id": null,
234
+ "suppress_tokens": null,
235
+ "task_specific_params": null,
236
+ "temperature": 1.0,
237
+ "tf_legacy_loss": false,
238
+ "tie_encoder_decoder": false,
239
+ "tie_word_embeddings": false,
240
+ "tokenizer_class": null,
241
+ "top_k": 50,
242
+ "top_p": 1.0,
243
+ "torch_dtype": null,
244
+ "torchscript": false,
245
+ "typical_p": 1.0,
246
+ "use_bfloat16": false
247
+ },
248
+ "vocab_size": 49155
249
+ }
generation_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 0,
4
+ "eos_token_id": 0,
5
+ "pad_token_id": 2,
6
+ "transformers_version": "4.46.0"
7
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c699c780c7abecdc67f483f55573595c1aea574e46cdd5260dce14412b034aa
3
+ size 4492630912