File size: 555 Bytes
d4855ee |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
{
"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,
"n_freqs": 257,
"normalize_means": true,
"normalize_vars": true,
"padding_side": "right",
"padding_value": 0.0,
"preemphasis_coeff": 0.97,
"processor_class": "MCTCTProcessor",
"return_attention_mask": false,
"sample_size": 400,
"sample_stride": 160,
"sampling_rate": 16000,
"win_function": "hamming_window",
"win_length": 25
}
|