CoolFace
Modelpublic

Open4bits/whisper-tiny-f16

sourceHugging Faceapache-2.0updated 8mo agoView on Hugging Face
0likes12downloads
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": 16000
15  },
16  "processor_class": "WhisperProcessor"
17}
18