Update config.json
Browse files- config.json +3 -0
config.json
CHANGED
@@ -3,6 +3,9 @@
|
|
3 |
"architectures": [
|
4 |
"LlamaForCausalLM"
|
5 |
],
|
|
|
|
|
|
|
6 |
"attention_bias": false,
|
7 |
"bos_token_id": 1,
|
8 |
"eos_token_id": 2,
|
|
|
3 |
"architectures": [
|
4 |
"LlamaForCausalLM"
|
5 |
],
|
6 |
+
"auto_map": {
|
7 |
+
"AutoModelForCausalLM": "modeling_flash_llama.LlamaForCausalLM"
|
8 |
+
},
|
9 |
"attention_bias": false,
|
10 |
"bos_token_id": 1,
|
11 |
"eos_token_id": 2,
|