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
|
@@ -22,11 +22,11 @@
|
|
| 22 |
"target_modules": [
|
| 23 |
"q_proj",
|
| 24 |
"k_proj",
|
| 25 |
-
"down_proj",
|
| 26 |
"o_proj",
|
| 27 |
-
"gate_proj",
|
| 28 |
"up_proj",
|
| 29 |
-
"
|
|
|
|
|
|
|
| 30 |
],
|
| 31 |
"task_type": "CAUSAL_LM",
|
| 32 |
"use_dora": false,
|
|
|
|
| 22 |
"target_modules": [
|
| 23 |
"q_proj",
|
| 24 |
"k_proj",
|
|
|
|
| 25 |
"o_proj",
|
|
|
|
| 26 |
"up_proj",
|
| 27 |
+
"gate_proj",
|
| 28 |
+
"v_proj",
|
| 29 |
+
"down_proj"
|
| 30 |
],
|
| 31 |
"task_type": "CAUSAL_LM",
|
| 32 |
"use_dora": false,
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 156926880
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2600d39406bd8a0044ca391e36527f6a08991e3ff66f05c54d917cfb8074d880
|
| 3 |
size 156926880
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4539
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:296b4ce97e64cddb551c89f67f02413a19650a0af739be3e9c7463dd21a8ea0e
|
| 3 |
size 4539
|