Create preprocessor_config.json
Browse files- preprocessor_config.json +51 -0
preprocessor_config.json
ADDED
|
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"crop_size": null,
|
| 3 |
+
"data_format": "channels_first",
|
| 4 |
+
"default_to_square": false,
|
| 5 |
+
"device": null,
|
| 6 |
+
"dither": 0.0,
|
| 7 |
+
"do_center_crop": null,
|
| 8 |
+
"do_convert_rgb": null,
|
| 9 |
+
"do_normalize": false,
|
| 10 |
+
"do_rescale": true,
|
| 11 |
+
"do_resize": true,
|
| 12 |
+
"feature_extractor_type": "Gemma3nAudioFeatureExtractor",
|
| 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.5
|
| 22 |
+
],
|
| 23 |
+
"image_processor_type": "SiglipImageProcessorFast",
|
| 24 |
+
"image_seq_length": 256,
|
| 25 |
+
"image_std": [
|
| 26 |
+
0.5,
|
| 27 |
+
0.5,
|
| 28 |
+
0.5
|
| 29 |
+
],
|
| 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": "right",
|
| 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": false,
|
| 45 |
+
"return_tensors": null,
|
| 46 |
+
"sampling_rate": 16000,
|
| 47 |
+
"size": {
|
| 48 |
+
"height": 768,
|
| 49 |
+
"width": 768
|
| 50 |
+
}
|
| 51 |
+
}
|