Training in progress, epoch 1
Browse files- adapter_config.json +2 -2
- adapter_model.bin +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -17,9 +17,9 @@
|
|
17 |
"revision": null,
|
18 |
"target_modules": [
|
19 |
"fc1",
|
20 |
-
"
|
21 |
"Wqkv",
|
22 |
-
"
|
23 |
],
|
24 |
"task_type": "QUESTION_ANS"
|
25 |
}
|
|
|
17 |
"revision": null,
|
18 |
"target_modules": [
|
19 |
"fc1",
|
20 |
+
"fc2",
|
21 |
"Wqkv",
|
22 |
+
"out_proj"
|
23 |
],
|
24 |
"task_type": "QUESTION_ANS"
|
25 |
}
|
adapter_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 50398285
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d13b3e893ffc046cad82fbf3471ed2151be990cd9e5124ac0f37eb57ec2feea2
|
3 |
size 50398285
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4027
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7b1302fe39db19ff257c13be3fc8146dc519d6bc8e13d6adb6b429ae2083c59c
|
3 |
size 4027
|