wav2vec2-bert-CV16-en / preprocessor_config.json
ylacombe's picture
ylacombe HF staff
Training in progress, step 400
53d84c7
raw history blame
No virus
292 Bytes
{
"do_normalize": true,
"feature_extractor_type": "Wav2Vec2FeatureExtractor",
"feature_size": 80,
"num_mel_bins": 80,
"padding_side": "right",
"padding_value": 1,
"processor_class": "Wav2Vec2Processor",
"return_attention_mask": true,
"sampling_rate": 16000,
"stride": 2
}