sanjanatule commited on
Commit
e1d020b
1 Parent(s): 0961aee

Upload 3 files

Browse files
model_chkpt/lora_adaptor/adapter_config.json CHANGED
@@ -20,10 +20,10 @@
20
  "revision": null,
21
  "target_modules": [
22
  "fc1",
23
- "q_proj",
24
- "v_proj",
25
  "fc2",
26
- "k_proj"
 
 
27
  ],
28
  "task_type": "CAUSAL_LM"
29
  }
 
20
  "revision": null,
21
  "target_modules": [
22
  "fc1",
 
 
23
  "fc2",
24
+ "k_proj",
25
+ "v_proj",
26
+ "q_proj"
27
  ],
28
  "task_type": "CAUSAL_LM"
29
  }