diff --git a/config.json b/config.json index 4ea4ff32..1554da1b 100644 --- a/config.json +++ b/config.json @@ -1,6 +1,6 @@ { - "model_name": "TTS", - "model_description": "normal size TTS finetuning", + "model_name": "TTS-small", + "model_description": "loc-sens attention paper values for number of filters and filter size", "audio_processor": "audio", "num_mels": 80, "num_freq": 1025, @@ -8,8 +8,6 @@ "frame_length_ms": 50, "frame_shift_ms": 12.5, "preemphasis": 0.97, - "min_mel_freq": 125, - "max_mel_freq": 7600, "min_level_db": -100, "ref_level_db": 20, "embedding_size": 256,