tuanna08go
commited on
Training in progress, step 1
Browse files- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -20,11 +20,11 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"q_proj",
|
24 |
-
"v_proj",
|
25 |
"gate_proj",
|
26 |
-
"
|
27 |
"k_proj",
|
|
|
|
|
28 |
"down_proj",
|
29 |
"o_proj"
|
30 |
],
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
|
|
|
|
23 |
"gate_proj",
|
24 |
+
"q_proj",
|
25 |
"k_proj",
|
26 |
+
"up_proj",
|
27 |
+
"v_proj",
|
28 |
"down_proj",
|
29 |
"o_proj"
|
30 |
],
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 36981072
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cc68e9249496f953e631a20d5351f25de4982a87396fe94b3651fa0a33278439
|
3 |
size 36981072
|
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:4a6d62f7df6ccdfbf754194dfa47373cb38687275fb0f6fae10a37282c882344
|
3 |
size 6776
|