End of training
Browse files- README.md +16 -13
- all_results.json +16 -0
- config.json +40 -0
- eval_results.json +19 -0
- runs/Jul29_11-56-09_node12/events.out.tfevents.1722231834.node12.2246976.1 +3 -0
README.md
CHANGED
@@ -2,10 +2,13 @@
|
|
2 |
license: apache-2.0
|
3 |
library_name: peft
|
4 |
tags:
|
|
|
5 |
- trl
|
6 |
- dpo
|
7 |
- generated_from_trainer
|
8 |
base_model: alignment-handbook/zephyr-7b-sft-full
|
|
|
|
|
9 |
model-index:
|
10 |
- name: zephyr-dpo-qlora-gpt4-5e-6-epoch3
|
11 |
results: []
|
@@ -16,20 +19,20 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
# zephyr-dpo-qlora-gpt4-5e-6-epoch3
|
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 the
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 1.
|
22 |
-
- Rewards/chosen: -16.
|
23 |
-
- Rewards/rejected: -19.
|
24 |
-
- Rewards/accuracies: 0.
|
25 |
-
- Rewards/margins: 2.
|
26 |
-
- Rewards/margins Max: 11.
|
27 |
-
- Rewards/margins Min: -5.
|
28 |
-
- Rewards/margins Std: 7.
|
29 |
-
- Logps/rejected: -
|
30 |
-
- Logps/chosen: -
|
31 |
-
- Logits/rejected: -1.
|
32 |
-
- Logits/chosen: -1.
|
33 |
|
34 |
## Model description
|
35 |
|
|
|
2 |
license: apache-2.0
|
3 |
library_name: peft
|
4 |
tags:
|
5 |
+
- alignment-handbook
|
6 |
- trl
|
7 |
- dpo
|
8 |
- generated_from_trainer
|
9 |
base_model: alignment-handbook/zephyr-7b-sft-full
|
10 |
+
datasets:
|
11 |
+
- generation/GPT4
|
12 |
model-index:
|
13 |
- name: zephyr-dpo-qlora-gpt4-5e-6-epoch3
|
14 |
results: []
|
|
|
19 |
|
20 |
# zephyr-dpo-qlora-gpt4-5e-6-epoch3
|
21 |
|
22 |
+
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 generation/GPT4 dataset.
|
23 |
It achieves the following results on the evaluation set:
|
24 |
+
- Loss: 1.8389
|
25 |
+
- Rewards/chosen: -16.6323
|
26 |
+
- Rewards/rejected: -19.5704
|
27 |
+
- Rewards/accuracies: 0.6905
|
28 |
+
- Rewards/margins: 2.9381
|
29 |
+
- Rewards/margins Max: 11.9980
|
30 |
+
- Rewards/margins Min: -5.2949
|
31 |
+
- Rewards/margins Std: 7.7821
|
32 |
+
- Logps/rejected: -2216.2207
|
33 |
+
- Logps/chosen: -1948.4508
|
34 |
+
- Logits/rejected: -1.4331
|
35 |
+
- Logits/chosen: -1.5188
|
36 |
|
37 |
## Model description
|
38 |
|
all_results.json
CHANGED
@@ -1,5 +1,21 @@
|
|
1 |
{
|
2 |
"epoch": 3.0,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
"train_loss": 0.1103198329137612,
|
4 |
"train_runtime": 9245.0119,
|
5 |
"train_samples": 5678,
|
|
|
1 |
{
|
2 |
"epoch": 3.0,
|
3 |
+
"eval_logits/chosen": -1.5187865495681763,
|
4 |
+
"eval_logits/rejected": -1.4330620765686035,
|
5 |
+
"eval_logps/chosen": -1948.4508056640625,
|
6 |
+
"eval_logps/rejected": -2216.220703125,
|
7 |
+
"eval_loss": 1.8388876914978027,
|
8 |
+
"eval_rewards/accuracies": 0.6904761791229248,
|
9 |
+
"eval_rewards/chosen": -16.632295608520508,
|
10 |
+
"eval_rewards/margins": 2.9380877017974854,
|
11 |
+
"eval_rewards/margins_max": 11.99801254272461,
|
12 |
+
"eval_rewards/margins_min": -5.294867038726807,
|
13 |
+
"eval_rewards/margins_std": 7.78206729888916,
|
14 |
+
"eval_rewards/rejected": -19.570384979248047,
|
15 |
+
"eval_runtime": 281.8693,
|
16 |
+
"eval_samples": 2000,
|
17 |
+
"eval_samples_per_second": 7.095,
|
18 |
+
"eval_steps_per_second": 0.224,
|
19 |
"train_loss": 0.1103198329137612,
|
20 |
"train_runtime": 9245.0119,
|
21 |
"train_samples": 5678,
|
config.json
ADDED
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "alignment-handbook/zephyr-7b-sft-full",
|
3 |
+
"architectures": [
|
4 |
+
"MistralForCausalLM"
|
5 |
+
],
|
6 |
+
"attention_dropout": 0.0,
|
7 |
+
"bos_token_id": 1,
|
8 |
+
"eos_token_id": 2,
|
9 |
+
"hidden_act": "silu",
|
10 |
+
"hidden_size": 4096,
|
11 |
+
"initializer_range": 0.02,
|
12 |
+
"intermediate_size": 14336,
|
13 |
+
"max_position_embeddings": 32768,
|
14 |
+
"model_type": "mistral",
|
15 |
+
"num_attention_heads": 32,
|
16 |
+
"num_hidden_layers": 32,
|
17 |
+
"num_key_value_heads": 8,
|
18 |
+
"quantization_config": {
|
19 |
+
"_load_in_4bit": true,
|
20 |
+
"_load_in_8bit": false,
|
21 |
+
"bnb_4bit_compute_dtype": "bfloat16",
|
22 |
+
"bnb_4bit_quant_type": "nf4",
|
23 |
+
"bnb_4bit_use_double_quant": false,
|
24 |
+
"llm_int8_enable_fp32_cpu_offload": false,
|
25 |
+
"llm_int8_has_fp16_weight": false,
|
26 |
+
"llm_int8_skip_modules": null,
|
27 |
+
"llm_int8_threshold": 6.0,
|
28 |
+
"load_in_4bit": true,
|
29 |
+
"load_in_8bit": false,
|
30 |
+
"quant_method": "bitsandbytes"
|
31 |
+
},
|
32 |
+
"rms_norm_eps": 1e-05,
|
33 |
+
"rope_theta": 10000.0,
|
34 |
+
"sliding_window": 4096,
|
35 |
+
"tie_word_embeddings": false,
|
36 |
+
"torch_dtype": "bfloat16",
|
37 |
+
"transformers_version": "4.39.0.dev0",
|
38 |
+
"use_cache": true,
|
39 |
+
"vocab_size": 32000
|
40 |
+
}
|
eval_results.json
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 3.0,
|
3 |
+
"eval_logits/chosen": -1.5187865495681763,
|
4 |
+
"eval_logits/rejected": -1.4330620765686035,
|
5 |
+
"eval_logps/chosen": -1948.4508056640625,
|
6 |
+
"eval_logps/rejected": -2216.220703125,
|
7 |
+
"eval_loss": 1.8388876914978027,
|
8 |
+
"eval_rewards/accuracies": 0.6904761791229248,
|
9 |
+
"eval_rewards/chosen": -16.632295608520508,
|
10 |
+
"eval_rewards/margins": 2.9380877017974854,
|
11 |
+
"eval_rewards/margins_max": 11.99801254272461,
|
12 |
+
"eval_rewards/margins_min": -5.294867038726807,
|
13 |
+
"eval_rewards/margins_std": 7.78206729888916,
|
14 |
+
"eval_rewards/rejected": -19.570384979248047,
|
15 |
+
"eval_runtime": 281.8693,
|
16 |
+
"eval_samples": 2000,
|
17 |
+
"eval_samples_per_second": 7.095,
|
18 |
+
"eval_steps_per_second": 0.224
|
19 |
+
}
|
runs/Jul29_11-56-09_node12/events.out.tfevents.1722231834.node12.2246976.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9889ad12d5be2151c425c32d7ab4c23dda000613126770a218837f1bf71a915a
|
3 |
+
size 1017
|