phungkhaccuong
commited on
Training in progress, step 13
Browse files- adapter_config.json +2 -2
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -23,9 +23,9 @@
|
|
23 |
"v_proj",
|
24 |
"dense",
|
25 |
"fc1",
|
26 |
-
"q_proj",
|
27 |
"k_proj",
|
28 |
-
"fc2"
|
|
|
29 |
],
|
30 |
"task_type": "CAUSAL_LM",
|
31 |
"use_dora": false,
|
|
|
23 |
"v_proj",
|
24 |
"dense",
|
25 |
"fc1",
|
|
|
26 |
"k_proj",
|
27 |
+
"fc2",
|
28 |
+
"q_proj"
|
29 |
],
|
30 |
"task_type": "CAUSAL_LM",
|
31 |
"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 161714
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e6c7ec79ffe5d940a7e5854b998433f9a1df2161bebd55c61a578eb082e45eaf
|
3 |
size 161714
|
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:2d1697c3a23f203cb422cc62a109fe17372daa65678ad001ee49bcd777abdc40
|
3 |
size 6776
|