Upload video_preprocessor_config.json with huggingface_hub
Browse files
video_preprocessor_config.json
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"crop_size": null,
|
| 3 |
+
"data_format": "channels_first",
|
| 4 |
+
"default_to_square": true,
|
| 5 |
+
"device": null,
|
| 6 |
+
"dither": 0.0,
|
| 7 |
+
"do_center_crop": null,
|
| 8 |
+
"do_convert_rgb": true,
|
| 9 |
+
"do_normalize": true,
|
| 10 |
+
"do_rescale": true,
|
| 11 |
+
"do_resize": true,
|
| 12 |
+
"do_sample_frames": false,
|
| 13 |
+
"feature_extractor_type": "WhisperFeatureExtractor",
|
| 14 |
+
"feature_size": 128,
|
| 15 |
+
"fps": null,
|
| 16 |
+
"hop_length": 160,
|
| 17 |
+
"image_mean": [
|
| 18 |
+
0.5,
|
| 19 |
+
0.5,
|
| 20 |
+
0.5
|
| 21 |
+
],
|
| 22 |
+
"image_std": [
|
| 23 |
+
0.5,
|
| 24 |
+
0.5,
|
| 25 |
+
0.5
|
| 26 |
+
],
|
| 27 |
+
"input_data_format": null,
|
| 28 |
+
"max_frames": 768,
|
| 29 |
+
"max_pixels": 12845056,
|
| 30 |
+
"merge_size": 2,
|
| 31 |
+
"min_frames": 4,
|
| 32 |
+
"min_pixels": 3136,
|
| 33 |
+
"n_fft": 400,
|
| 34 |
+
"n_samples": 4800000,
|
| 35 |
+
"nb_max_frames": 30000,
|
| 36 |
+
"num_frames": null,
|
| 37 |
+
"pad_size": null,
|
| 38 |
+
"padding_side": "right",
|
| 39 |
+
"padding_value": 0.0,
|
| 40 |
+
"patch_size": 16,
|
| 41 |
+
"processor_class": "Qwen3OmniMoeProcessor",
|
| 42 |
+
"resample": 3,
|
| 43 |
+
"rescale_factor": 0.00392156862745098,
|
| 44 |
+
"return_attention_mask": true,
|
| 45 |
+
"return_metadata": false,
|
| 46 |
+
"sampling_rate": 16000,
|
| 47 |
+
"size": {
|
| 48 |
+
"longest_edge": 12845056,
|
| 49 |
+
"shortest_edge": 3136
|
| 50 |
+
},
|
| 51 |
+
"temporal_patch_size": 2,
|
| 52 |
+
"video_metadata": null,
|
| 53 |
+
"video_processor_type": "Qwen2VLVideoProcessor"
|
| 54 |
+
}
|