End of training
Browse files- README.md +15 -9
- all_results.json +13 -0
- config.json +1 -1
- eval_results.json +11 -11
- runs/Aug19_16-52-57_simpo-8-0-0/events.out.tfevents.1724120128.simpo-8-0-0.97801.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,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
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
-
- Rewards/chosen: -
|
22 |
-
- Rewards/rejected: -1.
|
23 |
- Rewards/accuracies: 0.7812
|
24 |
-
- Rewards/margins: 0.
|
25 |
-
- Logps/rejected: -
|
26 |
-
- Logps/chosen: -
|
27 |
-
- Logits/rejected: 2.
|
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.5061
|
27 |
+
- Rewards/chosen: -1.0205
|
28 |
+
- Rewards/rejected: -1.9944
|
29 |
- Rewards/accuracies: 0.7812
|
30 |
+
- Rewards/margins: 0.9740
|
31 |
+
- Logps/rejected: -462.1064
|
32 |
+
- Logps/chosen: -364.6778
|
33 |
+
- Logits/rejected: 2.4089
|
34 |
+
- Logits/chosen: 1.6213
|
35 |
|
36 |
## Model description
|
37 |
|
all_results.json
CHANGED
@@ -1,5 +1,18 @@
|
|
1 |
{
|
2 |
"epoch": 1.0,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
"total_flos": 0.0,
|
4 |
"train_loss": 0.5401068107852377,
|
5 |
"train_runtime": 7660.5652,
|
|
|
1 |
{
|
2 |
"epoch": 1.0,
|
3 |
+
"eval_logits/chosen": 1.6213219165802002,
|
4 |
+
"eval_logits/rejected": 2.4088590145111084,
|
5 |
+
"eval_logps/chosen": -364.67779541015625,
|
6 |
+
"eval_logps/rejected": -462.1063537597656,
|
7 |
+
"eval_loss": 0.5060754418373108,
|
8 |
+
"eval_rewards/accuracies": 0.78125,
|
9 |
+
"eval_rewards/chosen": -1.0204789638519287,
|
10 |
+
"eval_rewards/margins": 0.9739635586738586,
|
11 |
+
"eval_rewards/rejected": -1.9944424629211426,
|
12 |
+
"eval_runtime": 93.5321,
|
13 |
+
"eval_samples": 2000,
|
14 |
+
"eval_samples_per_second": 21.383,
|
15 |
+
"eval_steps_per_second": 0.342,
|
16 |
"total_flos": 0.0,
|
17 |
"train_loss": 0.5401068107852377,
|
18 |
"train_runtime": 7660.5652,
|
config.json
CHANGED
@@ -22,6 +22,6 @@
|
|
22 |
"tie_word_embeddings": false,
|
23 |
"torch_dtype": "bfloat16",
|
24 |
"transformers_version": "4.44.0",
|
25 |
-
"use_cache":
|
26 |
"vocab_size": 32000
|
27 |
}
|
|
|
22 |
"tie_word_embeddings": false,
|
23 |
"torch_dtype": "bfloat16",
|
24 |
"transformers_version": "4.44.0",
|
25 |
+
"use_cache": true,
|
26 |
"vocab_size": 32000
|
27 |
}
|
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": 0.
|
11 |
-
"eval_rewards/rejected": -1.
|
12 |
-
"eval_runtime": 93.
|
13 |
"eval_samples": 2000,
|
14 |
-
"eval_samples_per_second": 21.
|
15 |
"eval_steps_per_second": 0.342
|
16 |
}
|
|
|
1 |
{
|
2 |
"epoch": 1.0,
|
3 |
+
"eval_logits/chosen": 1.6213219165802002,
|
4 |
+
"eval_logits/rejected": 2.4088590145111084,
|
5 |
+
"eval_logps/chosen": -364.67779541015625,
|
6 |
+
"eval_logps/rejected": -462.1063537597656,
|
7 |
+
"eval_loss": 0.5060754418373108,
|
8 |
+
"eval_rewards/accuracies": 0.78125,
|
9 |
+
"eval_rewards/chosen": -1.0204789638519287,
|
10 |
+
"eval_rewards/margins": 0.9739635586738586,
|
11 |
+
"eval_rewards/rejected": -1.9944424629211426,
|
12 |
+
"eval_runtime": 93.5321,
|
13 |
"eval_samples": 2000,
|
14 |
+
"eval_samples_per_second": 21.383,
|
15 |
"eval_steps_per_second": 0.342
|
16 |
}
|
runs/Aug19_16-52-57_simpo-8-0-0/events.out.tfevents.1724120128.simpo-8-0-0.97801.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ab55658549f3305129de0d5fbdc2690a8b904d4fbd79cf4ca6efa16779757894
|
3 |
+
size 828
|