mark-22 commited on
Commit
007b09f
·
verified ·
1 Parent(s): b27b3f4

Update adapter_config.json

Browse files
Files changed (1) hide show
  1. adapter_config.json +10 -35
adapter_config.json CHANGED
@@ -1,45 +1,20 @@
1
  {
2
- "alora_invocation_tokens": null,
3
- "alpha_pattern": {},
4
- "arrow_config": null,
5
- "auto_mapping": {
6
- "base_model_class": "Qwen3ForCausalLM",
7
- "parent_library": "transformers.models.qwen3.modeling_qwen3",
8
- },
9
  "base_model_name_or_path": "unsloth/qwen3-4b-instruct-2507-unsloth-bnb-4bit",
10
- "bias": "none",
11
- "corda_config": null,
12
- "ensure_weight_tying": false,
13
- "eva_config": null,
14
- "exclude_modules": null,
15
- "fan_in_fan_out": false,
16
- "inference_mode": true,
17
- "init_lora_weights": true,
18
- "layer_replication": null,
19
- "layers_pattern": null,
20
- "layers_to_transform": null,
21
- "loftq_config": {},
22
- "lora_alpha": 128,
23
- "lora_bias": false,
24
- "lora_dropout": 0.0,
25
- "megatron_config": null,
26
- "megatron_core": "megatron.core",
27
- "modules_to_save": null,
28
  "peft_type": "LORA",
29
- "peft_version": "0.18.1",
30
- "qalora_group_size": 16,
31
  "r": 64,
32
- "rank_pattern": {},
33
- "revision": null,
34
  "target_modules": [
35
  "down_proj",
36
  "k_proj",
37
  "q_proj",
38
  "gate_proj"
39
  ],
40
- "target_parameters": null,
41
- "task_type": "CAUSAL_LM",
42
- "trainable_token_indices": null,
43
- "use_dora": false,
44
- "use_qalora": false,
45
- "use_rslora": false
 
 
1
  {
 
 
 
 
 
 
 
2
  "base_model_name_or_path": "unsloth/qwen3-4b-instruct-2507-unsloth-bnb-4bit",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  "peft_type": "LORA",
4
+ "task_type": "CAUSAL_LM",
 
5
  "r": 64,
6
+ "lora_alpha": 128,
7
+ "lora_dropout": 0.0,
8
  "target_modules": [
9
  "down_proj",
10
  "k_proj",
11
  "q_proj",
12
  "gate_proj"
13
  ],
14
+ "bias": "none",
15
+ "inference_mode": true,
16
+ "init_lora_weights": true,
17
+ "fan_in_fan_out": false,
18
+ "modules_to_save": null,
19
+ "revision": null
20
+ }