Files
omniASR-CTC-1B-v2/preprocessor_config.json

8 lines
187 B
JSON
Raw Permalink Normal View History

{
"feature_extractor_type": "Wav2Vec2FeatureExtractor",
"feature_size": 1,
"sampling_rate": 16000,
"padding_value": 0.0,
"do_normalize": true,
"return_attention_mask": false
}