Training in progress, step 800
Browse files- adapter_config.json +2 -2
- adapter_model.safetensors +2 -2
- config.json +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
|
@@ -24,9 +24,9 @@
|
|
| 24 |
"rank_pattern": {},
|
| 25 |
"revision": null,
|
| 26 |
"target_modules": [
|
| 27 |
-
"dense",
|
| 28 |
-
"dense_h_to_4h",
|
| 29 |
"query_key_value",
|
|
|
|
|
|
|
| 30 |
"dense_4h_to_h"
|
| 31 |
],
|
| 32 |
"task_type": "CAUSAL_LM",
|
|
|
|
| 24 |
"rank_pattern": {},
|
| 25 |
"revision": null,
|
| 26 |
"target_modules": [
|
|
|
|
|
|
|
| 27 |
"query_key_value",
|
| 28 |
+
"dense_h_to_4h",
|
| 29 |
+
"dense",
|
| 30 |
"dense_4h_to_h"
|
| 31 |
],
|
| 32 |
"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
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:43cfd0c15ba328b56422f37bdcfed8d13b491959ec26a469f3730a8af7304010
|
| 3 |
+
size 159266376
|
config.json
CHANGED
|
@@ -22,7 +22,7 @@
|
|
| 22 |
"rotary_emb_base": 10000,
|
| 23 |
"rotary_pct": 0.25,
|
| 24 |
"tie_word_embeddings": false,
|
| 25 |
-
"torch_dtype": "
|
| 26 |
"transformers_version": "4.41.2",
|
| 27 |
"use_cache": false,
|
| 28 |
"use_parallel_residual": true,
|
|
|
|
| 22 |
"rotary_emb_base": 10000,
|
| 23 |
"rotary_pct": 0.25,
|
| 24 |
"tie_word_embeddings": false,
|
| 25 |
+
"torch_dtype": "float16",
|
| 26 |
"transformers_version": "4.41.2",
|
| 27 |
"use_cache": false,
|
| 28 |
"use_parallel_residual": true,
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 6072
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:284561e178ca9f12bc2078a56657cb3d6c3e31da872309722b17260f608a55a5
|
| 3 |
size 6072
|