MERaLiON-SpeechEncoder-2 / preprocessor_config.json
huzy0's picture
Upload feature extractor
c2c8318 verified
raw
history blame
503 Bytes
{
"auto_map": {
"AutoFeatureExtractor": "processing_bestrq_conformer.ModifiedWhisperFeatureExtractor",
"AutoProcessor": "processing_bestrq_conformer.ModifiedWhisperFeatureExtractor"
},
"chunk_length": 120,
"feature_extractor_type": "ModifiedWhisperFeatureExtractor",
"feature_size": 80,
"hop_length": 160,
"n_fft": 400,
"n_samples": 1920000,
"nb_max_frames": 12000,
"padding_side": "right",
"padding_value": 0.0,
"return_attention_mask": true,
"sampling_rate": 16000
}