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
@@ -20,13 +20,13 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
|
|
|
|
23 |
"q_proj",
|
24 |
-
"k_proj",
|
25 |
"gate_proj",
|
|
|
26 |
"v_proj",
|
27 |
-
"
|
28 |
-
"up_proj",
|
29 |
-
"o_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
+
"down_proj",
|
24 |
+
"o_proj",
|
25 |
"q_proj",
|
|
|
26 |
"gate_proj",
|
27 |
+
"k_proj",
|
28 |
"v_proj",
|
29 |
+
"up_proj"
|
|
|
|
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 20814440
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e969dca3c1bd3c87e9aeebeb57826e4069d1b7765370c1d4740a56ddcf502e6f
|
3 |
size 20814440
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5432
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:84ee800b4871f3104f38048767aaaa2f7b7746dc184fd9dd7d8c90f3159b9ff9
|
3 |
size 5432
|