Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
@@ -2,6 +2,6 @@
|
|
2 |
"architectures": [
|
3 |
"LlamaForCausalLM"
|
4 |
],
|
5 |
-
"model_type": "llama"
|
6 |
"vocab_size": 128256
|
7 |
}
|
|
|
2 |
"architectures": [
|
3 |
"LlamaForCausalLM"
|
4 |
],
|
5 |
+
"model_type": "llama",
|
6 |
"vocab_size": 128256
|
7 |
}
|