Update configuration_quiet.py
Browse files- configuration_quiet.py +1 -1
configuration_quiet.py
CHANGED
|
@@ -148,7 +148,7 @@ class QuietConfig(PretrainedConfig):
|
|
| 148 |
self.rope_theta = rope_theta
|
| 149 |
self.attention_dropout = attention_dropout
|
| 150 |
self.max_thoughts = max_thoughts
|
| 151 |
-
self.
|
| 152 |
self.max_temperature = max_temperature
|
| 153 |
self.merged_talk_heads = merged_talk_heads
|
| 154 |
self.merged_lm_and_talk_heads = merged_lm_and_talk_heads
|
|
|
|
| 148 |
self.rope_theta = rope_theta
|
| 149 |
self.attention_dropout = attention_dropout
|
| 150 |
self.max_thoughts = max_thoughts
|
| 151 |
+
self.complexity_factor = complexity_factor
|
| 152 |
self.max_temperature = max_temperature
|
| 153 |
self.merged_talk_heads = merged_talk_heads
|
| 154 |
self.merged_lm_and_talk_heads = merged_lm_and_talk_heads
|