wav2vec2-base-timit-eng / preprocessor_config.json
lina-conti's picture
Training in progress, step 500
8610a0a
raw
history blame contribute delete
216 Bytes
{
"do_normalize": true,
"feature_extractor_type": "Wav2Vec2FeatureExtractor",
"feature_size": 1,
"padding_side": "right",
"padding_value": -100,
"return_attention_mask": false,
"sampling_rate": 16000
}