eunkey commited on
Commit
202c74a
·
verified ·
1 Parent(s): f12d002

Upload folder using huggingface_hub

Browse files
config.json ADDED
@@ -0,0 +1,222 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "VLMRewardModel"
4
+ ],
5
+ "image_token_index": 128256,
6
+ "pad_token_id": 128009,
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
+ ],
26
+ "decoder_start_token_id": null,
27
+ "diversity_penalty": 0.0,
28
+ "do_sample": false,
29
+ "dropout": 0,
30
+ "early_stopping": false,
31
+ "encoder_no_repeat_ngram_size": 0,
32
+ "eos_token_id": [
33
+ 128001,
34
+ 128008,
35
+ 128009
36
+ ],
37
+ "exponential_decay_length_penalty": null,
38
+ "finetuning_task": null,
39
+ "forced_bos_token_id": null,
40
+ "forced_eos_token_id": null,
41
+ "hidden_act": "silu",
42
+ "hidden_size": 4096,
43
+ "id2label": {
44
+ "0": "LABEL_0",
45
+ "1": "LABEL_1"
46
+ },
47
+ "initializer_range": 0.02,
48
+ "intermediate_size": 14336,
49
+ "is_decoder": false,
50
+ "is_encoder_decoder": false,
51
+ "label2id": {
52
+ "LABEL_0": 0,
53
+ "LABEL_1": 1
54
+ },
55
+ "length_penalty": 1.0,
56
+ "max_length": 20,
57
+ "max_position_embeddings": 131072,
58
+ "min_length": 0,
59
+ "model_type": "mllama_text_model",
60
+ "no_repeat_ngram_size": 0,
61
+ "num_attention_heads": 32,
62
+ "num_beam_groups": 1,
63
+ "num_beams": 1,
64
+ "num_hidden_layers": 40,
65
+ "num_key_value_heads": 8,
66
+ "num_return_sequences": 1,
67
+ "output_attentions": false,
68
+ "output_hidden_states": false,
69
+ "output_scores": false,
70
+ "pad_token_id": 128004,
71
+ "prefix": null,
72
+ "problem_type": null,
73
+ "pruned_heads": {},
74
+ "remove_invalid_values": false,
75
+ "repetition_penalty": 1.0,
76
+ "return_dict": true,
77
+ "return_dict_in_generate": false,
78
+ "rms_norm_eps": 1e-05,
79
+ "rope_scaling": {
80
+ "factor": 8.0,
81
+ "high_freq_factor": 4.0,
82
+ "low_freq_factor": 1.0,
83
+ "original_max_position_embeddings": 8192,
84
+ "rope_type": "llama3"
85
+ },
86
+ "rope_theta": 500000.0,
87
+ "sep_token_id": null,
88
+ "suppress_tokens": null,
89
+ "task_specific_params": null,
90
+ "temperature": 1.0,
91
+ "tf_legacy_loss": false,
92
+ "tie_encoder_decoder": false,
93
+ "tie_word_embeddings": false,
94
+ "tokenizer_class": null,
95
+ "top_k": 50,
96
+ "top_p": 1.0,
97
+ "torch_dtype": "bfloat16",
98
+ "torchscript": false,
99
+ "typical_p": 1.0,
100
+ "use_bfloat16": false,
101
+ "use_cache": true,
102
+ "vocab_size": 128256
103
+ },
104
+ "torch_dtype": "bfloat16",
105
+ "transformers_version": "4.46.1",
106
+ "vision_config": {
107
+ "_name_or_path": "",
108
+ "add_cross_attention": false,
109
+ "architectures": null,
110
+ "attention_heads": 16,
111
+ "bad_words_ids": null,
112
+ "begin_suppress_tokens": null,
113
+ "bos_token_id": null,
114
+ "chunk_size_feed_forward": 0,
115
+ "cross_attention_hidden_size": null,
116
+ "decoder_start_token_id": null,
117
+ "diversity_penalty": 0.0,
118
+ "do_sample": false,
119
+ "early_stopping": false,
120
+ "encoder_no_repeat_ngram_size": 0,
121
+ "eos_token_id": null,
122
+ "exponential_decay_length_penalty": null,
123
+ "finetuning_task": null,
124
+ "forced_bos_token_id": null,
125
+ "forced_eos_token_id": null,
126
+ "hidden_act": "gelu",
127
+ "hidden_size": 1280,
128
+ "id2label": {
129
+ "0": "LABEL_0",
130
+ "1": "LABEL_1"
131
+ },
132
+ "image_size": 560,
133
+ "intermediate_layers_indices": [
134
+ 3,
135
+ 7,
136
+ 15,
137
+ 23,
138
+ 30
139
+ ],
140
+ "intermediate_size": 5120,
141
+ "is_decoder": false,
142
+ "is_encoder_decoder": false,
143
+ "label2id": {
144
+ "LABEL_0": 0,
145
+ "LABEL_1": 1
146
+ },
147
+ "length_penalty": 1.0,
148
+ "max_length": 20,
149
+ "max_num_tiles": 4,
150
+ "min_length": 0,
151
+ "model_type": "mllama_vision_model",
152
+ "no_repeat_ngram_size": 0,
153
+ "norm_eps": 1e-05,
154
+ "num_beam_groups": 1,
155
+ "num_beams": 1,
156
+ "num_channels": 3,
157
+ "num_global_layers": 8,
158
+ "num_hidden_layers": 32,
159
+ "num_return_sequences": 1,
160
+ "output_attentions": false,
161
+ "output_hidden_states": false,
162
+ "output_scores": false,
163
+ "pad_token_id": null,
164
+ "patch_size": 14,
165
+ "prefix": null,
166
+ "problem_type": null,
167
+ "pruned_heads": {},
168
+ "remove_invalid_values": false,
169
+ "repetition_penalty": 1.0,
170
+ "return_dict": true,
171
+ "return_dict_in_generate": false,
172
+ "sep_token_id": null,
173
+ "supported_aspect_ratios": [
174
+ [
175
+ 1,
176
+ 1
177
+ ],
178
+ [
179
+ 1,
180
+ 2
181
+ ],
182
+ [
183
+ 1,
184
+ 3
185
+ ],
186
+ [
187
+ 1,
188
+ 4
189
+ ],
190
+ [
191
+ 2,
192
+ 1
193
+ ],
194
+ [
195
+ 2,
196
+ 2
197
+ ],
198
+ [
199
+ 3,
200
+ 1
201
+ ],
202
+ [
203
+ 4,
204
+ 1
205
+ ]
206
+ ],
207
+ "suppress_tokens": null,
208
+ "task_specific_params": null,
209
+ "temperature": 1.0,
210
+ "tf_legacy_loss": false,
211
+ "tie_encoder_decoder": false,
212
+ "tie_word_embeddings": true,
213
+ "tokenizer_class": null,
214
+ "top_k": 50,
215
+ "top_p": 1.0,
216
+ "torch_dtype": "bfloat16",
217
+ "torchscript": false,
218
+ "typical_p": 1.0,
219
+ "use_bfloat16": false,
220
+ "vision_output_dim": 7680
221
+ }
222
+ }
model-00001-of-00011.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07aba30cb12f249b5220750d51dc05a96f67beed95508c3158e9ed5f1449523b
3
+ size 1727209118
model-00002-of-00011.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ec7025148efb9e1a6f9dc81871960df8c0e180732a9b464c4df67e00d4b63cd
3
+ size 1973521568
model-00003-of-00011.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f457048196d2d260bfba11a4b67b5264962c23eae21ffb20047e8887a36b1d68
3
+ size 1895897540
model-00004-of-00011.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a84198e4ff8753e9104753380dbb880a8067781b4667451bb37b3323b4d6f06e
3
+ size 1979800308
model-00005-of-00011.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6eabf3b5f455fdd356384e1cc033bdf266c91ff7c266165f672aa18931a46659
3
+ size 1946229660
model-00006-of-00011.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cecb2a220113b1262ae19624ff17c253d6bd85651b71c6174e4e58d583fc7d57
3
+ size 1979800348
model-00007-of-00011.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68f711b3d433dff23022180be8aa862c6f3d25fa15324a2057cead2657aaf010
3
+ size 1946229676
model-00008-of-00011.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48805f81cf79c32150620c91766886a806819327c0e67de20465d382258acd7c
3
+ size 1979800348
model-00009-of-00011.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ad58fa3d268a4a53afb9f5a407abd40bc79be94e3b0a3c025019cd9c2a3af73
3
+ size 1946238012
model-00010-of-00011.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c3ccad4505a585b9cb251fa3caf5681895b4c59b737444f04dfe22357163e95
3
+ size 1979791220
model-00011-of-00011.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ec9a069e2c895d9b2f127f65be6a1fe210919b37a1c29ba37e3c3971bd68829
3
+ size 1986064434
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07870161434e79ea531a64ef3083a397dda36df73cb847bf55abef5bd1528e3a
3
+ size 1924856
model.safetensors.index.json ADDED
The diff for this file is too large to render. See raw diff