sjrhuschlee
commited on
Commit
•
e12da90
1
Parent(s):
c067bc2
Upload adapter_config.json with huggingface_hub
Browse files- adapter_config.json +24 -0
adapter_config.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"base_model_name_or_path": "google/flan-t5-large",
|
3 |
+
"bias": "none",
|
4 |
+
"fan_in_fan_out": false,
|
5 |
+
"inference_mode": true,
|
6 |
+
"init_lora_weights": true,
|
7 |
+
"lora_alpha": 32,
|
8 |
+
"lora_dropout": 0.1,
|
9 |
+
"modules_to_save": [
|
10 |
+
"qa_outputs"
|
11 |
+
],
|
12 |
+
"peft_type": "LORA",
|
13 |
+
"r": 8,
|
14 |
+
"target_modules": [
|
15 |
+
"q",
|
16 |
+
"k",
|
17 |
+
"v",
|
18 |
+
"o",
|
19 |
+
"wi_0",
|
20 |
+
"wi_1",
|
21 |
+
"wo"
|
22 |
+
],
|
23 |
+
"task_type": "QUESTION_ANS"
|
24 |
+
}
|