UlrickBL commited on
Commit
baab02c
·
verified ·
1 Parent(s): b41d441

Upload adapter_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. adapter_config.json +2 -7
adapter_config.json CHANGED
@@ -6,7 +6,6 @@
6
  },
7
  "base_model_name_or_path": "Qwen/Qwen3-VL-2B-Instruct",
8
  "bias": "none",
9
- "corda_config": null,
10
  "eva_config": null,
11
  "exclude_modules": null,
12
  "fan_in_fan_out": false,
@@ -23,20 +22,16 @@
23
  "megatron_core": "megatron.core",
24
  "modules_to_save": null,
25
  "peft_type": "LORA",
26
- "qalora_group_size": 16,
27
  "r": 16,
28
  "rank_pattern": {},
29
  "revision": null,
30
  "target_modules": [
31
- "up_proj",
32
  "base_layer",
 
33
  "gate_proj",
34
- "qkv"
35
  ],
36
- "target_parameters": null,
37
  "task_type": null,
38
- "trainable_token_indices": null,
39
  "use_dora": false,
40
- "use_qalora": false,
41
  "use_rslora": false
42
  }
 
6
  },
7
  "base_model_name_or_path": "Qwen/Qwen3-VL-2B-Instruct",
8
  "bias": "none",
 
9
  "eva_config": null,
10
  "exclude_modules": null,
11
  "fan_in_fan_out": false,
 
22
  "megatron_core": "megatron.core",
23
  "modules_to_save": null,
24
  "peft_type": "LORA",
 
25
  "r": 16,
26
  "rank_pattern": {},
27
  "revision": null,
28
  "target_modules": [
 
29
  "base_layer",
30
+ "qkv",
31
  "gate_proj",
32
+ "up_proj"
33
  ],
 
34
  "task_type": null,
 
35
  "use_dora": false,
 
36
  "use_rslora": false
37
  }