CoolFace
Modelpublic

adventists-ai/Qwen3-ASR-0.6B-Encoder

sourceHugging Faceapache-2.0updated 1d agoView on Hugging Face
0likes12downloads
preprocessor_config.json13 linesDownload Raw Back to root
1{2  "feature_extractor_type": "WhisperFeatureExtractor",3  "feature_size": 128,4  "sampling_rate": 16000,5  "hop_length": 160,6  "n_fft": 400,7  "chunk_length": 30,8  "padding_value": 0.0,9  "padding_side": "right",10  "return_attention_mask": true,11  "processor_class": "WhisperFeatureExtractor"12}13