Update configuration_aquilamoe.py
Browse files
configuration_aquilamoe.py
CHANGED
|
@@ -80,7 +80,7 @@ class AquilaMoeConfig(PretrainedConfig):
|
|
| 80 |
|
| 81 |
"""
|
| 82 |
|
| 83 |
-
model_type = "
|
| 84 |
keys_to_ignore_at_inference = ["past_key_values"]
|
| 85 |
|
| 86 |
def __init__(
|
|
|
|
| 80 |
|
| 81 |
"""
|
| 82 |
|
| 83 |
+
model_type = "aquila_moe"
|
| 84 |
keys_to_ignore_at_inference = ["past_key_values"]
|
| 85 |
|
| 86 |
def __init__(
|