Training in progress, step 1275
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
|
@@ -24,12 +24,12 @@
|
|
| 24 |
"rank_pattern": {},
|
| 25 |
"revision": null,
|
| 26 |
"target_modules": [
|
| 27 |
-
"k_proj",
|
| 28 |
-
"w3",
|
| 29 |
-
"w2",
|
| 30 |
-
"q_proj",
|
| 31 |
"w1",
|
| 32 |
"o_proj",
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
"v_proj"
|
| 34 |
],
|
| 35 |
"task_type": "CAUSAL_LM",
|
|
|
|
| 24 |
"rank_pattern": {},
|
| 25 |
"revision": null,
|
| 26 |
"target_modules": [
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |
"w1",
|
| 28 |
"o_proj",
|
| 29 |
+
"q_proj",
|
| 30 |
+
"w3",
|
| 31 |
+
"w2",
|
| 32 |
+
"k_proj",
|
| 33 |
"v_proj"
|
| 34 |
],
|
| 35 |
"task_type": "CAUSAL_LM",
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 960760928
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fbd34b78a9f2fa0f3534acafc3a3027ba7dd414eb7897cc35e94fa9dddb86009
|
| 3 |
size 960760928
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5752
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:28826363ddcfec0b4ae2751912fc771996b5b100051573f347254831c94e6efe
|
| 3 |
size 5752
|