atsuki-yamaguchi
commited on
Commit
•
f3df348
1
Parent(s):
7c150ca
Upload adapter_config.json with huggingface_hub
Browse files- adapter_config.json +33 -33
adapter_config.json
CHANGED
@@ -1,35 +1,35 @@
|
|
1 |
{
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
}
|
|
|
1 |
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "atsuki-yamaguchi/Llama-2-7b-hf-ja-30K-focus",
|
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 |
+
"up_proj",
|
26 |
+
"v_proj",
|
27 |
+
"k_proj",
|
28 |
+
"o_proj",
|
29 |
+
"gate_proj",
|
30 |
+
"down_proj",
|
31 |
+
"q_proj"
|
32 |
+
],
|
33 |
+
"task_type": "CAUSAL_LM",
|
34 |
+
"use_rslora": false
|
35 |
}
|