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-align-scan-0.0-0.0-polynomial-2
|
11 |
results: []
|
@@ -16,17 +22,17 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
# zephyr-7b-align-scan-0.0-0.0-polynomial-2
|
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: -0.
|
23 |
-
- Rewards/rejected: -0.
|
24 |
-
- Rewards/accuracies: 0.
|
25 |
-
- Rewards/margins: 0.
|
26 |
-
- Logps/rejected: -
|
27 |
-
- Logps/chosen: -
|
28 |
-
- Logits/rejected: -2.
|
29 |
-
- Logits/chosen: -2.
|
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-align-scan-0.0-0.0-polynomial-2
|
17 |
results: []
|
|
|
22 |
|
23 |
# zephyr-7b-align-scan-0.0-0.0-polynomial-2
|
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.6399
|
28 |
+
- Rewards/chosen: -0.2376
|
29 |
+
- Rewards/rejected: -0.5744
|
30 |
+
- Rewards/accuracies: 0.3333
|
31 |
+
- Rewards/margins: 0.3368
|
32 |
+
- Logps/rejected: -96.4576
|
33 |
+
- Logps/chosen: -80.8310
|
34 |
+
- Logits/rejected: -2.3598
|
35 |
+
- Logits/chosen: -2.3790
|
36 |
|
37 |
## Model description
|
38 |
|
all_results.json
CHANGED
@@ -1,5 +1,18 @@
|
|
1 |
{
|
2 |
"epoch": 2.0,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
"total_flos": 0.0,
|
4 |
"train_loss": 0.5773687552039822,
|
5 |
"train_runtime": 2519.8607,
|
|
|
1 |
{
|
2 |
"epoch": 2.0,
|
3 |
+
"eval_logits/chosen": -2.3789620399475098,
|
4 |
+
"eval_logits/rejected": -2.3597521781921387,
|
5 |
+
"eval_logps/chosen": -80.83098602294922,
|
6 |
+
"eval_logps/rejected": -96.45763397216797,
|
7 |
+
"eval_loss": 0.6398673057556152,
|
8 |
+
"eval_rewards/accuracies": 0.3333333432674408,
|
9 |
+
"eval_rewards/chosen": -0.23755605518817902,
|
10 |
+
"eval_rewards/margins": 0.33684492111206055,
|
11 |
+
"eval_rewards/rejected": -0.5744009017944336,
|
12 |
+
"eval_runtime": 113.9474,
|
13 |
+
"eval_samples": 2000,
|
14 |
+
"eval_samples_per_second": 17.552,
|
15 |
+
"eval_steps_per_second": 0.553,
|
16 |
"total_flos": 0.0,
|
17 |
"train_loss": 0.5773687552039822,
|
18 |
"train_runtime": 2519.8607,
|
config.json
CHANGED
@@ -22,6 +22,6 @@
|
|
22 |
"tie_word_embeddings": false,
|
23 |
"torch_dtype": "bfloat16",
|
24 |
"transformers_version": "4.44.2",
|
25 |
-
"use_cache":
|
26 |
"vocab_size": 32000
|
27 |
}
|
|
|
22 |
"tie_word_embeddings": false,
|
23 |
"torch_dtype": "bfloat16",
|
24 |
"transformers_version": "4.44.2",
|
25 |
+
"use_cache": true,
|
26 |
"vocab_size": 32000
|
27 |
}
|
eval_results.json
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 2.0,
|
3 |
+
"eval_logits/chosen": -2.3789620399475098,
|
4 |
+
"eval_logits/rejected": -2.3597521781921387,
|
5 |
+
"eval_logps/chosen": -80.83098602294922,
|
6 |
+
"eval_logps/rejected": -96.45763397216797,
|
7 |
+
"eval_loss": 0.6398673057556152,
|
8 |
+
"eval_rewards/accuracies": 0.3333333432674408,
|
9 |
+
"eval_rewards/chosen": -0.23755605518817902,
|
10 |
+
"eval_rewards/margins": 0.33684492111206055,
|
11 |
+
"eval_rewards/rejected": -0.5744009017944336,
|
12 |
+
"eval_runtime": 113.9474,
|
13 |
+
"eval_samples": 2000,
|
14 |
+
"eval_samples_per_second": 17.552,
|
15 |
+
"eval_steps_per_second": 0.553
|
16 |
+
}
|
runs/Sep28_04-48-52_qa-a100-005.crc.nd.edu/events.out.tfevents.1727516394.qa-a100-005.crc.nd.edu.94716.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8d0b5ed4d8d265eb6537d509e19782458ce37f70d0ed808edfa45d95449d3378
|
3 |
+
size 828
|