Training in progress, step 100
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -25,12 +25,12 @@
|
|
25 |
"revision": null,
|
26 |
"target_modules": [
|
27 |
"o_proj",
|
28 |
-
"
|
29 |
-
"v_proj",
|
30 |
"k_proj",
|
31 |
-
"down_proj",
|
32 |
"up_proj",
|
33 |
-
"
|
|
|
|
|
34 |
],
|
35 |
"task_type": "CAUSAL_LM",
|
36 |
"trainable_token_indices": null,
|
|
|
25 |
"revision": null,
|
26 |
"target_modules": [
|
27 |
"o_proj",
|
28 |
+
"q_proj",
|
|
|
29 |
"k_proj",
|
|
|
30 |
"up_proj",
|
31 |
+
"gate_proj",
|
32 |
+
"down_proj",
|
33 |
+
"v_proj"
|
34 |
],
|
35 |
"task_type": "CAUSAL_LM",
|
36 |
"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 22573704
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6432c9253c90c3530c8135829d62c07287a055ded46f9e04e7a1ae5b43bf2b4d
|
3 |
size 22573704
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5560
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6e4b86a8547782fcf16c9bd602d33d7a883b20ee497412c5e4426a18d556dc9f
|
3 |
size 5560
|