Training in progress, step 10
Browse files- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -22,12 +22,12 @@
|
|
22 |
"rank_pattern": {},
|
23 |
"revision": null,
|
24 |
"target_modules": [
|
25 |
-
"
|
26 |
-
"q_proj",
|
27 |
"v_proj",
|
|
|
28 |
"down_proj",
|
29 |
"k_proj",
|
30 |
-
"
|
31 |
],
|
32 |
"task_type": null
|
33 |
}
|
|
|
22 |
"rank_pattern": {},
|
23 |
"revision": null,
|
24 |
"target_modules": [
|
25 |
+
"up_proj",
|
|
|
26 |
"v_proj",
|
27 |
+
"gate_proj",
|
28 |
"down_proj",
|
29 |
"k_proj",
|
30 |
+
"q_proj"
|
31 |
],
|
32 |
"task_type": null
|
33 |
}
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 37799672
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5cb14d59ef2e5b573fc00a8207842eaa6db22efd2e33bd565ce4ae8995c9969e
|
3 |
size 37799672
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4856
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3edcc04ca531b0c5ab43c4686a995204a85214e42b684cce11fdb8140f6d38d7
|
3 |
size 4856
|