HoeioUser commited on
Commit
3ba48f3
·
verified ·
1 Parent(s): 7d15e5f

Delete experts/expert_0

Browse files
Files changed (1) hide show
  1. experts/expert_0 +0 -37
experts/expert_0 DELETED
@@ -1,37 +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-7B-Instruct",
8
- "bias": "none",
9
- "fan_in_fan_out": false,
10
- "inference_mode": true,
11
- "init_lora_weights": true,
12
- "layer_replication": null,
13
- "layers_pattern": null,
14
- "layers_to_transform": null,
15
- "loftq_config": {},
16
- "lora_alpha": 64,
17
- "lora_dropout": 0.1,
18
- "megatron_config": null,
19
- "megatron_core": "megatron.core",
20
- "modules_to_save": null,
21
- "peft_type": "LORA",
22
- "r": 32,
23
- "rank_pattern": {},
24
- "revision": null,
25
- "target_modules": [
26
- "q_proj",
27
- "v_proj",
28
- "up_proj",
29
- "lm_head",
30
- "o_proj",
31
- "gate_proj",
32
- "down_proj"
33
- ],
34
- "task_type": null,
35
- "use_dora": false,
36
- "use_rslora": false
37
- }