Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
"model_type": "llama",
|
4 |
"torch_dtype": "float16",
|
5 |
"transformers_version": "4.46.3",
|
6 |
-
"architectures": ["
|
7 |
"vocab_size": 128256,
|
8 |
"bos_token_id": 128000,
|
9 |
"eos_token_id": [128001, 128008, 128009],
|
|
|
3 |
"model_type": "llama",
|
4 |
"torch_dtype": "float16",
|
5 |
"transformers_version": "4.46.3",
|
6 |
+
"architectures": ["LlamaForCausalLM"],
|
7 |
"vocab_size": 128256,
|
8 |
"bos_token_id": 128000,
|
9 |
"eos_token_id": [128001, 128008, 128009],
|