Upload model
Browse files- adapter_config.json +35 -0
- adapter_model.bin +3 -0
adapter_config.json
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"adapter_emb_size": 512,
|
3 |
+
"adaptive_ratio": 0.01,
|
4 |
+
"adaptive_ratio_decay": 1.0,
|
5 |
+
"allow_empty_lora": false,
|
6 |
+
"auto_mapping": null,
|
7 |
+
"base_model_name_or_path": "allenai/OLMo-1B",
|
8 |
+
"bias": "none",
|
9 |
+
"dynamic_adapter_pool": true,
|
10 |
+
"enable_lora": null,
|
11 |
+
"fan_in_fan_out": false,
|
12 |
+
"inference_mode": true,
|
13 |
+
"input_based_adapter_selection": false,
|
14 |
+
"insert_zero_lora": false,
|
15 |
+
"layer_to_lora": [],
|
16 |
+
"lora_alpha": 16,
|
17 |
+
"lora_dropout": 0.05,
|
18 |
+
"merge_weights": false,
|
19 |
+
"modules_to_save": null,
|
20 |
+
"number_of_adapter_pre_layer": 8,
|
21 |
+
"ot_diversified_dispatcher": false,
|
22 |
+
"peft_type": "MA_LORA",
|
23 |
+
"pool_selective_inference": true,
|
24 |
+
"pool_selective_training": true,
|
25 |
+
"r": 16,
|
26 |
+
"random_routing": false,
|
27 |
+
"random_routing_inference": false,
|
28 |
+
"selective_num": 8,
|
29 |
+
"simple_hidden_matching": true,
|
30 |
+
"simple_instance_matching": true,
|
31 |
+
"target_modules": [
|
32 |
+
"att_proj"
|
33 |
+
],
|
34 |
+
"task_type": "CAUSAL_LM"
|
35 |
+
}
|
adapter_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:35c3792059b6c44c251ea846a3dbf62c3acc07cdac8b2d0b174e0d7774b6ef84
|
3 |
+
size 80336326
|