End of training
Browse files- README.md +2 -2
- adapter_config.json +4 -4
- adapter_model.bin +1 -1
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -96,7 +96,7 @@ xformers_attention: true
|
|
96 |
|
97 |
This model is a fine-tuned version of [princeton-nlp/gemma-2-9b-it-SimPO](https://huggingface.co/princeton-nlp/gemma-2-9b-it-SimPO) on the None dataset.
|
98 |
It achieves the following results on the evaluation set:
|
99 |
-
- Loss: 2.
|
100 |
|
101 |
## Model description
|
102 |
|
@@ -128,7 +128,7 @@ The following hyperparameters were used during training:
|
|
128 |
|
129 |
| Training Loss | Epoch | Step | Validation Loss |
|
130 |
|:-------------:|:------:|:----:|:---------------:|
|
131 |
-
| 2.
|
132 |
|
133 |
|
134 |
### Framework versions
|
|
|
96 |
|
97 |
This model is a fine-tuned version of [princeton-nlp/gemma-2-9b-it-SimPO](https://huggingface.co/princeton-nlp/gemma-2-9b-it-SimPO) on the None dataset.
|
98 |
It achieves the following results on the evaluation set:
|
99 |
+
- Loss: 2.9671
|
100 |
|
101 |
## Model description
|
102 |
|
|
|
128 |
|
129 |
| Training Loss | Epoch | Step | Validation Loss |
|
130 |
|:-------------:|:------:|:----:|:---------------:|
|
131 |
+
| 2.8899 | 0.0002 | 10 | 2.9671 |
|
132 |
|
133 |
|
134 |
### Framework versions
|
adapter_config.json
CHANGED
@@ -21,12 +21,12 @@
|
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
"k_proj",
|
24 |
-
"
|
25 |
-
"up_proj",
|
26 |
"gate_proj",
|
|
|
|
|
27 |
"o_proj",
|
28 |
-
"
|
29 |
-
"v_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
|
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
"k_proj",
|
24 |
+
"down_proj",
|
|
|
25 |
"gate_proj",
|
26 |
+
"q_proj",
|
27 |
+
"v_proj",
|
28 |
"o_proj",
|
29 |
+
"up_proj"
|
|
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
adapter_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 216284090
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b5588ed546ef6da45bfd35c12b2ff9441e49ac19faeb3df6a31632df2304b163
|
3 |
size 216284090
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 216151256
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d36e12e1b7633339c50968901f943f5adb35fc727228026cf3163878f2ecca6f
|
3 |
size 216151256
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 6776
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:52a22b0f5c5928fba83552206be6cfa499a233f428eef8f31fb1b44e7059a810
|
3 |
size 6776
|