surya-narayanan
commited on
Commit
•
ad91d17
1
Parent(s):
1d50892
Training in progress, epoch 1
Browse files- adapter_config.json +2 -2
- adapter_model.safetensors +1 -1
- training_args.bin +2 -2
adapter_config.json
CHANGED
@@ -26,9 +26,9 @@
|
|
26 |
"revision": null,
|
27 |
"target_modules": [
|
28 |
"v_proj",
|
|
|
29 |
"q_proj",
|
30 |
-
"o_proj"
|
31 |
-
"k_proj"
|
32 |
],
|
33 |
"task_type": null,
|
34 |
"use_dora": false,
|
|
|
26 |
"revision": null,
|
27 |
"target_modules": [
|
28 |
"v_proj",
|
29 |
+
"k_proj",
|
30 |
"q_proj",
|
31 |
+
"o_proj"
|
|
|
32 |
],
|
33 |
"task_type": null,
|
34 |
"use_dora": false,
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 109086416
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a05c947d50f587568e2f64f7fd59debd09b17af09f345c3c0f6fff699071a386
|
3 |
size 109086416
|
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:e98b3e23ca9ec102f8460ebe018ceb99928f0b90be8502c4f4d6f8eb62d29361
|
3 |
+
size 5048
|