End of training
Browse files
README.md
CHANGED
@@ -3,9 +3,15 @@ library_name: transformers
|
|
3 |
license: apache-2.0
|
4 |
base_model: alignment-handbook/zephyr-7b-sft-full
|
5 |
tags:
|
|
|
6 |
- trl
|
7 |
- dpo
|
8 |
- generated_from_trainer
|
|
|
|
|
|
|
|
|
|
|
9 |
model-index:
|
10 |
- name: zephyr-7b-dpo-full
|
11 |
results: []
|
@@ -16,17 +22,17 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
# zephyr-7b-dpo-full
|
18 |
|
19 |
-
This model is a fine-tuned version of [alignment-handbook/zephyr-7b-sft-full](https://huggingface.co/alignment-handbook/zephyr-7b-sft-full) on
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.
|
22 |
-
- Rewards/chosen: -1.
|
23 |
-
- Rewards/rejected: -2.
|
24 |
- Rewards/accuracies: 0.7852
|
25 |
-
- Rewards/margins: 0.
|
26 |
-
- Logps/rejected: -
|
27 |
-
- Logps/chosen: -
|
28 |
-
- Logits/rejected: 0.
|
29 |
-
- Logits/chosen: -0.
|
30 |
|
31 |
## Model description
|
32 |
|
|
|
3 |
license: apache-2.0
|
4 |
base_model: alignment-handbook/zephyr-7b-sft-full
|
5 |
tags:
|
6 |
+
- alignment-handbook
|
7 |
- trl
|
8 |
- dpo
|
9 |
- generated_from_trainer
|
10 |
+
- trl
|
11 |
+
- dpo
|
12 |
+
- generated_from_trainer
|
13 |
+
datasets:
|
14 |
+
- HuggingFaceH4/ultrafeedback_binarized
|
15 |
model-index:
|
16 |
- name: zephyr-7b-dpo-full
|
17 |
results: []
|
|
|
22 |
|
23 |
# zephyr-7b-dpo-full
|
24 |
|
25 |
+
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.
|
26 |
It achieves the following results on the evaluation set:
|
27 |
+
- Loss: 0.5004
|
28 |
+
- Rewards/chosen: -1.0684
|
29 |
+
- Rewards/rejected: -2.0671
|
30 |
- Rewards/accuracies: 0.7852
|
31 |
+
- Rewards/margins: 0.9987
|
32 |
+
- Logps/rejected: -469.3939
|
33 |
+
- Logps/chosen: -369.4198
|
34 |
+
- Logits/rejected: 0.7735
|
35 |
+
- Logits/chosen: -0.2945
|
36 |
|
37 |
## Model description
|
38 |
|
all_results.json
CHANGED
@@ -1,5 +1,18 @@
|
|
1 |
{
|
2 |
"epoch": 1.0,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
"total_flos": 0.0,
|
4 |
"train_loss": 0.5400827195355085,
|
5 |
"train_runtime": 3932.0785,
|
|
|
1 |
{
|
2 |
"epoch": 1.0,
|
3 |
+
"eval_logits/chosen": -0.2944760024547577,
|
4 |
+
"eval_logits/rejected": 0.7734581232070923,
|
5 |
+
"eval_logps/chosen": -369.4197998046875,
|
6 |
+
"eval_logps/rejected": -469.3939208984375,
|
7 |
+
"eval_loss": 0.5004380345344543,
|
8 |
+
"eval_rewards/accuracies": 0.78515625,
|
9 |
+
"eval_rewards/chosen": -1.0684473514556885,
|
10 |
+
"eval_rewards/margins": 0.998650312423706,
|
11 |
+
"eval_rewards/rejected": -2.0670976638793945,
|
12 |
+
"eval_runtime": 39.5943,
|
13 |
+
"eval_samples": 2000,
|
14 |
+
"eval_samples_per_second": 50.512,
|
15 |
+
"eval_steps_per_second": 0.808,
|
16 |
"total_flos": 0.0,
|
17 |
"train_loss": 0.5400827195355085,
|
18 |
"train_runtime": 3932.0785,
|
config.json
CHANGED
@@ -22,6 +22,6 @@
|
|
22 |
"tie_word_embeddings": false,
|
23 |
"torch_dtype": "bfloat16",
|
24 |
"transformers_version": "4.45.1",
|
25 |
-
"use_cache":
|
26 |
"vocab_size": 32000
|
27 |
}
|
|
|
22 |
"tie_word_embeddings": false,
|
23 |
"torch_dtype": "bfloat16",
|
24 |
"transformers_version": "4.45.1",
|
25 |
+
"use_cache": true,
|
26 |
"vocab_size": 32000
|
27 |
}
|
eval_results.json
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 1.0,
|
3 |
+
"eval_logits/chosen": -0.2944760024547577,
|
4 |
+
"eval_logits/rejected": 0.7734581232070923,
|
5 |
+
"eval_logps/chosen": -369.4197998046875,
|
6 |
+
"eval_logps/rejected": -469.3939208984375,
|
7 |
+
"eval_loss": 0.5004380345344543,
|
8 |
+
"eval_rewards/accuracies": 0.78515625,
|
9 |
+
"eval_rewards/chosen": -1.0684473514556885,
|
10 |
+
"eval_rewards/margins": 0.998650312423706,
|
11 |
+
"eval_rewards/rejected": -2.0670976638793945,
|
12 |
+
"eval_runtime": 39.5943,
|
13 |
+
"eval_samples": 2000,
|
14 |
+
"eval_samples_per_second": 50.512,
|
15 |
+
"eval_steps_per_second": 0.808
|
16 |
+
}
|
runs/Oct03_21-31-06_bohan-data-job-0-worker-0/events.out.tfevents.1727995532.bohan-data-job-0-worker-0.4780.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:852beaa4aa0f20f8dfd47d155f95c5c6e80468919755e90998d8e6be0c7edd4d
|
3 |
+
size 780
|