Training in progress, epoch 0
Browse files- adapter_config.json +3 -1
- adapter_model.bin +2 -2
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -16,8 +16,10 @@
|
|
16 |
"rank_pattern": {},
|
17 |
"revision": null,
|
18 |
"target_modules": [
|
|
|
19 |
"out_proj",
|
|
|
20 |
"Wqkv"
|
21 |
],
|
22 |
-
"task_type": "
|
23 |
}
|
|
|
16 |
"rank_pattern": {},
|
17 |
"revision": null,
|
18 |
"target_modules": [
|
19 |
+
"fc2",
|
20 |
"out_proj",
|
21 |
+
"fc1",
|
22 |
"Wqkv"
|
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
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3f6e1f5a44dd241613e6a454927c43068034f2a84b3b8239ebd340b8e9b739f5
|
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:d946614dd4edff89782b3a64f422bccab62da11c1232a70fcea40550b91e3046
|
3 |
size 4027
|