s2t-medium-librispeech-asr / kf_preprocessor.json
IMvision12's picture
Upload kf_preprocessor.json with huggingface_hub
b4408bd verified
Raw
History Blame Contribute Delete
419 Bytes
{
"library_name": "kerasformers",
"kerasformers_version": "1.1.3",
"preprocessor_module": "kerasformers.models.speech2text",
"preprocessor_class": "Speech2TextFeatureExtractor",
"variant": "s2t-medium-librispeech-asr",
"sampling_rate": 16000,
"num_mel_bins": 80,
"frame_length_ms": 25.0,
"frame_shift_ms": 10.0,
"preemphasis": 0.97,
"normalize_means": true,
"normalize_vars": true
}