Training in progress, step 63
Browse files- adapter_config.json +2 -2
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -29,9 +29,9 @@
|
|
29 |
"revision": null,
|
30 |
"target_modules": [
|
31 |
"v_proj",
|
|
|
32 |
"o_proj",
|
33 |
-
"k_proj"
|
34 |
-
"q_proj"
|
35 |
],
|
36 |
"target_parameters": [
|
37 |
"7.mlp.experts.gate_up_proj",
|
|
|
29 |
"revision": null,
|
30 |
"target_modules": [
|
31 |
"v_proj",
|
32 |
+
"q_proj",
|
33 |
"o_proj",
|
34 |
+
"k_proj"
|
|
|
35 |
],
|
36 |
"target_parameters": [
|
37 |
"7.mlp.experts.gate_up_proj",
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 60189176
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2ff4155eb0e4dcb2433079a84699f3e9d978b8cd67f9b8523bc2b1767b0deab6
|
3 |
size 60189176
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 6225
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:beb7055d2c77482fcf2dd6cc57536dd16c5358f7ea10b85b2e531cf42796bcd3
|
3 |
size 6225
|