CoolFace
Modelpublic

hf-tiny-v2/tiny-random-CohereAsrModel

sourceHugging Faceupdated 1mo agoView on Hugging Face
0likes5downloads
preprocessor_config.json26 linesDownload Raw Back to root
1{2  "auto_map": {3    "AutoFeatureExtractor": "processing_cohere_asr.CohereAsrFeatureExtractor"4  },5  "dither": 1e-05,6  "feature_extractor_type": "CohereAsrFeatureExtractor",7  "feature_size": 128,8  "frame_splicing": 1,9  "hop_length": 160,10  "log": true,11  "max_audio_clip_s": 35.0,12  "min_energy_window_samples": 1600,13  "n_fft": 512,14  "n_window_size": 400,15  "n_window_stride": 160,16  "normalize": "per_feature",17  "overlap_chunk_second": 5.0,18  "pad_to": 0,19  "padding_side": "right",20  "padding_value": 0.0,21  "preemphasis": 0.97,22  "return_attention_mask": true,23  "sampling_rate": 16000,24  "win_length": 40025}26