quantized_english_speecht5_finetune-tts / preprocessor_config.json
Omarrran's picture
Upload folder using huggingface_hub
0f4b8a3 verified
raw
history blame
546 Bytes
{
"do_ceptral_normalize": true,
"do_normalize": false,
"feature_extractor_type": "Speech2TextFeatureExtractor",
"feature_size": 1,
"fmax": 7600,
"fmin": 80,
"frame_signal_scale": 1.0,
"hop_length": 16,
"mel_floor": 1e-10,
"normalize_means": true,
"normalize_vars": true,
"num_mel_bins": 80,
"padding_side": "right",
"padding_value": 0.0,
"processor_class": "SpeechT5Processor",
"reduction_factor": 2,
"return_attention_mask": true,
"sampling_rate": 16000,
"win_function": "hann_window",
"win_length": 64
}