Training in progress, step 200
Browse files- adapter_config.json +3 -3
- adapter_model.safetensors +2 -2
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -27,12 +27,12 @@
|
|
27 |
"rank_pattern": {},
|
28 |
"revision": null,
|
29 |
"target_modules": [
|
|
|
|
|
30 |
"v_proj",
|
31 |
-
"gate_proj",
|
32 |
"o_proj",
|
33 |
"q_proj",
|
34 |
-
"
|
35 |
-
"k_proj"
|
36 |
],
|
37 |
"task_type": "CAUSAL_LM",
|
38 |
"trainable_token_indices": null,
|
|
|
27 |
"rank_pattern": {},
|
28 |
"revision": null,
|
29 |
"target_modules": [
|
30 |
+
"up_proj",
|
31 |
+
"k_proj",
|
32 |
"v_proj",
|
|
|
33 |
"o_proj",
|
34 |
"q_proj",
|
35 |
+
"gate_proj"
|
|
|
36 |
],
|
37 |
"task_type": "CAUSAL_LM",
|
38 |
"trainable_token_indices": null,
|
adapter_model.safetensors
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:cc68d74885b2809098efdb8a783d750bce7b5b9f18aebababbfe5599758631d3
|
3 |
+
size 344239792
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5368
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:734c585f7337b7c90cd164d9078d1358218fcc3dacdf4bdc8c9ffaa067c16f20
|
3 |
size 5368
|