Spectra-561B-27B-768E / audio /preprocessor_config.json
thehekimoghlu's picture
Upload audio/preprocessor_config.json with huggingface_hub
e285302 verified
Raw
History Blame
511 Bytes
{
"fbank": {
"dither": 0.0,
"frame_length": 25,
"frame_shift": 10,
"preemphasis": 0.97,
"freq": 16000,
"high_freq": -200,
"low_freq": 40,
"num_mel_bins": 80
},
"delta": {
"delta_order": 0,
"window_size": 2
},
"cmvn": {
"global_cmvn": "/path/to/audio/global_cmvn"
},
"splice": {
"left": 7,
"right": 7,
"stride": 8,
"random_start": false,
"seed": 0
}
}