wav2vec2-base-self-331-colab-n-grams / preprocessor_config.json
St4n's picture
Upload folder using huggingface_hub
3d6e42f verified
raw
history blame contribute delete
No virus
263 Bytes
{
"do_normalize": true,
"feature_extractor_type": "Wav2Vec2FeatureExtractor",
"feature_size": 1,
"padding_side": "right",
"padding_value": 0.0,
"processor_class": "Wav2Vec2ProcessorWithLM",
"return_attention_mask": false,
"sampling_rate": 16000
}