CoolFace
Modelpublic

Vision21Tech/VELA

sourceHugging Faceotherupdated 2mo agoView on Hugging Face
0likes6downloads
preprocessor_config.json14 linesDownload Raw Back to root
1{2  "chunk_length": 30,3  "dither": 0.0,4  "feature_extractor_type": "WhisperFeatureExtractor",5  "feature_size": 128,6  "hop_length": 160,7  "n_fft": 400,8  "n_samples": 480000,9  "nb_max_frames": 3000,10  "padding_side": "right",11  "padding_value": 0.0,12  "processor_class": "Qwen3ASRProcessor",13  "return_attention_mask": true14}