Update config.json
Browse files- config.json +3 -2
config.json
CHANGED
@@ -1,10 +1,11 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
-
"
|
5 |
],
|
6 |
"attention_bias": false,
|
7 |
"attention_dropout": 0.0,
|
|
|
8 |
"bos_token_id": 1,
|
9 |
"eos_token_id": 2,
|
10 |
"hidden_act": "silu",
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "damerajee/Llamoe-test",
|
3 |
"architectures": [
|
4 |
+
"LlamoeForCausalLM"
|
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",
|