sagnikrayc
commited on
Commit
•
274da37
1
Parent(s):
54c70e4
Upload model
Browse files- adapter_config.json +21 -0
- adapter_model.bin +3 -0
adapter_config.json
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"adapter_dropout": 0.0,
|
3 |
+
"base_model_name_or_path": "facebook/opt-350m",
|
4 |
+
"bias": "none",
|
5 |
+
"bottleneck_size": 64,
|
6 |
+
"inference_mode": true,
|
7 |
+
"init_weights": "bert",
|
8 |
+
"modules_to_save": [
|
9 |
+
"qa_outputs"
|
10 |
+
],
|
11 |
+
"non_linearity": "relu",
|
12 |
+
"peft_type": "BOTTLENECK",
|
13 |
+
"scaling": 1.0,
|
14 |
+
"target_modules": [
|
15 |
+
"fc1",
|
16 |
+
"fc2"
|
17 |
+
],
|
18 |
+
"task_type": "QA",
|
19 |
+
"use_adapterp": false,
|
20 |
+
"use_parallel_adapter": false
|
21 |
+
}
|
adapter_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fa638b856ddf8b6591d00a8adb1413019246c621000f47de8570d2dd2fb618f3
|
3 |
+
size 25204052
|