Alexis-Az commited on
Commit
8632293
·
verified ·
1 Parent(s): f4a0e7f

Update adapter_config.json

Browse files

changed task type from null to "CAUSAL_LM"

Files changed (1) hide show
  1. adapter_config.json +1 -1
adapter_config.json CHANGED
@@ -31,7 +31,7 @@
31
  "gate_proj",
32
  "k_proj"
33
  ],
34
- "task_type": null,
35
  "use_dora": false,
36
  "use_rslora": false
37
  }
 
31
  "gate_proj",
32
  "k_proj"
33
  ],
34
+ "task_type": "CAUSAL_LM",
35
  "use_dora": false,
36
  "use_rslora": false
37
  }