CoolFace
Modelpublic

DGXAI/gemma-4-e2b-driftcall-lora

sourceHugging Faceupdated 5mo agoView on Hugging Face
0likes9downloads
processor_config.json99 linesDownload Raw Back to root
1{2  "audio_seq_length": 188,3  "feature_extractor": {4    "crop_size": null,5    "data_format": "channels_first",6    "default_to_square": false,7    "device": null,8    "disable_grouping": null,9    "dither": 0.0,10    "do_center_crop": null,11    "do_convert_rgb": null,12    "do_normalize": false,13    "do_rescale": true,14    "do_resize": true,15    "feature_extractor_type": "Gemma3nAudioFeatureExtractor",16    "feature_size": 128,17    "fft_length": 1024,18    "fft_overdrive": true,19    "frame_length": 512,20    "hop_length": 160,21    "image_mean": [22      0.5,23      0.5,24      0.525    ],26    "image_processor_type": "SiglipImageProcessorFast",27    "image_seq_length": 256,28    "image_std": [29      0.5,30      0.5,31      0.532    ],33    "input_data_format": null,34    "input_scale_factor": 1.0,35    "max_frequency": 7600.0,36    "mel_floor": 1e-05,37    "min_frequency": 125.0,38    "padding_side": "left",39    "padding_value": 0.0,40    "per_bin_mean": null,41    "per_bin_stddev": null,42    "preemphasis": 0.97,43    "preemphasis_htk_flavor": true,44    "resample": 2,45    "rescale_factor": 0.00392156862745098,46    "return_attention_mask": true,47    "return_tensors": null,48    "sampling_rate": 16000,49    "size": {50      "height": 768,51      "width": 76852    }53  },54  "image_processor": {55    "data_format": "channels_first",56    "default_to_square": false,57    "dither": 0.0,58    "do_convert_rgb": null,59    "do_normalize": false,60    "do_rescale": true,61    "do_resize": true,62    "feature_size": 128,63    "fft_length": 1024,64    "fft_overdrive": true,65    "frame_length": 512,66    "hop_length": 160,67    "image_mean": [68      0.5,69      0.5,70      0.571    ],72    "image_processor_type": "SiglipImageProcessor",73    "image_seq_length": 256,74    "image_std": [75      0.5,76      0.5,77      0.578    ],79    "input_scale_factor": 1.0,80    "max_frequency": 7600.0,81    "mel_floor": 1e-05,82    "min_frequency": 125.0,83    "padding_side": "left",84    "padding_value": 0.0,85    "preemphasis": 0.97,86    "preemphasis_htk_flavor": true,87    "resample": 2,88    "rescale_factor": 0.00392156862745098,89    "return_attention_mask": true,90    "sampling_rate": 16000,91    "size": {92      "height": 768,93      "width": 76894    }95  },96  "image_seq_length": 256,97  "processor_class": "Gemma3nProcessor"98}99