Fix broken json config
Browse filescomma here was breaking config file
- config.json +1 -1
config.json
CHANGED
@@ -2,5 +2,5 @@
|
|
2 |
"architectures": [
|
3 |
"LlamaForCausalLM"
|
4 |
],
|
5 |
-
"model_type": "llama"
|
6 |
}
|
|
|
2 |
"architectures": [
|
3 |
"LlamaForCausalLM"
|
4 |
],
|
5 |
+
"model_type": "llama"
|
6 |
}
|