End of training
Browse files
README.md
CHANGED
@@ -2,9 +2,15 @@
|
|
2 |
license: apache-2.0
|
3 |
base_model: tanliboy/zephyr-qwen2-7b-sft
|
4 |
tags:
|
|
|
5 |
- trl
|
6 |
- dpo
|
7 |
- generated_from_trainer
|
|
|
|
|
|
|
|
|
|
|
8 |
model-index:
|
9 |
- name: zephyr-qwen2-7b-dpo
|
10 |
results: []
|
@@ -15,17 +21,17 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
# zephyr-qwen2-7b-dpo
|
17 |
|
18 |
-
This model is a fine-tuned version of [tanliboy/zephyr-qwen2-7b-sft](https://huggingface.co/tanliboy/zephyr-qwen2-7b-sft) on
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
-
- Rewards/chosen: -0.
|
22 |
-
- Rewards/rejected: -0.
|
23 |
-
- Rewards/accuracies: 0.
|
24 |
-
- Rewards/margins: 0.
|
25 |
-
- Logps/rejected: -
|
26 |
-
- Logps/chosen: -
|
27 |
-
- Logits/rejected: 0.
|
28 |
-
- Logits/chosen: 0.
|
29 |
|
30 |
## Model description
|
31 |
|
|
|
2 |
license: apache-2.0
|
3 |
base_model: tanliboy/zephyr-qwen2-7b-sft
|
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-qwen2-7b-dpo
|
16 |
results: []
|
|
|
21 |
|
22 |
# zephyr-qwen2-7b-dpo
|
23 |
|
24 |
+
This model is a fine-tuned version of [tanliboy/zephyr-qwen2-7b-sft](https://huggingface.co/tanliboy/zephyr-qwen2-7b-sft) on the HuggingFaceH4/ultrafeedback_binarized dataset.
|
25 |
It achieves the following results on the evaluation set:
|
26 |
+
- Loss: 0.5492
|
27 |
+
- Rewards/chosen: -0.3377
|
28 |
+
- Rewards/rejected: -0.7347
|
29 |
+
- Rewards/accuracies: 0.7120
|
30 |
+
- Rewards/margins: 0.3970
|
31 |
+
- Logps/rejected: -339.1164
|
32 |
+
- Logps/chosen: -334.2959
|
33 |
+
- Logits/rejected: 0.0096
|
34 |
+
- Logits/chosen: 0.1430
|
35 |
|
36 |
## Model description
|
37 |
|
all_results.json
CHANGED
@@ -1,5 +1,18 @@
|
|
1 |
{
|
2 |
"epoch": 0.998691442030882,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
"total_flos": 0.0,
|
4 |
"train_loss": 0.5905132868504874,
|
5 |
"train_runtime": 7548.8448,
|
|
|
1 |
{
|
2 |
"epoch": 0.998691442030882,
|
3 |
+
"eval_logits/chosen": 0.14297574758529663,
|
4 |
+
"eval_logits/rejected": 0.009554736316204071,
|
5 |
+
"eval_logps/chosen": -334.2958984375,
|
6 |
+
"eval_logps/rejected": -339.11639404296875,
|
7 |
+
"eval_loss": 0.5491579174995422,
|
8 |
+
"eval_rewards/accuracies": 0.7120000123977661,
|
9 |
+
"eval_rewards/chosen": -0.3376711905002594,
|
10 |
+
"eval_rewards/margins": 0.3970130383968353,
|
11 |
+
"eval_rewards/rejected": -0.7346842288970947,
|
12 |
+
"eval_runtime": 86.7709,
|
13 |
+
"eval_samples": 2000,
|
14 |
+
"eval_samples_per_second": 23.049,
|
15 |
+
"eval_steps_per_second": 1.441,
|
16 |
"total_flos": 0.0,
|
17 |
"train_loss": 0.5905132868504874,
|
18 |
"train_runtime": 7548.8448,
|
config.json
CHANGED
@@ -22,7 +22,7 @@
|
|
22 |
"tie_word_embeddings": false,
|
23 |
"torch_dtype": "bfloat16",
|
24 |
"transformers_version": "4.40.2",
|
25 |
-
"use_cache":
|
26 |
"use_sliding_window": false,
|
27 |
"vocab_size": 152064
|
28 |
}
|
|
|
22 |
"tie_word_embeddings": false,
|
23 |
"torch_dtype": "bfloat16",
|
24 |
"transformers_version": "4.40.2",
|
25 |
+
"use_cache": true,
|
26 |
"use_sliding_window": false,
|
27 |
"vocab_size": 152064
|
28 |
}
|
eval_results.json
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 0.998691442030882,
|
3 |
+
"eval_logits/chosen": 0.14297574758529663,
|
4 |
+
"eval_logits/rejected": 0.009554736316204071,
|
5 |
+
"eval_logps/chosen": -334.2958984375,
|
6 |
+
"eval_logps/rejected": -339.11639404296875,
|
7 |
+
"eval_loss": 0.5491579174995422,
|
8 |
+
"eval_rewards/accuracies": 0.7120000123977661,
|
9 |
+
"eval_rewards/chosen": -0.3376711905002594,
|
10 |
+
"eval_rewards/margins": 0.3970130383968353,
|
11 |
+
"eval_rewards/rejected": -0.7346842288970947,
|
12 |
+
"eval_runtime": 86.7709,
|
13 |
+
"eval_samples": 2000,
|
14 |
+
"eval_samples_per_second": 23.049,
|
15 |
+
"eval_steps_per_second": 1.441
|
16 |
+
}
|
runs/Jun20_07-06-58_action-graph-trainer/events.out.tfevents.1718875722.action-graph-trainer.12409.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ea145d3671e1273973879c185c80ffc6eccb1c368a31173a6fbafd2d58df94ca
|
3 |
+
size 828
|