Crystalcareai commited on
Commit
a2c4034
·
verified ·
1 Parent(s): 22025bd

Update configuration_quiet.py

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