Training in progress, step 1
Browse files- adapter_config.json +6 -6
- adapter_model.safetensors +1 -1
- tokenizer.json +2 -2
- training_args.bin +1 -1
adapter_config.json
CHANGED
|
@@ -15,21 +15,21 @@
|
|
| 15 |
"megatron_config": null,
|
| 16 |
"megatron_core": "megatron.core",
|
| 17 |
"modules_to_save": [
|
| 18 |
-
"
|
| 19 |
-
"
|
| 20 |
],
|
| 21 |
"peft_type": "LORA",
|
| 22 |
"r": 16,
|
| 23 |
"rank_pattern": {},
|
| 24 |
"revision": null,
|
| 25 |
"target_modules": [
|
| 26 |
-
"
|
| 27 |
-
"
|
| 28 |
"down_proj",
|
| 29 |
"v_proj",
|
| 30 |
-
"
|
| 31 |
"gate_proj",
|
| 32 |
-
"
|
| 33 |
],
|
| 34 |
"task_type": "CAUSAL_LM",
|
| 35 |
"use_dora": false,
|
|
|
|
| 15 |
"megatron_config": null,
|
| 16 |
"megatron_core": "megatron.core",
|
| 17 |
"modules_to_save": [
|
| 18 |
+
"lm_head",
|
| 19 |
+
"embed_tokens"
|
| 20 |
],
|
| 21 |
"peft_type": "LORA",
|
| 22 |
"r": 16,
|
| 23 |
"rank_pattern": {},
|
| 24 |
"revision": null,
|
| 25 |
"target_modules": [
|
| 26 |
+
"q_proj",
|
| 27 |
+
"k_proj",
|
| 28 |
"down_proj",
|
| 29 |
"v_proj",
|
| 30 |
+
"o_proj",
|
| 31 |
"gate_proj",
|
| 32 |
+
"up_proj"
|
| 33 |
],
|
| 34 |
"task_type": "CAUSAL_LM",
|
| 35 |
"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 13437096688
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c9e03116dffd536444df58811b56af3638e9c9a709e72b2a5c1012ee66cc535a
|
| 3 |
size 13437096688
|
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:97259a2ef98adbd9197e93d7931212a327b6b0a496e1308e287d8766d90866ff
|
| 3 |
+
size 17210857
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5624
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a544ac86ab3e79953dd09c6d5fa8aa8ce2cd380e092bd7b51429b4cddaa75d9d
|
| 3 |
size 5624
|