yeok commited on
Commit
18b1fd6
·
verified ·
1 Parent(s): 8e43fcd

Save upon exception at 0 (Trained with Unsloth)

Browse files
Files changed (1) hide show
  1. adapter_config.json +3 -3
adapter_config.json CHANGED
@@ -26,11 +26,11 @@
26
  "target_modules": [
27
  "up_proj",
28
  "o_proj",
 
29
  "v_proj",
 
30
  "q_proj",
31
- "k_proj",
32
- "down_proj",
33
- "gate_proj"
34
  ],
35
  "task_type": "CAUSAL_LM",
36
  "trainable_token_indices": null,
 
26
  "target_modules": [
27
  "up_proj",
28
  "o_proj",
29
+ "k_proj",
30
  "v_proj",
31
+ "gate_proj",
32
  "q_proj",
33
+ "down_proj"
 
 
34
  ],
35
  "task_type": "CAUSAL_LM",
36
  "trainable_token_indices": null,