Training in progress, step 13
Browse files- adapter_config.json +1 -1
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
|
@@ -22,10 +22,10 @@
|
|
| 22 |
"target_modules": [
|
| 23 |
"up_proj",
|
| 24 |
"q_proj",
|
|
|
|
| 25 |
"v_proj",
|
| 26 |
"gate_proj",
|
| 27 |
"o_proj",
|
| 28 |
-
"k_proj",
|
| 29 |
"down_proj"
|
| 30 |
],
|
| 31 |
"task_type": "CAUSAL_LM",
|
|
|
|
| 22 |
"target_modules": [
|
| 23 |
"up_proj",
|
| 24 |
"q_proj",
|
| 25 |
+
"k_proj",
|
| 26 |
"v_proj",
|
| 27 |
"gate_proj",
|
| 28 |
"o_proj",
|
|
|
|
| 29 |
"down_proj"
|
| 30 |
],
|
| 31 |
"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 27024
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f4a233d5a12b4c4733f1879ccdc8dbd35c8e7973b26b2f04cb6496a195b5cb6d
|
| 3 |
size 27024
|
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:4a8fb60da08a79e38df82f44b6fe24e7b45a43e2f28a632038ab0bf7fb06efc4
|
| 3 |
size 6776
|