Upload feature extractor

This commit is contained in:
Niels Rogge 2022-11-14 18:44:29 +00:00 committed by huggingface-web
parent 6403b73462
commit c87aed3ce0
1 changed files with 12 additions and 0 deletions

12
preprocessor_config.json Normal file
View File

@ -0,0 +1,12 @@
{
"do_normalize": true,
"feature_extractor_type": "AudioSpectrogramTransformerFeatureExtractor",
"feature_size": 1,
"mean": -4.2677393,
"num_mel_bins": 128,
"padding_side": "right",
"padding_value": 0.0,
"return_attention_mask": false,
"sampling_rate": 16000,
"std": 4.5689974
}