theprint commited on
Commit
c0ba0cf
1 Parent(s): ceade5e

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +9 -1
config.json CHANGED
@@ -1,3 +1,11 @@
1
  {
2
- "model_type": "llama"
 
 
 
 
 
 
 
 
3
  }
 
1
  {
2
+ "architectures": [
3
+ "LlamaForCausalLM"
4
+ ],
5
+ "model_type": "llama",
6
+ "torch_dtype": "float16",
7
+ "prompt_template": {
8
+ "type": "alpaca",
9
+ "description": "Alpaca instruction-following format"
10
+ }
11
  }