Upload _SpydazWebAI_Mistral_Transformer_.py
Browse files
_SpydazWebAI_Mistral_Transformer_.py
CHANGED
@@ -414,7 +414,7 @@ class MistralStarConfig(PretrainedConfig):
|
|
414 |
>>> configuration = model.config
|
415 |
```"""
|
416 |
|
417 |
-
model_type = "
|
418 |
keys_to_ignore_at_inference = ["past_key_values"]
|
419 |
|
420 |
def __init__(
|
|
|
414 |
>>> configuration = model.config
|
415 |
```"""
|
416 |
|
417 |
+
model_type = "mistralstar"
|
418 |
keys_to_ignore_at_inference = ["past_key_values"]
|
419 |
|
420 |
def __init__(
|