Update adapter
Browse filesUnderlying trl model has been removed.
Now using peft-internal-testing/tiny-T5ForConditionalGeneration.
- adapter_config.json +14 -3
- adapter_model.safetensors +3 -0
adapter_config.json
CHANGED
@@ -1,20 +1,31 @@
|
|
1 |
{
|
|
|
|
|
2 |
"base_model_name_or_path": "peft-internal-testing/tiny-T5ForConditionalGeneration",
|
3 |
"bias": "none",
|
|
|
|
|
4 |
"fan_in_fan_out": false,
|
5 |
"inference_mode": true,
|
6 |
"init_lora_weights": true,
|
|
|
7 |
"layers_pattern": null,
|
8 |
"layers_to_transform": null,
|
9 |
-
"
|
10 |
-
"
|
|
|
|
|
|
|
11 |
"modules_to_save": null,
|
12 |
"peft_type": "LORA",
|
13 |
"r": 8,
|
|
|
14 |
"revision": null,
|
15 |
"target_modules": [
|
16 |
"q",
|
17 |
"v"
|
18 |
],
|
19 |
-
"task_type": "SEQ_2_SEQ_LM"
|
|
|
|
|
20 |
}
|
|
|
1 |
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
"base_model_name_or_path": "peft-internal-testing/tiny-T5ForConditionalGeneration",
|
5 |
"bias": "none",
|
6 |
+
"eva_config": null,
|
7 |
+
"exclude_modules": null,
|
8 |
"fan_in_fan_out": false,
|
9 |
"inference_mode": true,
|
10 |
"init_lora_weights": true,
|
11 |
+
"layer_replication": null,
|
12 |
"layers_pattern": null,
|
13 |
"layers_to_transform": null,
|
14 |
+
"loftq_config": {},
|
15 |
+
"lora_alpha": 8,
|
16 |
+
"lora_dropout": 0.0,
|
17 |
+
"megatron_config": null,
|
18 |
+
"megatron_core": "megatron.core",
|
19 |
"modules_to_save": null,
|
20 |
"peft_type": "LORA",
|
21 |
"r": 8,
|
22 |
+
"rank_pattern": {},
|
23 |
"revision": null,
|
24 |
"target_modules": [
|
25 |
"q",
|
26 |
"v"
|
27 |
],
|
28 |
+
"task_type": "SEQ_2_SEQ_LM",
|
29 |
+
"use_dora": false,
|
30 |
+
"use_rslora": false
|
31 |
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c0c308597f979958cd0448febe4effd6568c0e2c11d8864cdf98d8c9314de44d
|
3 |
+
size 46488
|