Training in progress, step 100
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -20,12 +20,12 @@
|
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
"v_proj",
|
23 |
-
"
|
24 |
"q_proj",
|
25 |
-
"
|
26 |
"gate_proj",
|
27 |
-
"
|
28 |
-
"
|
29 |
],
|
30 |
"task_type": "CAUSAL_LM",
|
31 |
"use_rslora": false
|
|
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
"v_proj",
|
23 |
+
"down_proj",
|
24 |
"q_proj",
|
25 |
+
"up_proj",
|
26 |
"gate_proj",
|
27 |
+
"k_proj",
|
28 |
+
"o_proj"
|
29 |
],
|
30 |
"task_type": "CAUSAL_LM",
|
31 |
"use_rslora": false
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 800116456
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3e8d22a3ddeb9557f7afea932b1b4925ab267b83e9fa3f4050988b062cc40b65
|
3 |
size 800116456
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4920
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:07801ca685754964e5d95a748aee270a5ea46f401390726ad0529a460b5a36b1
|
3 |
size 4920
|