Training in progress, step 5
Browse files- adapter_config.json +2 -2
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -24,9 +24,9 @@
|
|
24 |
"rank_pattern": {},
|
25 |
"revision": null,
|
26 |
"target_modules": [
|
27 |
-
"v_proj",
|
28 |
-
"q_proj",
|
29 |
"k_proj",
|
|
|
|
|
30 |
"o_proj"
|
31 |
],
|
32 |
"task_type": "CAUSAL_LM",
|
|
|
24 |
"rank_pattern": {},
|
25 |
"revision": null,
|
26 |
"target_modules": [
|
|
|
|
|
27 |
"k_proj",
|
28 |
+
"q_proj",
|
29 |
+
"v_proj",
|
30 |
"o_proj"
|
31 |
],
|
32 |
"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 504657912
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2d42f463634610cae0665ef86c194bb2c27f7a1be3f4d86625c74ccff33f18fb
|
3 |
size 504657912
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 6008
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e66b1c2af4438cdf45d03ae5829b147cb09cf0cc280561a9a5efee4736ff0993
|
3 |
size 6008
|