End of training
Browse files- README.md +1 -1
- adapter_config.json +8 -5
- adapter_model.safetensors +2 -2
- training_args.bin +1 -1
README.md
CHANGED
@@ -27,7 +27,7 @@ print(output["generated_text"])
|
|
27 |
|
28 |
## Training procedure
|
29 |
|
30 |
-
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="150" height="24"/>](https://wandb.ai/huggingface/huggingface/runs/
|
31 |
|
32 |
This model was trained with SFT.
|
33 |
|
|
|
27 |
|
28 |
## Training procedure
|
29 |
|
30 |
+
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="150" height="24"/>](https://wandb.ai/huggingface/huggingface/runs/w9teg96o)
|
31 |
|
32 |
This model was trained with SFT.
|
33 |
|
adapter_config.json
CHANGED
@@ -14,19 +14,22 @@
|
|
14 |
"lora_dropout": 0.05,
|
15 |
"megatron_config": null,
|
16 |
"megatron_core": "megatron.core",
|
17 |
-
"modules_to_save":
|
|
|
|
|
|
|
18 |
"peft_type": "LORA",
|
19 |
"r": 16,
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"up_proj",
|
24 |
-
"down_proj",
|
25 |
-
"q_proj",
|
26 |
"o_proj",
|
|
|
|
|
27 |
"gate_proj",
|
|
|
28 |
"v_proj",
|
29 |
-
"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
|
|
14 |
"lora_dropout": 0.05,
|
15 |
"megatron_config": null,
|
16 |
"megatron_core": "megatron.core",
|
17 |
+
"modules_to_save": [
|
18 |
+
"lm_head",
|
19 |
+
"embed_token"
|
20 |
+
],
|
21 |
"peft_type": "LORA",
|
22 |
"r": 16,
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
|
|
|
|
|
|
26 |
"o_proj",
|
27 |
+
"down_proj",
|
28 |
+
"k_proj",
|
29 |
"gate_proj",
|
30 |
+
"q_proj",
|
31 |
"v_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
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4b9bd0c0ed65dabdc615b387d8d655f26034386215360a81f45907e55aed31f4
|
3 |
+
size 579776696
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5496
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b0465fcd08c656bf6b3d567a372125b82206898f0644dbd3a98ab52ef5923068
|
3 |
size 5496
|