fe_mel_wo_norm / preprocessor_config.json
Lakoc's picture
Update preprocessor_config.json
eac7f28 verified
raw
history blame contribute delete
303 Bytes
{
"do_ceptral_normalize": true,
"feature_extractor_type": "Speech2TextFeatureExtractor",
"feature_size": 80,
"normalize_means": false,
"normalize_vars": false,
"num_mel_bins": 80,
"padding_side": "right",
"padding_value": 0.0,
"return_attention_mask": true,
"sampling_rate": 16000
}