Ashu01 commited on
Commit
2e7f978
·
verified ·
1 Parent(s): d6e1109

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -2
config.json CHANGED
@@ -1,3 +1,4 @@
1
  {
2
- "model_type": "llama"
3
- }
 
 
1
  {
2
+ "model_type": "llama",
3
+ "architectures": ["LlamaForCausalLM"]
4
+ }