Upload folder using huggingface_hub
Browse files- config.json +10 -1
- preprocessor_config.json +1 -0
- video_preprocessor_config.json +0 -2
config.json
CHANGED
@@ -54,6 +54,7 @@
|
|
54 |
"pad_token_id": 151654,
|
55 |
"prefix": null,
|
56 |
"problem_type": null,
|
|
|
57 |
"remove_invalid_values": false,
|
58 |
"repetition_penalty": 1.0,
|
59 |
"return_dict": true,
|
@@ -134,6 +135,7 @@
|
|
134 |
"output_hidden_states": false,
|
135 |
"torchscript": false,
|
136 |
"dtype": "bfloat16",
|
|
|
137 |
"tie_word_embeddings": true,
|
138 |
"chunk_size_feed_forward": 0,
|
139 |
"is_encoder_decoder": false,
|
@@ -191,17 +193,21 @@
|
|
191 |
"model_type": "qwen2_vl_text",
|
192 |
"unsloth_fixed": true,
|
193 |
"vision_token_id": 151654,
|
|
|
|
|
194 |
"output_attentions": false
|
195 |
},
|
|
|
196 |
"tie_encoder_decoder": false,
|
197 |
"tie_word_embeddings": true,
|
198 |
"tokenizer_class": null,
|
199 |
"top_k": 50,
|
200 |
"top_p": 1.0,
|
201 |
"torchscript": false,
|
202 |
-
"transformers_version": "4.57.
|
203 |
"typical_p": 1.0,
|
204 |
"unsloth_fixed": true,
|
|
|
205 |
"use_cache": true,
|
206 |
"use_sliding_window": false,
|
207 |
"video_token_id": 151656,
|
@@ -210,6 +216,7 @@
|
|
210 |
"output_hidden_states": false,
|
211 |
"torchscript": false,
|
212 |
"dtype": "bfloat16",
|
|
|
213 |
"tie_word_embeddings": true,
|
214 |
"chunk_size_feed_forward": 0,
|
215 |
"is_encoder_decoder": false,
|
@@ -265,6 +272,8 @@
|
|
265 |
"in_chans": 3,
|
266 |
"model_type": "qwen2_vl",
|
267 |
"spatial_patch_size": 14,
|
|
|
|
|
268 |
"depth": 32,
|
269 |
"embed_dim": 1280,
|
270 |
"hidden_size": 1536,
|
|
|
54 |
"pad_token_id": 151654,
|
55 |
"prefix": null,
|
56 |
"problem_type": null,
|
57 |
+
"pruned_heads": {},
|
58 |
"remove_invalid_values": false,
|
59 |
"repetition_penalty": 1.0,
|
60 |
"return_dict": true,
|
|
|
135 |
"output_hidden_states": false,
|
136 |
"torchscript": false,
|
137 |
"dtype": "bfloat16",
|
138 |
+
"pruned_heads": {},
|
139 |
"tie_word_embeddings": true,
|
140 |
"chunk_size_feed_forward": 0,
|
141 |
"is_encoder_decoder": false,
|
|
|
193 |
"model_type": "qwen2_vl_text",
|
194 |
"unsloth_fixed": true,
|
195 |
"vision_token_id": 151654,
|
196 |
+
"tf_legacy_loss": false,
|
197 |
+
"use_bfloat16": false,
|
198 |
"output_attentions": false
|
199 |
},
|
200 |
+
"tf_legacy_loss": false,
|
201 |
"tie_encoder_decoder": false,
|
202 |
"tie_word_embeddings": true,
|
203 |
"tokenizer_class": null,
|
204 |
"top_k": 50,
|
205 |
"top_p": 1.0,
|
206 |
"torchscript": false,
|
207 |
+
"transformers_version": "4.57.1",
|
208 |
"typical_p": 1.0,
|
209 |
"unsloth_fixed": true,
|
210 |
+
"use_bfloat16": false,
|
211 |
"use_cache": true,
|
212 |
"use_sliding_window": false,
|
213 |
"video_token_id": 151656,
|
|
|
216 |
"output_hidden_states": false,
|
217 |
"torchscript": false,
|
218 |
"dtype": "bfloat16",
|
219 |
+
"pruned_heads": {},
|
220 |
"tie_word_embeddings": true,
|
221 |
"chunk_size_feed_forward": 0,
|
222 |
"is_encoder_decoder": false,
|
|
|
272 |
"in_chans": 3,
|
273 |
"model_type": "qwen2_vl",
|
274 |
"spatial_patch_size": 14,
|
275 |
+
"tf_legacy_loss": false,
|
276 |
+
"use_bfloat16": false,
|
277 |
"depth": 32,
|
278 |
"embed_dim": 1280,
|
279 |
"hidden_size": 1536,
|
preprocessor_config.json
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
{
|
2 |
"crop_size": null,
|
3 |
"data_format": "channels_first",
|
|
|
4 |
"device": null,
|
5 |
"disable_grouping": null,
|
6 |
"do_center_crop": null,
|
|
|
1 |
{
|
2 |
"crop_size": null,
|
3 |
"data_format": "channels_first",
|
4 |
+
"default_to_square": true,
|
5 |
"device": null,
|
6 |
"disable_grouping": null,
|
7 |
"do_center_crop": null,
|
video_preprocessor_config.json
CHANGED
@@ -6,7 +6,6 @@
|
|
6 |
"do_center_crop": null,
|
7 |
"do_convert_rgb": true,
|
8 |
"do_normalize": true,
|
9 |
-
"do_pad": null,
|
10 |
"do_rescale": true,
|
11 |
"do_resize": true,
|
12 |
"do_sample_frames": false,
|
@@ -34,7 +33,6 @@
|
|
34 |
"resample": 3,
|
35 |
"rescale_factor": 0.00392156862745098,
|
36 |
"return_metadata": false,
|
37 |
-
"return_tensors": null,
|
38 |
"size": {
|
39 |
"longest_edge": 12845056,
|
40 |
"shortest_edge": 3136
|
|
|
6 |
"do_center_crop": null,
|
7 |
"do_convert_rgb": true,
|
8 |
"do_normalize": true,
|
|
|
9 |
"do_rescale": true,
|
10 |
"do_resize": true,
|
11 |
"do_sample_frames": false,
|
|
|
33 |
"resample": 3,
|
34 |
"rescale_factor": 0.00392156862745098,
|
35 |
"return_metadata": false,
|
|
|
36 |
"size": {
|
37 |
"longest_edge": 12845056,
|
38 |
"shortest_edge": 3136
|