Training in progress, step 1
Browse files- adapter_config.json +5 -5
- 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 |
-
"
|
24 |
-
"o_proj",
|
25 |
"gate_proj",
|
|
|
|
|
|
|
26 |
"v_proj",
|
27 |
-
"k_proj"
|
28 |
-
"down_proj",
|
29 |
-
"up_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
+
"down_proj",
|
|
|
24 |
"gate_proj",
|
25 |
+
"up_proj",
|
26 |
+
"o_proj",
|
27 |
+
"q_proj",
|
28 |
"v_proj",
|
29 |
+
"k_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 59933632
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:37d0ae3195d67cfb59a01d6fe0d4d3435707f961dfa1d00f4c0047fed9615d1d
|
3 |
size 59933632
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 6776
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2b31c3f3b5d4bb38a893a099b5716103782cdc03f1a927b673250cdf2afb0ad4
|
3 |
size 6776
|