W2V2-BERT-with-new-LM / preprocessor_config.json
kavyamanohar's picture
Update with dummy vocab entries
27272bb verified
raw
history blame
No virus
303 Bytes
{
"do_normalize": true,
"feature_extractor_type": "SeamlessM4TFeatureExtractor",
"feature_size": 80,
"num_mel_bins": 80,
"padding_side": "right",
"padding_value": 0.0,
"processor_class": "Wav2Vec2ProcessorWithLM",
"return_attention_mask": true,
"sampling_rate": 16000,
"stride": 2
}