Update config.json
Browse files- config.json +3 -15
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": 255030,
|
113 |
"model_type": "kawn_idefics3",
|
114 |
"scale_factor": 3,
|
@@ -127,7 +115,7 @@
|
|
127 |
"num_key_value_heads": 8,
|
128 |
"torch_dtype": "float32"
|
129 |
},
|
130 |
-
"tie_word_embeddings":
|
131 |
"torch_dtype": "bfloat16",
|
132 |
"transformers_version": "4.49.0.dev0",
|
133 |
"use_cache": true,
|
@@ -143,7 +131,7 @@
|
|
143 |
"num_hidden_layers": 27,
|
144 |
"patch_size": 14,
|
145 |
"size": {
|
146 |
-
"longest_edge":
|
147 |
},
|
148 |
"tie_word_embeddings": false,
|
149 |
"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": 255030,
|
101 |
"model_type": "kawn_idefics3",
|
102 |
"scale_factor": 3,
|
|
|
115 |
"num_key_value_heads": 8,
|
116 |
"torch_dtype": "float32"
|
117 |
},
|
118 |
+
"tie_word_embeddings": true,
|
119 |
"torch_dtype": "bfloat16",
|
120 |
"transformers_version": "4.49.0.dev0",
|
121 |
"use_cache": true,
|
|
|
131 |
"num_hidden_layers": 27,
|
132 |
"patch_size": 14,
|
133 |
"size": {
|
134 |
+
"longest_edge": 1536
|
135 |
},
|
136 |
"tie_word_embeddings": false,
|
137 |
"torch_dtype": "bfloat16"
|