KyomaP commited on
Commit
ea14538
·
verified ·
1 Parent(s): 187fed3

Training in progress, epoch 3

Browse files
Files changed (1) hide show
  1. adapter_config.json +3 -3
adapter_config.json CHANGED
@@ -25,10 +25,10 @@
25
  "rank_pattern": {},
26
  "revision": null,
27
  "target_modules": [
28
- "in_proj",
29
  "embeddings",
30
- "out_proj",
31
- "x_proj"
32
  ],
33
  "task_type": "CAUSAL_LM",
34
  "use_dora": false,
 
25
  "rank_pattern": {},
26
  "revision": null,
27
  "target_modules": [
28
+ "x_proj",
29
  "embeddings",
30
+ "in_proj",
31
+ "out_proj"
32
  ],
33
  "task_type": "CAUSAL_LM",
34
  "use_dora": false,