CoolFace
Modelpublic

hf-tiny-model-private/tiny-random-Speech2TextForConditionalGeneration

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes11downloads
preprocessor_config.json13 linesDownload Raw Back to root
1{2  "do_ceptral_normalize": true,3  "feature_extractor_type": "Speech2TextFeatureExtractor",4  "feature_size": 24,5  "normalize_means": true,6  "normalize_vars": true,7  "num_mel_bins": 24,8  "padding_side": "right",9  "padding_value": 0.0,10  "return_attention_mask": true,11  "sampling_rate": 1600012}13