CoolFace
Modelpublic

mispeech/ced-small

sourceHugging Faceapache-2.0updated 6mo agoView on Hugging Face
0likes2.4kdownloads
preprocessor_config.json18 linesDownload Raw Back to root
1{2  "center": true,3  "f_max": null,4  "f_min": 0,5  "feature_extractor_type": "CedFeatureExtractor",6  "auto_map": {7    "AutoFeatureExtractor": "feature_extraction_ced.CedFeatureExtractor"8  },9  "feature_size": 64,10  "hop_size": 160,11  "n_fft": 512,12  "padding_side": "right",13  "padding_value": 0.0,14  "return_attention_mask": false,15  "sampling_rate": 16000,16  "win_size": 51217}18