orukeet / processor_config.json
NathanRoll's picture
Add qualified Transformers FP32 export for standard Parakeet clients
10b603f verified
Raw
History Blame Contribute Delete
417 Bytes
{
"blank_token": "<blank>",
"decoder_type": "tdt",
"feature_extractor": {
"feature_extractor_type": "ParakeetFeatureExtractor",
"feature_size": 128,
"hop_length": 160,
"n_fft": 512,
"padding_side": "right",
"padding_value": 0.0,
"preemphasis": 0.97,
"return_attention_mask": true,
"sampling_rate": 16000,
"win_length": 400
},
"processor_class": "ParakeetProcessor"
}