pandoradox commited on
Commit
667f70a
·
verified ·
1 Parent(s): 019aa91

Delete adapter_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. adapter_config.json +0 -45
adapter_config.json DELETED
@@ -1,45 +0,0 @@
1
- {
2
- "alpha_pattern": {},
3
- "auto_mapping": {
4
- "base_model_class": "Qwen2ForCausalLM",
5
- "parent_library": "transformers.models.qwen2.modeling_qwen2"
6
- },
7
- "base_model_name_or_path": "Qwen/Qwen2.5-7B-Instruct",
8
- "bias": "none",
9
- "corda_config": null,
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": 16,
20
- "lora_bias": false,
21
- "lora_dropout": 0.05,
22
- "megatron_config": null,
23
- "megatron_core": "megatron.core",
24
- "modules_to_save": null,
25
- "peft_type": "LORA",
26
- "qalora_group_size": 16,
27
- "r": 8,
28
- "rank_pattern": {},
29
- "revision": null,
30
- "target_modules": [
31
- "o_proj",
32
- "q_proj",
33
- "gate_proj",
34
- "up_proj",
35
- "down_proj",
36
- "k_proj",
37
- "v_proj"
38
- ],
39
- "target_parameters": null,
40
- "task_type": null,
41
- "trainable_token_indices": null,
42
- "use_dora": false,
43
- "use_qalora": false,
44
- "use_rslora": "True"
45
- }