memengoc commited on
Commit
d4346d7
·
verified ·
1 Parent(s): 8801eb6

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +6 -0
config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "base_model_name_or_path": "openchat/openchat-3.5-0106",
3
+ "peft_type": "LORA",
4
+ "task_type": "CAUSAL_LM",
5
+ "model_type": "llama"
6
+ }