Update config.json
Browse files- config.json +4 -1
config.json
CHANGED
@@ -5,7 +5,10 @@
|
|
5 |
],
|
6 |
"attention_bias": false,
|
7 |
"attention_dropout": 0.0,
|
8 |
-
|
|
|
|
|
|
|
9 |
"bos_token_id": 1,
|
10 |
"eos_token_id": 2,
|
11 |
"hidden_act": "silu",
|
|
|
5 |
],
|
6 |
"attention_bias": false,
|
7 |
"attention_dropout": 0.0,
|
8 |
+
"auto_map": {
|
9 |
+
"AutoConfig": "damerajee/Llamoe-test--configuration_Llamoe.LlamoeConfig",
|
10 |
+
"AutoModelForCausalLM": "damerajee/Llamoe-test--modeling_Llamoe.LlamoeForCausalLM"
|
11 |
+
},
|
12 |
"bos_token_id": 1,
|
13 |
"eos_token_id": 2,
|
14 |
"hidden_act": "silu",
|