tuanna08go
commited on
Training in progress, step 13
Browse files- adapter_config.json +2 -2
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -21,11 +21,11 @@
|
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
"gate_proj",
|
|
|
24 |
"o_proj",
|
25 |
"v_proj",
|
26 |
-
"up_proj",
|
27 |
-
"down_proj",
|
28 |
"q_proj",
|
|
|
29 |
"k_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
|
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
"gate_proj",
|
24 |
+
"down_proj",
|
25 |
"o_proj",
|
26 |
"v_proj",
|
|
|
|
|
27 |
"q_proj",
|
28 |
+
"up_proj",
|
29 |
"k_proj"
|
30 |
],
|
31 |
"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 36981072
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9d2aa0ee5eaa8f65a06718277d762a4bfb0338f5148362141e6b8977e2d73cc4
|
3 |
size 36981072
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 6776
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:285b7299698f125be3fc24951caddf4a06473df4e80b51e536b101a157790775
|
3 |
size 6776
|