raniero commited on
Commit
92ba4a3
·
verified ·
1 Parent(s): d73f6e6

Upload adapter_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. adapter_config.json +1 -1
adapter_config.json CHANGED
@@ -6,7 +6,7 @@
6
  "task_type": "CAUSAL_LM",
7
  "inference_mode": false,
8
  "r": 8,
9
- "target_modules": "{'q_proj', 'v_proj'}",
10
  "lora_alpha": 16,
11
  "lora_dropout": 0.1,
12
  "fan_in_fan_out": false,
 
6
  "task_type": "CAUSAL_LM",
7
  "inference_mode": false,
8
  "r": 8,
9
+ "target_modules": "{'v_proj', 'q_proj'}",
10
  "lora_alpha": 16,
11
  "lora_dropout": 0.1,
12
  "fan_in_fan_out": false,