CoolFace
Modelpublic

TitleOS/HomeGem4Bn

sourceHugging Facempl-2.0updated 11mo agoView on Hugging Face
0likes14downloads
preprocessor_config.json52 linesDownload Raw Back to root
1{2  "crop_size": null,3  "data_format": "channels_first",4  "default_to_square": false,5  "device": null,6  "disable_grouping": null,7  "dither": 0.0,8  "do_center_crop": null,9  "do_convert_rgb": null,10  "do_normalize": false,11  "do_rescale": true,12  "do_resize": true,13  "feature_size": 128,14  "fft_length": 1024,15  "fft_overdrive": true,16  "frame_length": 512,17  "hop_length": 160,18  "image_mean": [19    0.5,20    0.5,21    0.522  ],23  "image_processor_type": "SiglipImageProcessorFast",24  "image_seq_length": 256,25  "image_std": [26    0.5,27    0.5,28    0.529  ],30  "input_data_format": null,31  "input_scale_factor": 1.0,32  "max_frequency": 7600.0,33  "mel_floor": 1e-05,34  "min_frequency": 125.0,35  "padding_side": "left",36  "padding_value": 0.0,37  "per_bin_mean": null,38  "per_bin_stddev": null,39  "preemphasis": 0.97,40  "preemphasis_htk_flavor": true,41  "processor_class": "Gemma3nProcessor",42  "resample": 2,43  "rescale_factor": 0.00392156862745098,44  "return_attention_mask": true,45  "return_tensors": null,46  "sampling_rate": 16000,47  "size": {48    "height": 768,49    "width": 76850  }51}52