Update config.json
Browse files- config.json +11 -3
config.json
CHANGED
@@ -5,9 +5,17 @@
|
|
5 |
],
|
6 |
"attention_dropout": 0.0,
|
7 |
"auto_map": {
|
8 |
-
"
|
9 |
-
"
|
10 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
},
|
12 |
"bos_token_id": 1,
|
13 |
"eos_token_id": 2,
|
|
|
5 |
],
|
6 |
"attention_dropout": 0.0,
|
7 |
"auto_map": {
|
8 |
+
"QuietModel": "modeling_quiet.QuietModel",
|
9 |
+
"QuietForCausalLM": "modeling_quiet.QuietForCausalLM",
|
10 |
+
"QuietConfig": "configuration_mistral.MistralConfig",
|
11 |
+
"MistralForCausalLM": "modeling_mistral.MistralForCausalLM",
|
12 |
+
"MistralConfig": "configuration_mistral.MistralConfig",
|
13 |
+
"MistralModel": "modeling_mistral.MistralModel",
|
14 |
+
"MistralForCausalLM": "modeling_mistral.MistralForCausalLM",
|
15 |
+
"MistralConfig": "configuration_mistral.MistralConfig",
|
16 |
+
"AutoConfig": "configuration_mistral.MistralConfig",
|
17 |
+
"AutoModel": "modeling_mistral.MistralModel",
|
18 |
+
"AutoModelForCausalLM": "modeling_mistral.MistralForCausalLM"
|
19 |
},
|
20 |
"bos_token_id": 1,
|
21 |
"eos_token_id": 2,
|