Update config.json
Browse files- config.json +4 -0
config.json
CHANGED
@@ -4,6 +4,10 @@
|
|
4 |
"LlamaForCausalLM"
|
5 |
],
|
6 |
"attention_bias": false,
|
|
|
|
|
|
|
|
|
7 |
"bos_token_id": 1,
|
8 |
"eos_token_id": 2,
|
9 |
"hidden_act": "silu",
|
|
|
4 |
"LlamaForCausalLM"
|
5 |
],
|
6 |
"attention_bias": false,
|
7 |
+
"auto_map": {
|
8 |
+
"AutoConfig": "configuration_llama.MistralConfig",
|
9 |
+
"AutoModelForCausalLM": "modeling_llama_yarn.LlamaForCausalLM"
|
10 |
+
},
|
11 |
"bos_token_id": 1,
|
12 |
"eos_token_id": 2,
|
13 |
"hidden_act": "silu",
|