dialect_model_naive / preprocessor_config.json
karenlu653's picture
Upload folder using huggingface_hub
edf28a1 verified
raw
history blame contribute delete
167 Bytes
{
"feature_type": "fbank",
"sampling_rate": 16000,
"n_mels": 40,
"n_fft": 400,
"hop_length": 160,
"max_len_frames": 300,
"log_db": true,
"mono": true
}