w2v-bert-2.0 / preprocessor_config.json
ylacombe's picture
ylacombe HF staff
Upload feature extractor (#2)
8e09a1a
raw history blame
No virus
230 Bytes
{
"feature_extractor_type": "Wav2Vec2BERTFeatureExtractor",
"feature_size": 80,
"num_mel_bins": 80,
"padding_side": "right",
"padding_value": 1,
"return_attention_mask": true,
"sampling_rate": 16000,
"stride": 2
}