File size: 498 Bytes
426e0f2 b289b22 426e0f2 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
{
"K": 257,
"do_normalize": true,
"feature_extractor_type": "MCTCTFeatureExtractor",
"feature_size": 80,
"frame_signal_scale": 32768.0,
"hop_length": 10,
"mel_floor": 1.0,
"n_fft": 512,
"normalize_means": true,
"normalize_vars": true,
"padding_side": "right",
"padding_value": 0.0,
"preemphasis_coeff": 0.97,
"return_attention_mask": false,
"sample_size": 400,
"sample_stride": 160,
"sampling_rate": 16000,
"win_function": "hamming_window",
"win_length": 25
}
|