Training in progress, epoch 1
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- tokenizer.json +2 -2
- training_args.bin +1 -1
adapter_config.json
CHANGED
|
@@ -21,12 +21,12 @@
|
|
| 21 |
"revision": null,
|
| 22 |
"target_modules": [
|
| 23 |
"k_proj",
|
| 24 |
-
"down_proj",
|
| 25 |
-
"v_proj",
|
| 26 |
"o_proj",
|
| 27 |
-
"
|
|
|
|
| 28 |
"up_proj",
|
| 29 |
-
"
|
|
|
|
| 30 |
],
|
| 31 |
"task_type": "CAUSAL_LM",
|
| 32 |
"use_dora": false,
|
|
|
|
| 21 |
"revision": null,
|
| 22 |
"target_modules": [
|
| 23 |
"k_proj",
|
|
|
|
|
|
|
| 24 |
"o_proj",
|
| 25 |
+
"v_proj",
|
| 26 |
+
"q_proj",
|
| 27 |
"up_proj",
|
| 28 |
+
"down_proj",
|
| 29 |
+
"gate_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 4785795512
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:03b8fba1832104f6ba76a06cb6c1b3d300813a6d16684d91bf11e095d38c3919
|
| 3 |
size 4785795512
|
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:37d03f0b2cb67012dde4ad167b5acebddc495423fcbc29736142942cd7d17782
|
| 3 |
+
size 17210461
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5752
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ffb34483efcc8982f829571e3615082bd2fc98b3c78b8121e06b12a50cf16e35
|
| 3 |
size 5752
|