theblackcat102
commited on
Commit
•
d39a35c
1
Parent(s):
2c6056f
Update config.json
Browse files- config.json +4 -0
config.json
CHANGED
@@ -3,6 +3,10 @@
|
|
3 |
"architectures": [
|
4 |
"MixtralForCausalLM"
|
5 |
],
|
|
|
|
|
|
|
|
|
6 |
"attention_dropout": 0.0,
|
7 |
"bos_token_id": 1,
|
8 |
"eos_token_id": 32000,
|
|
|
3 |
"architectures": [
|
4 |
"MixtralForCausalLM"
|
5 |
],
|
6 |
+
"auto_map": {
|
7 |
+
"AutoConfig": "configuration_trimmed_mixtral.MixtralConfig",
|
8 |
+
"AutoModelForCausalLM": "modeling_trimmed_mixtral.MixtralForCausalLM"
|
9 |
+
},
|
10 |
"attention_dropout": 0.0,
|
11 |
"bos_token_id": 1,
|
12 |
"eos_token_id": 32000,
|