mlinmg commited on
Commit
de054f6
·
verified ·
1 Parent(s): 4dcf746

Update gpt_config.py

Browse files
Files changed (1) hide show
  1. 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,