andrewqin commited on
Commit
5484b67
·
verified ·
1 Parent(s): 6fc28fd

Upload LoRA adapter after fine-tuning

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