Training in progress, step 150
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
|
@@ -20,12 +20,12 @@
|
|
| 20 |
"rank_pattern": {},
|
| 21 |
"revision": null,
|
| 22 |
"target_modules": [
|
| 23 |
-
"
|
| 24 |
-
"word_embeddings",
|
| 25 |
"dense",
|
| 26 |
-
"
|
| 27 |
"dense_4h_to_h",
|
| 28 |
-
"
|
|
|
|
| 29 |
],
|
| 30 |
"task_type": "CAUSAL_LM",
|
| 31 |
"use_dora": false,
|
|
|
|
| 20 |
"rank_pattern": {},
|
| 21 |
"revision": null,
|
| 22 |
"target_modules": [
|
| 23 |
+
"lm_head",
|
|
|
|
| 24 |
"dense",
|
| 25 |
+
"query_key_value",
|
| 26 |
"dense_4h_to_h",
|
| 27 |
+
"word_embeddings",
|
| 28 |
+
"dense_h_to_4h"
|
| 29 |
],
|
| 30 |
"task_type": "CAUSAL_LM",
|
| 31 |
"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 2083942096
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c5a86b8163a3eec77e6b77da759ac1035d793120517e6c24485671bde3767fd0
|
| 3 |
size 2083942096
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5368
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e0c7b06e2298807b4ae6a80ea5b1558c4b50bb1932aa8c42633bcd3de63d6458
|
| 3 |
size 5368
|