Create PR
Browse files- adapter_config.json +7 -2
- adapter_model.bin +2 -2
adapter_config.json
CHANGED
@@ -1,15 +1,20 @@
|
|
1 |
{
|
|
|
|
|
2 |
"base_model_name_or_path": "google/flan-t5-large",
|
3 |
"bias": "none",
|
4 |
-
"enable_lora": null,
|
5 |
"fan_in_fan_out": false,
|
6 |
"inference_mode": true,
|
|
|
|
|
|
|
7 |
"lora_alpha": 32,
|
8 |
"lora_dropout": 0.05,
|
9 |
-
"merge_weights": false,
|
10 |
"modules_to_save": null,
|
11 |
"peft_type": "LORA",
|
12 |
"r": 16,
|
|
|
|
|
13 |
"target_modules": [
|
14 |
"q",
|
15 |
"v"
|
|
|
1 |
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
"base_model_name_or_path": "google/flan-t5-large",
|
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 |
"lora_alpha": 32,
|
12 |
"lora_dropout": 0.05,
|
|
|
13 |
"modules_to_save": null,
|
14 |
"peft_type": "LORA",
|
15 |
"r": 16,
|
16 |
+
"rank_pattern": {},
|
17 |
+
"revision": null,
|
18 |
"target_modules": [
|
19 |
"q",
|
20 |
"v"
|
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:90460ff01dd1e717d81372255612603ba4f7e867bb7a4273ed17d6ec8835afe2
|
3 |
+
size 18976397
|