Update config.json
Browse files- config.json +5 -1
config.json
CHANGED
@@ -1,7 +1,11 @@
|
|
1 |
{
|
2 |
"architectures": [
|
3 |
-
"
|
4 |
],
|
|
|
|
|
|
|
|
|
5 |
"attention_dropout": 0.0,
|
6 |
"bos_token_id": 1,
|
7 |
"eos_token_id": 2,
|
|
|
1 |
{
|
2 |
"architectures": [
|
3 |
+
"MixtralForCausalLM"
|
4 |
],
|
5 |
+
"auto_map": {
|
6 |
+
"AutoConfig": "DiscoResearch/mixtral-7b-8expert--configuration_moe_mistral.MixtralConfig",
|
7 |
+
"AutoModelForCausalLM": "DiscoResearch/mixtral-7b-8expert--modeling_moe_mistral.MixtralForCausalLM"
|
8 |
+
},
|
9 |
"attention_dropout": 0.0,
|
10 |
"bos_token_id": 1,
|
11 |
"eos_token_id": 2,
|