Issactoto commited on
Commit
f366bfa
·
verified ·
1 Parent(s): f66fbf9

Upload adapter_config.json with huggingface_hub

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