Commit ·
d28ae02
1
Parent(s): 9f2bbc6
Fix task_type: change null to CAUSAL_LM string
Browse filesAmp-Thread-ID: https://ampcode.com/threads/T-019c434e-990d-76bd-aab2-68b63d62e81f
Co-authored-by: Amp <amp@ampcode.com>
- adapter_config.json +1 -1
adapter_config.json
CHANGED
|
@@ -41,7 +41,7 @@
|
|
| 41 |
"down_proj"
|
| 42 |
],
|
| 43 |
"target_parameters": null,
|
| 44 |
-
"task_type":
|
| 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,
|