End of training
Browse files- README.md +2 -2
- 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.
|
@@ -37,7 +37,7 @@ This model was trained with SFT.
|
|
37 |
- TRL: 0.15.2
|
38 |
- Transformers: 4.51.3
|
39 |
- Pytorch: 2.7.0
|
40 |
-
- Datasets: 3.
|
41 |
- Tokenizers: 0.21.1
|
42 |
|
43 |
## Citations
|
|
|
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/69n9eggh)
|
31 |
|
32 |
|
33 |
This model was trained with SFT.
|
|
|
37 |
- TRL: 0.15.2
|
38 |
- Transformers: 4.51.3
|
39 |
- Pytorch: 2.7.0
|
40 |
+
- Datasets: 3.6.0
|
41 |
- Tokenizers: 0.21.1
|
42 |
|
43 |
## Citations
|
adapter_config.json
CHANGED
@@ -29,11 +29,11 @@
|
|
29 |
"target_modules": [
|
30 |
"v_proj",
|
31 |
"gate_proj",
|
32 |
-
"k_proj",
|
33 |
"down_proj",
|
34 |
"o_proj",
|
|
|
35 |
"q_proj",
|
36 |
-
"
|
37 |
],
|
38 |
"task_type": null,
|
39 |
"trainable_token_indices": null,
|
|
|
29 |
"target_modules": [
|
30 |
"v_proj",
|
31 |
"gate_proj",
|
|
|
32 |
"down_proj",
|
33 |
"o_proj",
|
34 |
+
"up_proj",
|
35 |
"q_proj",
|
36 |
+
"k_proj"
|
37 |
],
|
38 |
"task_type": null,
|
39 |
"trainable_token_indices": null,
|
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:10df0237b8f048ae05ac315c0cb452ad19088113822bf582b6ed7b112f39afdf
|
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:728184fb10269f9e48890e8d553a2ef5500daa34dcb66c9f6838ffbae5f2c4e6
|
3 |
size 6417
|