LeroyDyer commited on
Commit
2a9771d
1 Parent(s): edece58

Update configuration_mistral.py

Browse files
Files changed (1) hide show
  1. configuration_mistral.py +1 -1
configuration_mistral.py CHANGED
@@ -190,7 +190,7 @@ class MistralConfig(PretrainedConfig):
190
  self.use_complex_think_head = use_complex_think_head
191
  self.use_complex_talk_head = use_complex_talk_head
192
  self.use_weighted_talk_head = use_weighted_talk_head
193
- self.hidden_dropout_prob = hidden_dropout_prob
194
 
195
 
196
  super().__init__(
 
190
  self.use_complex_think_head = use_complex_think_head
191
  self.use_complex_talk_head = use_complex_talk_head
192
  self.use_weighted_talk_head = use_weighted_talk_head
193
+
194
 
195
 
196
  super().__init__(