tiny-random-Speech2TextModel / preprocessor_config.json
hf-transformers-bot's picture
Upload tiny models for Speech2TextModel
83f9756
raw
history blame contribute delete
301 Bytes
{
"do_ceptral_normalize": true,
"feature_extractor_type": "Speech2TextFeatureExtractor",
"feature_size": 24,
"normalize_means": true,
"normalize_vars": true,
"num_mel_bins": 24,
"padding_side": "right",
"padding_value": 0.0,
"return_attention_mask": true,
"sampling_rate": 16000
}