tuanna08go
commited on
Training in progress, step 13
Browse files- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -22,11 +22,11 @@
|
|
22 |
"target_modules": [
|
23 |
"v_proj",
|
24 |
"up_proj",
|
25 |
-
"gate_proj",
|
26 |
-
"o_proj",
|
27 |
"down_proj",
|
|
|
28 |
"q_proj",
|
29 |
-
"k_proj"
|
|
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
|
|
22 |
"target_modules": [
|
23 |
"v_proj",
|
24 |
"up_proj",
|
|
|
|
|
25 |
"down_proj",
|
26 |
+
"gate_proj",
|
27 |
"q_proj",
|
28 |
+
"k_proj",
|
29 |
+
"o_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"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 36981072
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:40b0d9600544e51cd654c4caaa5cb3d7a7ab83431c41d91c929b9ffb5f51fa92
|
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:2c3b5a0bcf273e34cf0a7149b3e71ce068be0676f316b2893a38223f0e045a60
|
3 |
size 6776
|