CoolFace
Modelpublic

switlydev/custom-stt-model

sourceHugging Faceupdated 29d agoView on Hugging Face
0likes16downloads
processor_config.json18 linesDownload Raw Back to root
1{2  "feature_extractor": {3    "chunk_length": 30,4    "dither": 0.0,5    "feature_extractor_type": "WhisperFeatureExtractor",6    "feature_size": 80,7    "hop_length": 160,8    "n_fft": 400,9    "n_samples": 480000,10    "nb_max_frames": 3000,11    "padding_side": "right",12    "padding_value": 0.0,13    "return_attention_mask": false,14    "sampling_rate": 1600015  },16  "processor_class": "WhisperProcessor"17}18