lxz8798 commited on
Commit
76edb03
·
verified ·
1 Parent(s): e2184e6

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +6 -0
config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "qwen2",
3
+ "base_model_name_or_path": "Qwen/Qwen2-1.5B-Instruct",
4
+ "peft_type": "LORA",
5
+ "task_type": "CAUSAL_LM"
6
+ }