W2V2-BERT-withLM-Malayalam / preprocessor_config.json
kavyamanohar's picture
Add LM decoder for W2V2-BERT
082e1a0 verified
raw
history blame contribute delete
No virus
279 Bytes
{
"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
}