End of training
Browse files- README.md +15 -9
- all_results.json +13 -0
- config.json +1 -1
- eval_results.json +11 -11
README.md
CHANGED
@@ -2,9 +2,15 @@
|
|
2 |
license: apache-2.0
|
3 |
base_model: alignment-handbook/zephyr-7b-sft-full
|
4 |
tags:
|
|
|
5 |
- trl
|
6 |
- dpo
|
7 |
- generated_from_trainer
|
|
|
|
|
|
|
|
|
|
|
8 |
model-index:
|
9 |
- name: zephyr-7b-dpo-full
|
10 |
results: []
|
@@ -15,17 +21,17 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
# zephyr-7b-dpo-full
|
17 |
|
18 |
-
This model is a fine-tuned version of [alignment-handbook/zephyr-7b-sft-full](https://huggingface.co/alignment-handbook/zephyr-7b-sft-full) on the
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
-
- Rewards/chosen: -30.
|
22 |
-
- Rewards/rejected: -34.
|
23 |
- Rewards/accuracies: 1.0
|
24 |
-
- Rewards/margins: 4.
|
25 |
-
- Logps/rejected: -
|
26 |
-
- Logps/chosen: -
|
27 |
-
- Logits/rejected: -1.
|
28 |
-
- Logits/chosen: -1.
|
29 |
|
30 |
## Model description
|
31 |
|
|
|
2 |
license: apache-2.0
|
3 |
base_model: alignment-handbook/zephyr-7b-sft-full
|
4 |
tags:
|
5 |
+
- alignment-handbook
|
6 |
- trl
|
7 |
- dpo
|
8 |
- generated_from_trainer
|
9 |
+
- trl
|
10 |
+
- dpo
|
11 |
+
- generated_from_trainer
|
12 |
+
datasets:
|
13 |
+
- HuggingFaceH4/ultrafeedback_binarized
|
14 |
model-index:
|
15 |
- name: zephyr-7b-dpo-full
|
16 |
results: []
|
|
|
21 |
|
22 |
# zephyr-7b-dpo-full
|
23 |
|
24 |
+
This model is a fine-tuned version of [alignment-handbook/zephyr-7b-sft-full](https://huggingface.co/alignment-handbook/zephyr-7b-sft-full) on the HuggingFaceH4/ultrafeedback_binarized dataset.
|
25 |
It achieves the following results on the evaluation set:
|
26 |
+
- Loss: 0.0393
|
27 |
+
- Rewards/chosen: -30.8792
|
28 |
+
- Rewards/rejected: -34.9336
|
29 |
- Rewards/accuracies: 1.0
|
30 |
+
- Rewards/margins: 4.0543
|
31 |
+
- Logps/rejected: -961.3383
|
32 |
+
- Logps/chosen: -948.7985
|
33 |
+
- Logits/rejected: -1.6730
|
34 |
+
- Logits/chosen: -1.7277
|
35 |
|
36 |
## Model description
|
37 |
|
all_results.json
CHANGED
@@ -1,5 +1,18 @@
|
|
1 |
{
|
2 |
"epoch": 1.0,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
"train_loss": 0.14747725651603363,
|
4 |
"train_runtime": 7551.087,
|
5 |
"train_samples": 61134,
|
|
|
1 |
{
|
2 |
"epoch": 1.0,
|
3 |
+
"eval_logits/chosen": -1.7276861667633057,
|
4 |
+
"eval_logits/rejected": -1.6730353832244873,
|
5 |
+
"eval_logps/chosen": -948.7984619140625,
|
6 |
+
"eval_logps/rejected": -961.3382568359375,
|
7 |
+
"eval_loss": 0.03925349563360214,
|
8 |
+
"eval_rewards/accuracies": 1.0,
|
9 |
+
"eval_rewards/chosen": -30.879230499267578,
|
10 |
+
"eval_rewards/margins": 4.054325103759766,
|
11 |
+
"eval_rewards/rejected": -34.933555603027344,
|
12 |
+
"eval_runtime": 96.1529,
|
13 |
+
"eval_samples": 2000,
|
14 |
+
"eval_samples_per_second": 20.8,
|
15 |
+
"eval_steps_per_second": 0.333,
|
16 |
"train_loss": 0.14747725651603363,
|
17 |
"train_runtime": 7551.087,
|
18 |
"train_samples": 61134,
|
config.json
CHANGED
@@ -21,6 +21,6 @@
|
|
21 |
"tie_word_embeddings": false,
|
22 |
"torch_dtype": "bfloat16",
|
23 |
"transformers_version": "4.38.2",
|
24 |
-
"use_cache":
|
25 |
"vocab_size": 32000
|
26 |
}
|
|
|
21 |
"tie_word_embeddings": false,
|
22 |
"torch_dtype": "bfloat16",
|
23 |
"transformers_version": "4.38.2",
|
24 |
+
"use_cache": true,
|
25 |
"vocab_size": 32000
|
26 |
}
|
eval_results.json
CHANGED
@@ -1,16 +1,16 @@
|
|
1 |
{
|
2 |
"epoch": 1.0,
|
3 |
-
"eval_logits/chosen": -
|
4 |
-
"eval_logits/rejected": -
|
5 |
-
"eval_logps/chosen": -
|
6 |
-
"eval_logps/rejected": -
|
7 |
-
"eval_loss": 0.
|
8 |
-
"eval_rewards/accuracies": 0
|
9 |
-
"eval_rewards/chosen":
|
10 |
-
"eval_rewards/margins":
|
11 |
-
"eval_rewards/rejected":
|
12 |
-
"eval_runtime": 96.
|
13 |
"eval_samples": 2000,
|
14 |
-
"eval_samples_per_second": 20.
|
15 |
"eval_steps_per_second": 0.333
|
16 |
}
|
|
|
1 |
{
|
2 |
"epoch": 1.0,
|
3 |
+
"eval_logits/chosen": -1.7276861667633057,
|
4 |
+
"eval_logits/rejected": -1.6730353832244873,
|
5 |
+
"eval_logps/chosen": -948.7984619140625,
|
6 |
+
"eval_logps/rejected": -961.3382568359375,
|
7 |
+
"eval_loss": 0.03925349563360214,
|
8 |
+
"eval_rewards/accuracies": 1.0,
|
9 |
+
"eval_rewards/chosen": -30.879230499267578,
|
10 |
+
"eval_rewards/margins": 4.054325103759766,
|
11 |
+
"eval_rewards/rejected": -34.933555603027344,
|
12 |
+
"eval_runtime": 96.1529,
|
13 |
"eval_samples": 2000,
|
14 |
+
"eval_samples_per_second": 20.8,
|
15 |
"eval_steps_per_second": 0.333
|
16 |
}
|