Open4bits/whisper-tiny-f16
012
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 