Training in progress, epoch 1
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -24,13 +24,13 @@
|
|
24 |
"rank_pattern": {},
|
25 |
"revision": null,
|
26 |
"target_modules": [
|
27 |
-
"
|
28 |
"up_proj",
|
29 |
-
"
|
30 |
"o_proj",
|
31 |
-
"gate_proj",
|
32 |
"v_proj",
|
33 |
-
"
|
|
|
34 |
],
|
35 |
"task_type": "CAUSAL_LM",
|
36 |
"trainable_token_indices": null,
|
|
|
24 |
"rank_pattern": {},
|
25 |
"revision": null,
|
26 |
"target_modules": [
|
27 |
+
"q_proj",
|
28 |
"up_proj",
|
29 |
+
"k_proj",
|
30 |
"o_proj",
|
|
|
31 |
"v_proj",
|
32 |
+
"gate_proj",
|
33 |
+
"down_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 78480072
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ee3056dc7a081b66a2a30c7356f9a09ecd6933ce84576cc2d3617c9b8238d1f5
|
3 |
size 78480072
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 6097
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:40b82093b87852f57ae8e7633f8c90317b964173e07946e5056524d72f3e943e
|
3 |
size 6097
|