ToastyPigeon commited on
Commit
add5ce1
·
verified ·
1 Parent(s): c311480

Upload checkpoint-426/adapter_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. checkpoint-426/adapter_config.json +55 -0
checkpoint-426/adapter_config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": null,
6
+ "base_model_name_or_path": "Qwen/Qwen3.5-9B",
7
+ "bias": "none",
8
+ "corda_config": null,
9
+ "ensure_weight_tying": false,
10
+ "eva_config": null,
11
+ "exclude_modules": null,
12
+ "fan_in_fan_out": false,
13
+ "inference_mode": true,
14
+ "init_lora_weights": true,
15
+ "layer_replication": null,
16
+ "layers_pattern": null,
17
+ "layers_to_transform": null,
18
+ "loftq_config": {},
19
+ "lora_alpha": 512,
20
+ "lora_bias": false,
21
+ "lora_dropout": 0.0,
22
+ "megatron_config": null,
23
+ "megatron_core": "megatron.core",
24
+ "modules_to_save": null,
25
+ "peft_type": "LORA",
26
+ "peft_version": "0.18.1",
27
+ "qalora_group_size": 16,
28
+ "r": 64,
29
+ "rank_pattern": {},
30
+ "revision": null,
31
+ "target_modules": [
32
+ "in_proj_b",
33
+ "in_proj_z",
34
+ "up_proj",
35
+ "o_proj",
36
+ "in_proj_a",
37
+ "k_proj",
38
+ "down_proj",
39
+ "gate_proj",
40
+ "in_proj_qkv",
41
+ "linear_fc2",
42
+ "out_proj",
43
+ "qkv",
44
+ "q_proj",
45
+ "attn.proj",
46
+ "linear_fc1",
47
+ "v_proj"
48
+ ],
49
+ "target_parameters": null,
50
+ "task_type": "CAUSAL_LM",
51
+ "trainable_token_indices": null,
52
+ "use_dora": false,
53
+ "use_qalora": false,
54
+ "use_rslora": false
55
+ }