End of training
Browse files- README.md +15 -9
- all_results.json +13 -0
- config.json +1 -1
- eval_results.json +16 -0
- runs/May14_17-59-18_ubuntu/events.out.tfevents.1715760404.ubuntu.774053.1 +3 -0
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,16 +21,16 @@ 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
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
-
- Rewards/chosen: -6.
|
22 |
-
- Rewards/rejected: -10.
|
23 |
-
- Rewards/accuracies: 0.
|
24 |
-
- Rewards/margins: 4.
|
25 |
-
- Logps/rejected: -366.
|
26 |
-
- Logps/chosen: -
|
27 |
-
- Logits/rejected: -1.
|
28 |
- Logits/chosen: -1.6525
|
29 |
|
30 |
## Model description
|
|
|
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.9109
|
27 |
+
- Rewards/chosen: -6.4067
|
28 |
+
- Rewards/rejected: -10.6017
|
29 |
+
- Rewards/accuracies: 0.7659
|
30 |
+
- Rewards/margins: 4.1951
|
31 |
+
- Logps/rejected: -366.2361
|
32 |
+
- Logps/chosen: -346.0206
|
33 |
+
- Logits/rejected: -1.3898
|
34 |
- Logits/chosen: -1.6525
|
35 |
|
36 |
## Model description
|
all_results.json
CHANGED
@@ -1,5 +1,18 @@
|
|
1 |
{
|
2 |
"epoch": 2.998430141287284,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
"total_flos": 0.0,
|
4 |
"train_loss": 0.21882489114921755,
|
5 |
"train_runtime": 49934.9402,
|
|
|
1 |
{
|
2 |
"epoch": 2.998430141287284,
|
3 |
+
"eval_logits/chosen": -1.6524701118469238,
|
4 |
+
"eval_logits/rejected": -1.3897571563720703,
|
5 |
+
"eval_logps/chosen": -346.02056884765625,
|
6 |
+
"eval_logps/rejected": -366.2360534667969,
|
7 |
+
"eval_loss": 0.910855770111084,
|
8 |
+
"eval_rewards/accuracies": 0.7658730149269104,
|
9 |
+
"eval_rewards/chosen": -6.40665864944458,
|
10 |
+
"eval_rewards/margins": 4.195058822631836,
|
11 |
+
"eval_rewards/rejected": -10.601717948913574,
|
12 |
+
"eval_runtime": 196.377,
|
13 |
+
"eval_samples": 2000,
|
14 |
+
"eval_samples_per_second": 10.184,
|
15 |
+
"eval_steps_per_second": 0.321,
|
16 |
"total_flos": 0.0,
|
17 |
"train_loss": 0.21882489114921755,
|
18 |
"train_runtime": 49934.9402,
|
config.json
CHANGED
@@ -21,6 +21,6 @@
|
|
21 |
"tie_word_embeddings": false,
|
22 |
"torch_dtype": "bfloat16",
|
23 |
"transformers_version": "4.40.2",
|
24 |
-
"use_cache":
|
25 |
"vocab_size": 32000
|
26 |
}
|
|
|
21 |
"tie_word_embeddings": false,
|
22 |
"torch_dtype": "bfloat16",
|
23 |
"transformers_version": "4.40.2",
|
24 |
+
"use_cache": true,
|
25 |
"vocab_size": 32000
|
26 |
}
|
eval_results.json
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 2.998430141287284,
|
3 |
+
"eval_logits/chosen": -1.6524701118469238,
|
4 |
+
"eval_logits/rejected": -1.3897571563720703,
|
5 |
+
"eval_logps/chosen": -346.02056884765625,
|
6 |
+
"eval_logps/rejected": -366.2360534667969,
|
7 |
+
"eval_loss": 0.910855770111084,
|
8 |
+
"eval_rewards/accuracies": 0.7658730149269104,
|
9 |
+
"eval_rewards/chosen": -6.40665864944458,
|
10 |
+
"eval_rewards/margins": 4.195058822631836,
|
11 |
+
"eval_rewards/rejected": -10.601717948913574,
|
12 |
+
"eval_runtime": 196.377,
|
13 |
+
"eval_samples": 2000,
|
14 |
+
"eval_samples_per_second": 10.184,
|
15 |
+
"eval_steps_per_second": 0.321
|
16 |
+
}
|
runs/May14_17-59-18_ubuntu/events.out.tfevents.1715760404.ubuntu.774053.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f7461453ff6e80718704c100dbcb0ede4a71933f6ea4491e10e5259261a2555a
|
3 |
+
size 828
|