Update configuration_mistral.py
Browse files- 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 |
-
|
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__(
|