End of training
Browse files- README.md +1 -1
- adapter_config.json +2 -2
- adapter_model.safetensors +1 -1
- 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/trunghainguyenhp02/sn56-sft-before-dpo-train/runs/
|
31 |
|
32 |
|
33 |
This model was trained with SFT.
|
|
|
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/trunghainguyenhp02/sn56-sft-before-dpo-train/runs/bnjv7jct)
|
31 |
|
32 |
|
33 |
This model was trained with SFT.
|
adapter_config.json
CHANGED
@@ -27,11 +27,11 @@
|
|
27 |
"rank_pattern": {},
|
28 |
"revision": null,
|
29 |
"target_modules": [
|
|
|
30 |
"gate_proj",
|
|
|
31 |
"down_proj",
|
32 |
"o_proj",
|
33 |
-
"v_proj",
|
34 |
-
"k_proj",
|
35 |
"q_proj",
|
36 |
"up_proj"
|
37 |
],
|
|
|
27 |
"rank_pattern": {},
|
28 |
"revision": null,
|
29 |
"target_modules": [
|
30 |
+
"v_proj",
|
31 |
"gate_proj",
|
32 |
+
"k_proj",
|
33 |
"down_proj",
|
34 |
"o_proj",
|
|
|
|
|
35 |
"q_proj",
|
36 |
"up_proj"
|
37 |
],
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1329119768
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7eaeee3aa27e8d89071a31970c1a8d77fe73be0d7be0f995781bcd3badaf17ec
|
3 |
size 1329119768
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 6417
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d46deb426c7853b8c48bfe832fe48cb802978ebd8f6c4f0a6f1d7ed173baba19
|
3 |
size 6417
|