Spaces:
Running
Running
Initial commit of adaptor files
Browse files
phi2_adaptor_fine_tuned/adapter_config.json
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": {
|
4 |
+
"base_model_class": "PhiForCausalLM",
|
5 |
+
"parent_library": "transformers_modules.microsoft.phi-2.cb02e3efd822d6dbc1ca7e0dff31c29a11550411.modeling_phi"
|
6 |
+
},
|
7 |
+
"base_model_name_or_path": "microsoft/phi-2",
|
8 |
+
"bias": "none",
|
9 |
+
"fan_in_fan_out": false,
|
10 |
+
"inference_mode": true,
|
11 |
+
"init_lora_weights": true,
|
12 |
+
"layers_pattern": null,
|
13 |
+
"layers_to_transform": null,
|
14 |
+
"loftq_config": {},
|
15 |
+
"lora_alpha": 16,
|
16 |
+
"lora_dropout": 0.1,
|
17 |
+
"megatron_config": null,
|
18 |
+
"megatron_core": "megatron.core",
|
19 |
+
"modules_to_save": null,
|
20 |
+
"peft_type": "LORA",
|
21 |
+
"r": 64,
|
22 |
+
"rank_pattern": {},
|
23 |
+
"revision": null,
|
24 |
+
"target_modules": [
|
25 |
+
"fc2",
|
26 |
+
"fc1",
|
27 |
+
"out_proj",
|
28 |
+
"Wqkv"
|
29 |
+
],
|
30 |
+
"task_type": null
|
31 |
+
}
|
phi2_adaptor_fine_tuned/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ef13f8dac86c856f0ec2c6847f6a0b058b2387bba0b896b89b7cd2cc835b5965
|
3 |
+
size 209731504
|