Update config.json
Browse files- config.json +4 -1
config.json
CHANGED
@@ -8,7 +8,10 @@
|
|
8 |
"attn_logit_softcapping": 50.0,
|
9 |
"bos_token_id": 2,
|
10 |
"cache_implementation": "hybrid",
|
11 |
-
"eos_token_id":
|
|
|
|
|
|
|
12 |
"final_logit_softcapping": 30.0,
|
13 |
"head_dim": 256,
|
14 |
"hidden_act": "gelu_pytorch_tanh",
|
|
|
8 |
"attn_logit_softcapping": 50.0,
|
9 |
"bos_token_id": 2,
|
10 |
"cache_implementation": "hybrid",
|
11 |
+
"eos_token_id": [
|
12 |
+
1,
|
13 |
+
107
|
14 |
+
],
|
15 |
"final_logit_softcapping": 30.0,
|
16 |
"head_dim": 256,
|
17 |
"hidden_act": "gelu_pytorch_tanh",
|