Training in progress, epoch 1
Browse files- adapter_config.json +5 -5
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -16,13 +16,13 @@
|
|
16 |
"rank_pattern": {},
|
17 |
"revision": null,
|
18 |
"target_modules": [
|
19 |
-
"down_proj",
|
20 |
-
"v_proj",
|
21 |
"k_proj",
|
22 |
-
"gate_proj",
|
23 |
-
"q_proj",
|
24 |
"o_proj",
|
25 |
-
"up_proj"
|
|
|
|
|
|
|
|
|
26 |
],
|
27 |
"task_type": "CAUSAL_LM"
|
28 |
}
|
|
|
16 |
"rank_pattern": {},
|
17 |
"revision": null,
|
18 |
"target_modules": [
|
|
|
|
|
19 |
"k_proj",
|
|
|
|
|
20 |
"o_proj",
|
21 |
+
"up_proj",
|
22 |
+
"down_proj",
|
23 |
+
"q_proj",
|
24 |
+
"gate_proj",
|
25 |
+
"v_proj"
|
26 |
],
|
27 |
"task_type": "CAUSAL_LM"
|
28 |
}
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 80013120
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:40e5d2b92950f81c31c9b7f1060503a9d1f6e0a7c2fa60f43a257004fad3f923
|
3 |
size 80013120
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4600
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:73bb3ca9809e74803af1f01d79aa962ec092d6f622656eaff98d0e608254b105
|
3 |
size 4600
|