granite-speech-4.1-2b-mlx-6bit / preprocessor_config.json
divydeep's picture
Upload Granite Speech 4.1 2B MLX 6-bit
8e57bba verified
Raw
History Blame Contribute Delete
336 Bytes
{
"feature_extractor_type": "GraniteSpeechFeatureExtractor",
"melspec_kwargs": {
"hop_length": 160,
"n_fft": 512,
"n_mels": 80,
"sample_rate": 16000,
"win_length": 400
},
"processor_class": "GraniteSpeechProcessor",
"projector_downsample_rate": 5,
"projector_window_size": 15,
"sampling_rate": 16000
}