Upload folder using huggingface_hub
Browse files- adapter_config.json +64 -0
- adapter_model.safetensors +3 -0
adapter_config.json
ADDED
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "unsloth/gemma-2-9b-it-bnb-4bit",
|
5 |
+
"bias": "none",
|
6 |
+
"fan_in_fan_out": false,
|
7 |
+
"inference_mode": true,
|
8 |
+
"init_lora_weights": true,
|
9 |
+
"layer_replication": null,
|
10 |
+
"layers_pattern": null,
|
11 |
+
"layers_to_transform": [
|
12 |
+
16,
|
13 |
+
17,
|
14 |
+
18,
|
15 |
+
19,
|
16 |
+
20,
|
17 |
+
21,
|
18 |
+
22,
|
19 |
+
23,
|
20 |
+
24,
|
21 |
+
25,
|
22 |
+
26,
|
23 |
+
27,
|
24 |
+
28,
|
25 |
+
29,
|
26 |
+
30,
|
27 |
+
31,
|
28 |
+
32,
|
29 |
+
33,
|
30 |
+
34,
|
31 |
+
35,
|
32 |
+
36,
|
33 |
+
37,
|
34 |
+
38,
|
35 |
+
39,
|
36 |
+
40,
|
37 |
+
41
|
38 |
+
],
|
39 |
+
"loftq_config": {},
|
40 |
+
"lora_alpha": 32,
|
41 |
+
"lora_dropout": 0.05,
|
42 |
+
"megatron_config": null,
|
43 |
+
"megatron_core": "megatron.core",
|
44 |
+
"modules_to_save": [
|
45 |
+
"classifier",
|
46 |
+
"score",
|
47 |
+
"classifier",
|
48 |
+
"score",
|
49 |
+
"classifier",
|
50 |
+
"score"
|
51 |
+
],
|
52 |
+
"peft_type": "LORA",
|
53 |
+
"r": 16,
|
54 |
+
"rank_pattern": {},
|
55 |
+
"revision": null,
|
56 |
+
"target_modules": [
|
57 |
+
"k_proj",
|
58 |
+
"v_proj",
|
59 |
+
"q_proj"
|
60 |
+
],
|
61 |
+
"task_type": "SEQ_CLS",
|
62 |
+
"use_dora": false,
|
63 |
+
"use_rslora": false
|
64 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:da5ee202945c94d3d3db3693be1a86aef7b5820b2f2018c4a5db2e83121f2d6e
|
3 |
+
size 31565408
|