wav2vec2-xls-r-300m-cv6-turkish / preprocessor_config.json
mpoyraz's picture
add finetuned wav2vec2 model
1d0a6e8
raw
history blame
260 Bytes
{
"do_normalize": true,
"feature_extractor_type": "Wav2Vec2FeatureExtractor",
"processor_class": "Wav2Vec2ProcessorWithLM",
"feature_size": 1,
"padding_side": "right",
"padding_value": 0,
"return_attention_mask": true,
"sampling_rate": 16000
}