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
@@ -63,11 +63,11 @@
|
|
63 |
"target_modules": [
|
64 |
"down_proj",
|
65 |
"k_proj",
|
66 |
-
"
|
67 |
"q_proj",
|
|
|
68 |
"v_proj",
|
69 |
-
"
|
70 |
-
"gate_proj"
|
71 |
],
|
72 |
"task_type": "CAUSAL_LM"
|
73 |
}
|
|
|
63 |
"target_modules": [
|
64 |
"down_proj",
|
65 |
"k_proj",
|
66 |
+
"o_proj",
|
67 |
"q_proj",
|
68 |
+
"gate_proj",
|
69 |
"v_proj",
|
70 |
+
"up_proj"
|
|
|
71 |
],
|
72 |
"task_type": "CAUSAL_LM"
|
73 |
}
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 80792096
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3c0126342ed72486946665bc6fa0f7c15cfa5f13d3f5bd786983c41cfadf14a4
|
3 |
size 80792096
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5112
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c9ffca88736091b95ef1fbc97bb28674424a9def290b2c9e8d365f66a39b17d4
|
3 |
size 5112
|