Training in progress, step 50
Browse files- adapter_config.json +3 -5
- adapter_model.safetensors +2 -2
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -15,7 +15,6 @@
|
|
15 |
"megatron_config": null,
|
16 |
"megatron_core": "megatron.core",
|
17 |
"modules_to_save": [
|
18 |
-
"linear_head",
|
19 |
"classifier",
|
20 |
"score"
|
21 |
],
|
@@ -24,14 +23,13 @@
|
|
24 |
"rank_pattern": {},
|
25 |
"revision": null,
|
26 |
"target_modules": [
|
27 |
-
"score",
|
28 |
"q_proj",
|
29 |
"up_proj",
|
30 |
-
"
|
31 |
"gate_proj",
|
32 |
-
"o_proj",
|
33 |
"down_proj",
|
34 |
-
"
|
|
|
35 |
],
|
36 |
"task_type": "SEQ_CLS",
|
37 |
"use_dora": false,
|
|
|
15 |
"megatron_config": null,
|
16 |
"megatron_core": "megatron.core",
|
17 |
"modules_to_save": [
|
|
|
18 |
"classifier",
|
19 |
"score"
|
20 |
],
|
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
|
|
26 |
"q_proj",
|
27 |
"up_proj",
|
28 |
+
"v_proj",
|
29 |
"gate_proj",
|
|
|
30 |
"down_proj",
|
31 |
+
"o_proj",
|
32 |
+
"k_proj"
|
33 |
],
|
34 |
"task_type": "SEQ_CLS",
|
35 |
"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
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c90fb837209792730ec357ba8c68b4cb4f8798a0ee8d5b0601ff86ee274ec940
|
3 |
+
size 913556264
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 6136
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1e529caf0337c84ee1fe78a5baca63a1d68d2123033f42dd236dddfa32b911a9
|
3 |
size 6136
|