FILM6912 commited on
Commit
5fa8ab6
1 Parent(s): 70d85f1

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +234 -0
config.json ADDED
@@ -0,0 +1,234 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "MllamaForConditionalGeneration"
4
+ ],
5
+ "image_token_index": 128256,
6
+ "model_type": "mllama",
7
+ "text_config": {
8
+ "_name_or_path": "",
9
+ "add_cross_attention": false,
10
+ "architectures": null,
11
+ "bad_words_ids": null,
12
+ "begin_suppress_tokens": null,
13
+ "bos_token_id": 128000,
14
+ "chunk_size_feed_forward": 0,
15
+ "cross_attention_hidden_size": null,
16
+ "cross_attention_layers": [
17
+ 3,
18
+ 8,
19
+ 13,
20
+ 18,
21
+ 23,
22
+ 28,
23
+ 33,
24
+ 38,
25
+ 43,
26
+ 48,
27
+ 53,
28
+ 58,
29
+ 63,
30
+ 68,
31
+ 73,
32
+ 78,
33
+ 83,
34
+ 88,
35
+ 93,
36
+ 98
37
+ ],
38
+ "decoder_start_token_id": null,
39
+ "diversity_penalty": 0.0,
40
+ "do_sample": false,
41
+ "dropout": 0,
42
+ "early_stopping": false,
43
+ "encoder_no_repeat_ngram_size": 0,
44
+ "eos_token_id": [
45
+ 128001,
46
+ 128008,
47
+ 128009
48
+ ],
49
+ "exponential_decay_length_penalty": null,
50
+ "finetuning_task": null,
51
+ "forced_bos_token_id": null,
52
+ "forced_eos_token_id": null,
53
+ "hidden_act": "silu",
54
+ "hidden_size": 8192,
55
+ "id2label": {
56
+ "0": "LABEL_0",
57
+ "1": "LABEL_1"
58
+ },
59
+ "initializer_range": 0.02,
60
+ "intermediate_size": 28672,
61
+ "is_decoder": false,
62
+ "is_encoder_decoder": false,
63
+ "label2id": {
64
+ "LABEL_0": 0,
65
+ "LABEL_1": 1
66
+ },
67
+ "length_penalty": 1.0,
68
+ "max_length": 20,
69
+ "max_position_embeddings": 131072,
70
+ "min_length": 0,
71
+ "model_type": "mllama_text_model",
72
+ "no_repeat_ngram_size": 0,
73
+ "num_attention_heads": 64,
74
+ "num_beam_groups": 1,
75
+ "num_beams": 1,
76
+ "num_hidden_layers": 100,
77
+ "num_key_value_heads": 8,
78
+ "num_return_sequences": 1,
79
+ "output_attentions": false,
80
+ "output_hidden_states": false,
81
+ "output_scores": false,
82
+ "pad_token_id": 128004,
83
+ "prefix": null,
84
+ "problem_type": null,
85
+ "pruned_heads": {},
86
+ "remove_invalid_values": false,
87
+ "repetition_penalty": 1.0,
88
+ "return_dict": true,
89
+ "return_dict_in_generate": false,
90
+ "rms_norm_eps": 1e-05,
91
+ "rope_scaling": {
92
+ "factor": 8.0,
93
+ "high_freq_factor": 4.0,
94
+ "low_freq_factor": 1.0,
95
+ "original_max_position_embeddings": 8192,
96
+ "rope_type": "llama3"
97
+ },
98
+ "rope_theta": 500000.0,
99
+ "sep_token_id": null,
100
+ "suppress_tokens": null,
101
+ "task_specific_params": null,
102
+ "temperature": 1.0,
103
+ "tf_legacy_loss": false,
104
+ "tie_encoder_decoder": false,
105
+ "tie_word_embeddings": false,
106
+ "tokenizer_class": null,
107
+ "top_k": 50,
108
+ "top_p": 1.0,
109
+ "torch_dtype": "bfloat16",
110
+ "torchscript": false,
111
+ "typical_p": 1.0,
112
+ "use_bfloat16": false,
113
+ "use_cache": true,
114
+ "vocab_size": 128256
115
+ },
116
+ "torch_dtype": "bfloat16",
117
+ "transformers_version": "4.45.0.dev0",
118
+ "vision_config": {
119
+ "_name_or_path": "",
120
+ "add_cross_attention": false,
121
+ "architectures": null,
122
+ "attention_heads": 16,
123
+ "bad_words_ids": null,
124
+ "begin_suppress_tokens": null,
125
+ "bos_token_id": null,
126
+ "chunk_size_feed_forward": 0,
127
+ "cross_attention_hidden_size": null,
128
+ "decoder_start_token_id": null,
129
+ "diversity_penalty": 0.0,
130
+ "do_sample": false,
131
+ "early_stopping": false,
132
+ "encoder_no_repeat_ngram_size": 0,
133
+ "eos_token_id": null,
134
+ "exponential_decay_length_penalty": null,
135
+ "finetuning_task": null,
136
+ "forced_bos_token_id": null,
137
+ "forced_eos_token_id": null,
138
+ "hidden_act": "gelu",
139
+ "hidden_size": 1280,
140
+ "id2label": {
141
+ "0": "LABEL_0",
142
+ "1": "LABEL_1"
143
+ },
144
+ "image_size": 560,
145
+ "intermediate_layers_indices": [
146
+ 3,
147
+ 7,
148
+ 15,
149
+ 23,
150
+ 30
151
+ ],
152
+ "intermediate_size": 5120,
153
+ "is_decoder": false,
154
+ "is_encoder_decoder": false,
155
+ "label2id": {
156
+ "LABEL_0": 0,
157
+ "LABEL_1": 1
158
+ },
159
+ "length_penalty": 1.0,
160
+ "max_length": 20,
161
+ "max_num_tiles": 4,
162
+ "min_length": 0,
163
+ "model_type": "mllama_vision_model",
164
+ "no_repeat_ngram_size": 0,
165
+ "norm_eps": 1e-05,
166
+ "num_beam_groups": 1,
167
+ "num_beams": 1,
168
+ "num_channels": 3,
169
+ "num_global_layers": 8,
170
+ "num_hidden_layers": 32,
171
+ "num_return_sequences": 1,
172
+ "output_attentions": false,
173
+ "output_hidden_states": false,
174
+ "output_scores": false,
175
+ "pad_token_id": null,
176
+ "patch_size": 14,
177
+ "prefix": null,
178
+ "problem_type": null,
179
+ "pruned_heads": {},
180
+ "remove_invalid_values": false,
181
+ "repetition_penalty": 1.0,
182
+ "return_dict": true,
183
+ "return_dict_in_generate": false,
184
+ "sep_token_id": null,
185
+ "supported_aspect_ratios": [
186
+ [
187
+ 1,
188
+ 1
189
+ ],
190
+ [
191
+ 1,
192
+ 2
193
+ ],
194
+ [
195
+ 1,
196
+ 3
197
+ ],
198
+ [
199
+ 1,
200
+ 4
201
+ ],
202
+ [
203
+ 2,
204
+ 1
205
+ ],
206
+ [
207
+ 2,
208
+ 2
209
+ ],
210
+ [
211
+ 3,
212
+ 1
213
+ ],
214
+ [
215
+ 4,
216
+ 1
217
+ ]
218
+ ],
219
+ "suppress_tokens": null,
220
+ "task_specific_params": null,
221
+ "temperature": 1.0,
222
+ "tf_legacy_loss": false,
223
+ "tie_encoder_decoder": false,
224
+ "tie_word_embeddings": true,
225
+ "tokenizer_class": null,
226
+ "top_k": 50,
227
+ "top_p": 1.0,
228
+ "torch_dtype": "bfloat16",
229
+ "torchscript": false,
230
+ "typical_p": 1.0,
231
+ "use_bfloat16": false,
232
+ "vision_output_dim": 7680
233
+ }
234
+ }