arpitingle Amp commited on
Commit
d28ae02
·
1 Parent(s): 9f2bbc6

Fix task_type: change null to CAUSAL_LM string

Browse files

Amp-Thread-ID: https://ampcode.com/threads/T-019c434e-990d-76bd-aab2-68b63d62e81f
Co-authored-by: Amp <amp@ampcode.com>

Files changed (1) hide show
  1. adapter_config.json +1 -1
adapter_config.json CHANGED
@@ -41,7 +41,7 @@
41
  "down_proj"
42
  ],
43
  "target_parameters": null,
44
- "task_type": null,
45
  "trainable_token_indices": null,
46
  "use_dora": false,
47
  "use_qalora": false,
 
41
  "down_proj"
42
  ],
43
  "target_parameters": null,
44
+ "task_type": "CAUSAL_LM",
45
  "trainable_token_indices": null,
46
  "use_dora": false,
47
  "use_qalora": false,