feat: add ia3
Browse files- ia3/adapter_config.json +19 -0
- ia3/adapter_model.bin +3 -0
ia3/adapter_config.json
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"auto_mapping": null,
|
3 |
+
"base_model_name_or_path": "google/flan-t5-large",
|
4 |
+
"fan_in_fan_out": false,
|
5 |
+
"feedforward_modules": [
|
6 |
+
"wo"
|
7 |
+
],
|
8 |
+
"inference_mode": true,
|
9 |
+
"init_ia3_weights": true,
|
10 |
+
"modules_to_save": null,
|
11 |
+
"peft_type": "IA3",
|
12 |
+
"revision": null,
|
13 |
+
"target_modules": [
|
14 |
+
"q",
|
15 |
+
"k",
|
16 |
+
"v"
|
17 |
+
],
|
18 |
+
"task_type": "SEQ_2_SEQ_LM"
|
19 |
+
}
|
ia3/adapter_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:37f102e27184df621a96167277e6d0ead419ddba571922548e1ec2c466375e0d
|
3 |
+
size 961453
|