Training in progress, epoch 1
Browse files- adapter_config.json +4 -3
- adapter_model.safetensors +2 -2
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -18,6 +18,7 @@
|
|
18 |
"megatron_config": null,
|
19 |
"megatron_core": "megatron.core",
|
20 |
"modules_to_save": [
|
|
|
21 |
"classifier",
|
22 |
"score"
|
23 |
],
|
@@ -26,10 +27,10 @@
|
|
26 |
"rank_pattern": {},
|
27 |
"revision": null,
|
28 |
"target_modules": [
|
29 |
-
"k",
|
30 |
-
"v",
|
31 |
"o",
|
32 |
-
"q"
|
|
|
|
|
33 |
],
|
34 |
"task_type": "SEQ_CLS",
|
35 |
"use_dora": false,
|
|
|
18 |
"megatron_config": null,
|
19 |
"megatron_core": "megatron.core",
|
20 |
"modules_to_save": [
|
21 |
+
"classification_head.out_proj",
|
22 |
"classifier",
|
23 |
"score"
|
24 |
],
|
|
|
27 |
"rank_pattern": {},
|
28 |
"revision": null,
|
29 |
"target_modules": [
|
|
|
|
|
30 |
"o",
|
31 |
+
"q",
|
32 |
+
"v",
|
33 |
+
"k"
|
34 |
],
|
35 |
"task_type": "SEQ_CLS",
|
36 |
"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:9741d28aaaa0fdf0386a0e786a2c9d32fc3e8e8df4982bdf63bce5db1e8cfc6a
|
3 |
+
size 1205440
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5304
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:370a5b7048f57165bac995a9cb08513a8e94abd3376db83fb060eef7f5d32ac1
|
3 |
size 5304
|