End of training
Browse files
README.md
CHANGED
@@ -1,8 +1,11 @@
|
|
1 |
---
|
2 |
base_model: alignment-handbook/zephyr-7b-sft-full
|
|
|
|
|
3 |
library_name: peft
|
4 |
license: apache-2.0
|
5 |
tags:
|
|
|
6 |
- trl
|
7 |
- dpo
|
8 |
- generated_from_trainer
|
@@ -16,22 +19,22 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
# zephyr-dpop-qlora-uf-oursuf6k-5e-7
|
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: 0.6903
|
22 |
-
- Positive Losses: 0.
|
23 |
- Dpo Losses: 0.6851
|
24 |
-
- Rewards/chosen: 0.
|
25 |
-
- Rewards/rejected: 0.
|
26 |
-
- Rewards/accuracies: 0.
|
27 |
-
- Rewards/margins: 0.
|
28 |
-
- Rewards/margins Max: 0.
|
29 |
-
- Rewards/margins Min: -0.
|
30 |
-
- Rewards/margins Std: 0.
|
31 |
-
- Logps/rejected: -254.
|
32 |
-
- Logps/chosen: -278.
|
33 |
-
- Logits/rejected: -2.
|
34 |
-
- Logits/chosen: -2.
|
35 |
|
36 |
## Model description
|
37 |
|
|
|
1 |
---
|
2 |
base_model: alignment-handbook/zephyr-7b-sft-full
|
3 |
+
datasets:
|
4 |
+
- generation/UF6k
|
5 |
library_name: peft
|
6 |
license: apache-2.0
|
7 |
tags:
|
8 |
+
- alignment-handbook
|
9 |
- trl
|
10 |
- dpo
|
11 |
- generated_from_trainer
|
|
|
19 |
|
20 |
# zephyr-dpop-qlora-uf-oursuf6k-5e-7
|
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/UF6k dataset.
|
23 |
It achieves the following results on the evaluation set:
|
24 |
- Loss: 0.6903
|
25 |
+
- Positive Losses: 0.0369
|
26 |
- Dpo Losses: 0.6851
|
27 |
+
- Rewards/chosen: 0.0601
|
28 |
+
- Rewards/rejected: 0.0433
|
29 |
+
- Rewards/accuracies: 0.6090
|
30 |
+
- Rewards/margins: 0.0168
|
31 |
+
- Rewards/margins Max: 0.0933
|
32 |
+
- Rewards/margins Min: -0.0510
|
33 |
+
- Rewards/margins Std: 0.0482
|
34 |
+
- Logps/rejected: -254.2451
|
35 |
+
- Logps/chosen: -278.5801
|
36 |
+
- Logits/rejected: -2.7575
|
37 |
+
- Logits/chosen: -2.7964
|
38 |
|
39 |
## Model description
|
40 |
|
all_results.json
CHANGED
@@ -1,5 +1,23 @@
|
|
1 |
{
|
2 |
"epoch": 1.0,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
"train_loss": 0.6833745032026056,
|
4 |
"train_runtime": 9125.7542,
|
5 |
"train_samples": 10941,
|
|
|
1 |
{
|
2 |
"epoch": 1.0,
|
3 |
+
"eval_dpo_losses": 0.6851017475128174,
|
4 |
+
"eval_logits/chosen": -2.796370506286621,
|
5 |
+
"eval_logits/rejected": -2.7574775218963623,
|
6 |
+
"eval_logps/chosen": -278.58013916015625,
|
7 |
+
"eval_logps/rejected": -254.24514770507812,
|
8 |
+
"eval_loss": 0.6902781128883362,
|
9 |
+
"eval_positive_losses": 0.036926720291376114,
|
10 |
+
"eval_rewards/accuracies": 0.609000027179718,
|
11 |
+
"eval_rewards/chosen": 0.060132984071969986,
|
12 |
+
"eval_rewards/margins": 0.016795208677649498,
|
13 |
+
"eval_rewards/margins_max": 0.09327653795480728,
|
14 |
+
"eval_rewards/margins_min": -0.05095779150724411,
|
15 |
+
"eval_rewards/margins_std": 0.0482446551322937,
|
16 |
+
"eval_rewards/rejected": 0.04333777725696564,
|
17 |
+
"eval_runtime": 428.2812,
|
18 |
+
"eval_samples": 2000,
|
19 |
+
"eval_samples_per_second": 4.67,
|
20 |
+
"eval_steps_per_second": 0.292,
|
21 |
"train_loss": 0.6833745032026056,
|
22 |
"train_runtime": 9125.7542,
|
23 |
"train_samples": 10941,
|
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,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 1.0,
|
3 |
+
"eval_dpo_losses": 0.6851017475128174,
|
4 |
+
"eval_logits/chosen": -2.796370506286621,
|
5 |
+
"eval_logits/rejected": -2.7574775218963623,
|
6 |
+
"eval_logps/chosen": -278.58013916015625,
|
7 |
+
"eval_logps/rejected": -254.24514770507812,
|
8 |
+
"eval_loss": 0.6902781128883362,
|
9 |
+
"eval_positive_losses": 0.036926720291376114,
|
10 |
+
"eval_rewards/accuracies": 0.609000027179718,
|
11 |
+
"eval_rewards/chosen": 0.060132984071969986,
|
12 |
+
"eval_rewards/margins": 0.016795208677649498,
|
13 |
+
"eval_rewards/margins_max": 0.09327653795480728,
|
14 |
+
"eval_rewards/margins_min": -0.05095779150724411,
|
15 |
+
"eval_rewards/margins_std": 0.0482446551322937,
|
16 |
+
"eval_rewards/rejected": 0.04333777725696564,
|
17 |
+
"eval_runtime": 428.2812,
|
18 |
+
"eval_samples": 2000,
|
19 |
+
"eval_samples_per_second": 4.67,
|
20 |
+
"eval_steps_per_second": 0.292
|
21 |
+
}
|
runs/Jul24_06-16-31_notebook-deployment-48-7d9b6c99-khd85/events.out.tfevents.1721811448.notebook-deployment-48-7d9b6c99-khd85.3314908.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1e491cf7c939a263a9efd36a9a60af9c0a1aef80a68c66354fd56bc48134d4d5
|
3 |
+
size 1130
|