ClaudiaIoana550
commited on
Commit
•
b05c4e7
1
Parent(s):
d71c27e
Upload model
Browse files- adapter_config.json +1 -9
- adapter_model.bin +2 -2
adapter_config.json
CHANGED
@@ -1,6 +1,4 @@
|
|
1 |
{
|
2 |
-
"alpha_pattern": {},
|
3 |
-
"auto_mapping": null,
|
4 |
"base_model_name_or_path": "tiiuae/falcon-7b",
|
5 |
"bias": "none",
|
6 |
"fan_in_fan_out": false,
|
@@ -8,20 +6,14 @@
|
|
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": null,
|
17 |
"peft_type": "LORA",
|
18 |
"r": 16,
|
19 |
-
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
"query_key_value"
|
23 |
],
|
24 |
-
"task_type": "CAUSAL_LM"
|
25 |
-
"use_dora": false,
|
26 |
-
"use_rslora": false
|
27 |
}
|
|
|
1 |
{
|
|
|
|
|
2 |
"base_model_name_or_path": "tiiuae/falcon-7b",
|
3 |
"bias": "none",
|
4 |
"fan_in_fan_out": false,
|
|
|
6 |
"init_lora_weights": true,
|
7 |
"layers_pattern": null,
|
8 |
"layers_to_transform": null,
|
|
|
9 |
"lora_alpha": 32,
|
10 |
"lora_dropout": 0.05,
|
|
|
|
|
11 |
"modules_to_save": null,
|
12 |
"peft_type": "LORA",
|
13 |
"r": 16,
|
|
|
14 |
"revision": null,
|
15 |
"target_modules": [
|
16 |
"query_key_value"
|
17 |
],
|
18 |
+
"task_type": "CAUSAL_LM"
|
|
|
|
|
19 |
}
|
adapter_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:988c3eb0831c8b3ea038fb691b645300572bd43d62999ad4745ad90a9b9e78fd
|
3 |
+
size 18897329
|