{ | |
"auto_map": { | |
"AutoFeatureExtractor": "processing_tacotron2.Tacotron2FeatureExtractor", | |
"AutoProcessor": "processing_tacotron2.Tacotron2Processor" | |
}, | |
"feature_extractor_type": "Tacotron2FeatureExtractor", | |
"feature_size": 80, | |
"hop_length": 256, | |
"mel_fmax": 8000.0, | |
"mel_fmin": 0.0, | |
"n_fft": 1024, | |
"padding_side": "right", | |
"padding_value": 0.0, | |
"processor_class": "Tacotron2Processor", | |
"return_attention_mask": true, | |
"sampling_rate": 22050, | |
"win_length": 1024 | |
} | |