Training in progress, step 500
Browse files- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
|
@@ -26,12 +26,12 @@
|
|
| 26 |
"rank_pattern": {},
|
| 27 |
"revision": null,
|
| 28 |
"target_modules": [
|
| 29 |
-
"up_proj",
|
| 30 |
-
"down_proj",
|
| 31 |
-
"v_proj",
|
| 32 |
"gate_proj",
|
| 33 |
"q_proj",
|
|
|
|
| 34 |
"o_proj",
|
|
|
|
|
|
|
| 35 |
"k_proj"
|
| 36 |
],
|
| 37 |
"task_type": "CAUSAL_LM",
|
|
|
|
| 26 |
"rank_pattern": {},
|
| 27 |
"revision": null,
|
| 28 |
"target_modules": [
|
|
|
|
|
|
|
|
|
|
| 29 |
"gate_proj",
|
| 30 |
"q_proj",
|
| 31 |
+
"down_proj",
|
| 32 |
"o_proj",
|
| 33 |
+
"up_proj",
|
| 34 |
+
"v_proj",
|
| 35 |
"k_proj"
|
| 36 |
],
|
| 37 |
"task_type": "CAUSAL_LM",
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1260191096
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bbaa8777e9cb3e210c5580e8d5306a336d6eca9b1bff0b0169c0e9b0fd7f4947
|
| 3 |
size 1260191096
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 6033
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:847a583206cac92deb6a49897ea42b6b07f122b3bdeaff2bd7c10c9a0d6cfd70
|
| 3 |
size 6033
|