hipnologo commited on
Commit
ba44eaf
·
verified ·
1 Parent(s): 190c267

Update adapter_config.json

Browse files

Fixed task_type to "CAUSAL_LM"

Files changed (1) hide show
  1. adapter_config.json +1 -1
adapter_config.json CHANGED
@@ -29,7 +29,7 @@
29
  "v_proj",
30
  "q_proj"
31
  ],
32
- "task_type": "text-generation",
33
  "use_dora": false,
34
  "use_rslora": false
35
  }
 
29
  "v_proj",
30
  "q_proj"
31
  ],
32
+ "task_type": "CAUSAL_LM",
33
  "use_dora": false,
34
  "use_rslora": false
35
  }