medasr-onnx / preprocessor_config.json
ysdede's picture
Add MedASR ONNX export assets (LFS)
132cf12
raw
history blame contribute delete
245 Bytes
{
"feature_size": 128,
"sampling_rate": 16000,
"padding_value": 0.0,
"padding_side": "right",
"return_attention_mask": true,
"feature_extractor_type": "LasrFeatureExtractor",
"hop_length": 160,
"n_fft": 512,
"win_length": 400
}