preprocessor_config.json
| 1 | { |
| 2 | "feature_extractor_type": "ParakeetFeatureExtractor", |
| 3 | "feature_size": 80, |
| 4 | "hop_length": 160, |
| 5 | "n_fft": 512, |
| 6 | "padding_side": "right", |
| 7 | "padding_value": 0.0, |
| 8 | "preemphasis": 0.97, |
| 9 | "processor_class": "ParakeetProcessor", |
| 10 | "return_attention_mask": true, |
| 11 | "sampling_rate": 16000, |
| 12 | "win_length": 400 |
| 13 | } |
| 14 | |