Update gpt_config.py
Browse files- gpt_config.py +5 -5
gpt_config.py
CHANGED
|
@@ -58,11 +58,11 @@ class XTTSGPTConfig(PretrainedConfig):
|
|
| 58 |
label_smoothing: float = 0.0,
|
| 59 |
|
| 60 |
# Generation parameters
|
| 61 |
-
temperature: float = 0.75,
|
| 62 |
-
length_penalty: float = 1.0,
|
| 63 |
-
repetition_penalty: float = 5.0,
|
| 64 |
-
top_k: int = 50,
|
| 65 |
-
top_p: float = 0.85,
|
| 66 |
gpt_cond_len: int = 30,
|
| 67 |
gpt_cond_chunk_len: int = 4,
|
| 68 |
max_ref_len: int = 30,
|
|
|
|
| 58 |
label_smoothing: float = 0.0,
|
| 59 |
|
| 60 |
# Generation parameters
|
| 61 |
+
#temperature: float = 0.75,
|
| 62 |
+
#length_penalty: float = 1.0,
|
| 63 |
+
#repetition_penalty: float = 5.0,
|
| 64 |
+
#top_k: int = 50,
|
| 65 |
+
#top_p: float = 0.85,
|
| 66 |
gpt_cond_len: int = 30,
|
| 67 |
gpt_cond_chunk_len: int = 4,
|
| 68 |
max_ref_len: int = 30,
|