tiny-random-speech_to_text_2 / preprocessor_config.json
LysandreJik's picture
v2 update
3c63f09
{
"do_ceptral_normalize": true,
"feature_extractor_type": "Speech2TextFeatureExtractor",
"feature_size": 80,
"normalize_means": true,
"normalize_vars": true,
"num_mel_bins": 80,
"padding_side": "right",
"padding_value": 0.0,
"return_attention_mask": true,
"sampling_rate": 16000
}