dasheng-1.2B / preprocessor_config.json
Samarth Anand Pathak
Duplicate from mispeech/dasheng-1.2B
301eda5
raw
history blame contribute delete
445 Bytes
{
"center": true,
"f_max": 8000,
"f_min": 0,
"feature_extractor_type": "DashengFeatureExtractor",
"auto_map": {
"AutoFeatureExtractor": "feature_extraction_dasheng.DashengFeatureExtractor"
},
"feature_size": 64,
"hop_size": 160,
"model_input_names": [
"input_values"
],
"n_fft": 512,
"padding_side": "right",
"padding_value": 0.0,
"return_attention_mask": false,
"sampling_rate": 16000,
"win_size": 512
}