File size: 318 Bytes
4d82a3b | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | {
"audio_token_duration_s": 0.05,
"feature_extractor_type": "InklingFeatureExtractor",
"feature_size": 80,
"hop_length": 800,
"n_fft": 1600,
"padding_side": "right",
"padding_value": 0.0,
"return_attention_mask": true,
"sampling_rate": 16000,
"window_size": 1600,
"window_size_multiplier": 2.0
}
|