finetuned-s2t-1000-step / preprocessor_config.json
Marialab's picture
End of training
474abf6 verified
raw
history blame contribute delete
413 Bytes
{
"do_ceptral_normalize": true,
"do_normalize": true,
"feature_extractor_type": "Speech2TextFeatureExtractor",
"feature_size": 80,
"norm_means": true,
"norm_vars": true,
"normalize_means": true,
"normalize_vars": true,
"num_mel_bins": 80,
"padding_side": "right",
"padding_value": 0.0,
"processor_class": "Speech2TextProcessor",
"return_attention_mask": true,
"sampling_rate": 16000
}