Update config.json
Browse files- config.json +2 -14
config.json
CHANGED
@@ -91,24 +91,12 @@
|
|
91 |
[
|
92 |
1536,
|
93 |
1536
|
94 |
-
],
|
95 |
-
[
|
96 |
-
1536,
|
97 |
-
1920
|
98 |
-
],
|
99 |
-
[
|
100 |
-
1920,
|
101 |
-
1536
|
102 |
-
],
|
103 |
-
[
|
104 |
-
1920,
|
105 |
-
1920
|
106 |
]
|
107 |
],
|
108 |
"image_seq_len": [
|
109 |
81
|
110 |
],
|
111 |
-
"image_seq_length":
|
112 |
"image_token_id": 58002,
|
113 |
"model_type": "kawn_idefics3",
|
114 |
"scale_factor": 3,
|
@@ -152,7 +140,7 @@
|
|
152 |
"num_hidden_layers": 27,
|
153 |
"patch_size": 14,
|
154 |
"size": {
|
155 |
-
"longest_edge":
|
156 |
},
|
157 |
"tie_word_embeddings": false,
|
158 |
"torch_dtype": "bfloat16"
|
|
|
91 |
[
|
92 |
1536,
|
93 |
1536
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
94 |
]
|
95 |
],
|
96 |
"image_seq_len": [
|
97 |
81
|
98 |
],
|
99 |
+
"image_seq_length": 81,
|
100 |
"image_token_id": 58002,
|
101 |
"model_type": "kawn_idefics3",
|
102 |
"scale_factor": 3,
|
|
|
140 |
"num_hidden_layers": 27,
|
141 |
"patch_size": 14,
|
142 |
"size": {
|
143 |
+
"longest_edge": 1536
|
144 |
},
|
145 |
"tie_word_embeddings": false,
|
146 |
"torch_dtype": "bfloat16"
|