Training in progress, step 500
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -25,13 +25,13 @@
|
|
25 |
"rank_pattern": {},
|
26 |
"revision": null,
|
27 |
"target_modules": [
|
28 |
-
"fc_out",
|
29 |
-
"v_proj",
|
30 |
-
"q_proj",
|
31 |
"k_proj",
|
|
|
32 |
"out_proj",
|
|
|
|
|
33 |
"wte",
|
34 |
-
"
|
35 |
],
|
36 |
"task_type": null,
|
37 |
"use_dora": false,
|
|
|
25 |
"rank_pattern": {},
|
26 |
"revision": null,
|
27 |
"target_modules": [
|
|
|
|
|
|
|
28 |
"k_proj",
|
29 |
+
"fc_in",
|
30 |
"out_proj",
|
31 |
+
"fc_out",
|
32 |
+
"v_proj",
|
33 |
"wte",
|
34 |
+
"q_proj"
|
35 |
],
|
36 |
"task_type": null,
|
37 |
"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 9449880
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1b2b61acd554fdad92a88063c85e3e3c7ca5b430dc48dda465e254b5838ad4ba
|
3 |
size 9449880
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5176
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:49ae7afb9c3bd7caee5428c00b0bd1a1501600e15c4203a4d0effa1936c2005b
|
3 |
size 5176
|