kashif HF Staff commited on
Commit
6979bd3
·
verified ·
1 Parent(s): deb09a9

config: add model_type=llama for AutoModelForCausalLM without trust_remote_code

Browse files
Files changed (1) hide show
  1. config.json +2 -1
config.json CHANGED
@@ -2,5 +2,6 @@
2
  "error": "Sorry, we can't find the page you are looking for.",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
- ]
 
6
  }
 
2
  "error": "Sorry, we can't find the page you are looking for.",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
+ ],
6
+ "model_type": "llama"
7
  }