Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
@@ -34,7 +34,7 @@
|
|
34 |
"LlamaForCausalLM"
|
35 |
],
|
36 |
"bos_token_id": 128000,
|
37 |
-
"eos_token_id":
|
38 |
"intermediate_size": 14336,
|
39 |
"max_position_embeddings": 8192,
|
40 |
"model_type": "llama",
|
|
|
34 |
"LlamaForCausalLM"
|
35 |
],
|
36 |
"bos_token_id": 128000,
|
37 |
+
"eos_token_id": 128009,
|
38 |
"intermediate_size": 14336,
|
39 |
"max_position_embeddings": 8192,
|
40 |
"model_type": "llama",
|