Training in progress, epoch 0
Browse files- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
- tokenizer.json +2 -2
- training_args.bin +1 -1
adapter_config.json
CHANGED
|
@@ -22,11 +22,11 @@
|
|
| 22 |
"target_modules": [
|
| 23 |
"k_proj",
|
| 24 |
"up_proj",
|
| 25 |
-
"down_proj",
|
| 26 |
-
"gate_proj",
|
| 27 |
"q_proj",
|
| 28 |
"v_proj",
|
| 29 |
-
"
|
|
|
|
|
|
|
| 30 |
],
|
| 31 |
"task_type": "CAUSAL_LM",
|
| 32 |
"use_dora": false,
|
|
|
|
| 22 |
"target_modules": [
|
| 23 |
"k_proj",
|
| 24 |
"up_proj",
|
|
|
|
|
|
|
| 25 |
"q_proj",
|
| 26 |
"v_proj",
|
| 27 |
+
"gate_proj",
|
| 28 |
+
"o_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 1728658800
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c5fe4aa72865658aa0ea8275abcb7deab0367e6c2879afb7fc6d4147b61d7c5d
|
| 3 |
size 1728658800
|
tokenizer.json
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:88ca2827d357547743e78820b54238345b21f6ee516f44ed822ca74a28af9a09
|
| 3 |
+
size 17525455
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5176
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b529cbc9840157624758bb0840ccfe3bfd1b99fe86b94c7b1dd18a378ce144bd
|
| 3 |
size 5176
|