CoolFace
Modelpublic

cucl2/AnyAudio-Judge-7B

sourceHugging Faceapache-2.0updated 4mo agoView on Hugging Face
0likes63downloads
video_preprocessor_config.json56 linesDownload Raw Back to root
1{2  "chunk_length": 300,3  "crop_size": null,4  "data_format": "channels_first",5  "default_to_square": true,6  "device": null,7  "dither": 0.0,8  "do_center_crop": null,9  "do_convert_rgb": true,10  "do_normalize": true,11  "do_rescale": true,12  "do_resize": true,13  "do_sample_frames": false,14  "feature_extractor_type": "WhisperFeatureExtractor",15  "feature_size": 128,16  "fps": null,17  "hop_length": 160,18  "image_mean": [19    0.48145466,20    0.4578275,21    0.4082107322  ],23  "image_std": [24    0.26862954,25    0.26130258,26    0.2757771127  ],28  "input_data_format": null,29  "max_frames": 768,30  "max_pixels": 12845056,31  "merge_size": 2,32  "min_frames": 4,33  "min_pixels": 3136,34  "n_fft": 400,35  "n_samples": 4800000,36  "nb_max_frames": 30000,37  "num_frames": null,38  "pad_size": null,39  "padding_side": "right",40  "padding_value": 0.0,41  "patch_size": 14,42  "processor_class": "Qwen2_5OmniProcessor",43  "resample": 3,44  "rescale_factor": 0.00392156862745098,45  "return_attention_mask": true,46  "return_metadata": false,47  "sampling_rate": 16000,48  "size": {49    "longest_edge": 12845056,50    "shortest_edge": 313651  },52  "temporal_patch_size": 2,53  "video_metadata": null,54  "video_processor_type": "Qwen2VLVideoProcessor"55}56