add processor file

This commit is contained in:
Patrick von Platen 2021-02-25 17:58:25 +03:00
parent 8adfd6ad8b
commit 7faabb622b
1 changed files with 8 additions and 0 deletions

8
preprocessor_config.json Normal file
View File

@ -0,0 +1,8 @@
{
"do_normalize": true,
"feature_size": 1,
"padding_side": "right",
"padding_value": 0.0,
"return_attention_mask": true,
"sampling_rate": 16000
}