marccgrau commited on
Commit
2ee1fc0
·
verified ·
1 Parent(s): 7f9c083

WavLM LoRA adapter (EAA system) | best MAE 1.566

Browse files
Files changed (1) hide show
  1. adapter_config.json +4 -4
adapter_config.json CHANGED
@@ -28,12 +28,12 @@
28
  "rank_pattern": {},
29
  "revision": null,
30
  "target_modules": [
 
 
 
31
  "k_proj",
32
  "q_proj",
33
- "out_proj",
34
- "v_proj",
35
- "fc2",
36
- "fc1"
37
  ],
38
  "target_parameters": null,
39
  "task_type": null,
 
28
  "rank_pattern": {},
29
  "revision": null,
30
  "target_modules": [
31
+ "fc1",
32
+ "fc2",
33
+ "out_proj",
34
  "k_proj",
35
  "q_proj",
36
+ "v_proj"
 
 
 
37
  ],
38
  "target_parameters": null,
39
  "task_type": null,