atsuki-yamaguchi commited on
Commit
95e6bac
1 Parent(s): 70b6994

Upload adapter_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. adapter_config.json +33 -33
adapter_config.json CHANGED
@@ -1,35 +1,35 @@
1
  {
2
- "alpha_pattern": {},
3
- "auto_mapping": null,
4
- "base_model_name_or_path": "/fastdata/acp23ay/private/models/Llama-2-7b-hf-ja_2^15_50000-rand-proj-whole-2-tuned",
5
- "bias": "none",
6
- "fan_in_fan_out": false,
7
- "inference_mode": true,
8
- "init_lora_weights": true,
9
- "layers_pattern": null,
10
- "layers_to_transform": null,
11
- "loftq_config": {},
12
- "lora_alpha": 32,
13
- "lora_dropout": 0.05,
14
- "megatron_config": null,
15
- "megatron_core": "megatron.core",
16
- "modules_to_save": [
17
- "lm_head",
18
- "embed_tokens"
19
- ],
20
- "peft_type": "LORA",
21
- "r": 8,
22
- "rank_pattern": {},
23
- "revision": null,
24
- "target_modules": [
25
- "o_proj",
26
- "gate_proj",
27
- "down_proj",
28
- "q_proj",
29
- "v_proj",
30
- "up_proj",
31
- "k_proj"
32
- ],
33
- "task_type": "CAUSAL_LM",
34
- "use_rslora": false
35
  }
 
1
  {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "atsuki-yamaguchi/Llama-2-7b-hf-ja-30K-rand",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layers_pattern": null,
10
+ "layers_to_transform": null,
11
+ "loftq_config": {},
12
+ "lora_alpha": 32,
13
+ "lora_dropout": 0.05,
14
+ "megatron_config": null,
15
+ "megatron_core": "megatron.core",
16
+ "modules_to_save": [
17
+ "lm_head",
18
+ "embed_tokens"
19
+ ],
20
+ "peft_type": "LORA",
21
+ "r": 8,
22
+ "rank_pattern": {},
23
+ "revision": null,
24
+ "target_modules": [
25
+ "o_proj",
26
+ "gate_proj",
27
+ "down_proj",
28
+ "q_proj",
29
+ "v_proj",
30
+ "up_proj",
31
+ "k_proj"
32
+ ],
33
+ "task_type": "CAUSAL_LM",
34
+ "use_rslora": false
35
  }