deepapaikar
commited on
Commit
•
9d5adda
1
Parent(s):
f4abc4a
Training in progress, epoch 0
Browse files- adapter_config.json +3 -2
- adapter_model.safetensors +1 -1
- training_args.bin +2 -2
adapter_config.json
CHANGED
@@ -20,9 +20,10 @@
|
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
"Wqkv",
|
23 |
-
"
|
24 |
-
"
|
25 |
],
|
26 |
"task_type": "CAUSAL_LM",
|
|
|
27 |
"use_rslora": false
|
28 |
}
|
|
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
"Wqkv",
|
23 |
+
"fc2",
|
24 |
+
"fc1"
|
25 |
],
|
26 |
"task_type": "CAUSAL_LM",
|
27 |
+
"use_dora": false,
|
28 |
"use_rslora": false
|
29 |
}
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 104873776
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4180c5573d71c3b6d386c137adab9f60b28df8db5986850ca4e1fbeb1f794113
|
3 |
size 104873776
|
training_args.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:2eb54361d030343ab4829a85f71aea8663749e29a813f7af792e316f10168bee
|
3 |
+
size 4856
|