shau1905 commited on
Commit
917e42a
·
verified ·
1 Parent(s): 4f96584

Update adapter_config.json

Browse files
Files changed (1) hide show
  1. adapter_config.json +0 -11
adapter_config.json CHANGED
@@ -1,6 +1,5 @@
1
  {
2
  "alpha_pattern": {},
3
- "arrow_config": null,
4
  "auto_mapping": {
5
  "base_model_class": "MistralForCausalLM",
6
  "parent_library": "transformers.models.mistral.modeling_mistral",
@@ -8,10 +7,6 @@
8
  },
9
  "base_model_name_or_path": "unsloth/phi-3-mini-4k-instruct-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,
@@ -20,15 +15,12 @@
20
  "layers_to_transform": null,
21
  "loftq_config": {},
22
  "lora_alpha": 32,
23
- "lora_bias": false,
24
  "lora_dropout": 0.05,
25
- "lora_ga_config": null,
26
  "megatron_config": null,
27
  "megatron_core": "megatron.core",
28
  "modules_to_save": null,
29
  "peft_type": "LORA",
30
  "peft_version": "0.19.1",
31
- "qalora_group_size": 16,
32
  "r": 16,
33
  "rank_pattern": {},
34
  "revision": null,
@@ -43,9 +35,6 @@
43
  ],
44
  "target_parameters": null,
45
  "task_type": "CAUSAL_LM",
46
- "trainable_token_indices": null,
47
- "use_bdlora": null,
48
  "use_dora": false,
49
- "use_qalora": false,
50
  "use_rslora": false
51
  }
 
1
  {
2
  "alpha_pattern": {},
 
3
  "auto_mapping": {
4
  "base_model_class": "MistralForCausalLM",
5
  "parent_library": "transformers.models.mistral.modeling_mistral",
 
7
  },
8
  "base_model_name_or_path": "unsloth/phi-3-mini-4k-instruct-bnb-4bit",
9
  "bias": "none",
 
 
 
 
10
  "fan_in_fan_out": false,
11
  "inference_mode": true,
12
  "init_lora_weights": true,
 
15
  "layers_to_transform": null,
16
  "loftq_config": {},
17
  "lora_alpha": 32,
 
18
  "lora_dropout": 0.05,
 
19
  "megatron_config": null,
20
  "megatron_core": "megatron.core",
21
  "modules_to_save": null,
22
  "peft_type": "LORA",
23
  "peft_version": "0.19.1",
 
24
  "r": 16,
25
  "rank_pattern": {},
26
  "revision": null,
 
35
  ],
36
  "target_parameters": null,
37
  "task_type": "CAUSAL_LM",
 
 
38
  "use_dora": false,
 
39
  "use_rslora": false
40
  }