NicholasCorrado commited on
Commit
25d9a16
·
verified ·
1 Parent(s): e7af3f7

End of training

Browse files
README.md CHANGED
@@ -3,10 +3,16 @@ library_name: transformers
3
  license: apache-2.0
4
  base_model: alignment-handbook/zephyr-7b-sft-full
5
  tags:
 
 
 
 
6
  - trl
7
  - dpo
8
  - alignment-handbook
9
  - generated_from_trainer
 
 
10
  model-index:
11
  - name: zephyr-7b-dpo-full
12
  results: []
@@ -17,17 +23,17 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  # zephyr-7b-dpo-full
19
 
20
- This model is a fine-tuned version of [alignment-handbook/zephyr-7b-sft-full](https://huggingface.co/alignment-handbook/zephyr-7b-sft-full) on an unknown dataset.
21
  It achieves the following results on the evaluation set:
22
- - Loss: 0.2490
23
- - Rewards/chosen: -4.6026
24
- - Rewards/rejected: -9.7319
25
- - Rewards/accuracies: 0.8463
26
- - Rewards/margins: 5.1294
27
- - Logps/rejected: -1276.6984
28
- - Logps/chosen: -751.7161
29
- - Logits/rejected: -1.1260
30
- - Logits/chosen: -1.5108
31
 
32
  ## Model description
33
 
 
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
  - alignment-handbook
13
  - generated_from_trainer
14
+ datasets:
15
+ - HuggingFaceH4/ultrafeedback_binarized
16
  model-index:
17
  - name: zephyr-7b-dpo-full
18
  results: []
 
23
 
24
  # zephyr-7b-dpo-full
25
 
26
+ 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.
27
  It achieves the following results on the evaluation set:
28
+ - Loss: 0.2487
29
+ - Rewards/chosen: -4.9500
30
+ - Rewards/rejected: -10.6858
31
+ - Rewards/accuracies: 0.8533
32
+ - Rewards/margins: 5.7358
33
+ - Logps/rejected: -1372.0834
34
+ - Logps/chosen: -786.4601
35
+ - Logits/rejected: -1.1251
36
+ - Logits/chosen: -1.5758
37
 
38
  ## Model description
39
 
all_results.json CHANGED
@@ -1,17 +1,17 @@
1
  {
2
  "epoch": 0.9980806142034548,
3
- "eval_logits/chosen": -1.7157304286956787,
4
- "eval_logits/rejected": -1.2709392309188843,
5
- "eval_logps/chosen": -759.6055297851562,
6
- "eval_logps/rejected": -1354.8134765625,
7
- "eval_loss": 0.24732786417007446,
8
- "eval_rewards/accuracies": 0.8524844646453857,
9
- "eval_rewards/chosen": -4.681485176086426,
10
- "eval_rewards/margins": 5.831614017486572,
11
- "eval_rewards/rejected": -10.513099670410156,
12
- "eval_runtime": 461.8444,
13
  "eval_samples": 5126,
14
- "eval_samples_per_second": 11.099,
15
  "eval_steps_per_second": 0.349,
16
  "total_flos": 0.0,
17
  "train_loss": 0.32177775089557353,
 
1
  {
2
  "epoch": 0.9980806142034548,
3
+ "eval_logits/chosen": -1.575805425643921,
4
+ "eval_logits/rejected": -1.1250745058059692,
5
+ "eval_logps/chosen": -786.4600830078125,
6
+ "eval_logps/rejected": -1372.0833740234375,
7
+ "eval_loss": 0.2487475574016571,
8
+ "eval_rewards/accuracies": 0.85326087474823,
9
+ "eval_rewards/chosen": -4.950030326843262,
10
+ "eval_rewards/margins": 5.735767841339111,
11
+ "eval_rewards/rejected": -10.685796737670898,
12
+ "eval_runtime": 461.9104,
13
  "eval_samples": 5126,
14
+ "eval_samples_per_second": 11.097,
15
  "eval_steps_per_second": 0.349,
16
  "total_flos": 0.0,
17
  "train_loss": 0.32177775089557353,
config.json CHANGED
@@ -22,6 +22,6 @@
22
  "tie_word_embeddings": false,
23
  "torch_dtype": "bfloat16",
24
  "transformers_version": "4.44.1",
25
- "use_cache": false,
26
  "vocab_size": 32000
27
  }
 
22
  "tie_word_embeddings": false,
23
  "torch_dtype": "bfloat16",
24
  "transformers_version": "4.44.1",
25
+ "use_cache": true,
26
  "vocab_size": 32000
27
  }
eval_results.json CHANGED
@@ -1,16 +1,16 @@
1
  {
2
  "epoch": 0.9980806142034548,
3
- "eval_logits/chosen": -1.7157304286956787,
4
- "eval_logits/rejected": -1.2709392309188843,
5
- "eval_logps/chosen": -759.6055297851562,
6
- "eval_logps/rejected": -1354.8134765625,
7
- "eval_loss": 0.24732786417007446,
8
- "eval_rewards/accuracies": 0.8524844646453857,
9
- "eval_rewards/chosen": -4.681485176086426,
10
- "eval_rewards/margins": 5.831614017486572,
11
- "eval_rewards/rejected": -10.513099670410156,
12
- "eval_runtime": 461.8444,
13
  "eval_samples": 5126,
14
- "eval_samples_per_second": 11.099,
15
  "eval_steps_per_second": 0.349
16
  }
 
1
  {
2
  "epoch": 0.9980806142034548,
3
+ "eval_logits/chosen": -1.575805425643921,
4
+ "eval_logits/rejected": -1.1250745058059692,
5
+ "eval_logps/chosen": -786.4600830078125,
6
+ "eval_logps/rejected": -1372.0833740234375,
7
+ "eval_loss": 0.2487475574016571,
8
+ "eval_rewards/accuracies": 0.85326087474823,
9
+ "eval_rewards/chosen": -4.950030326843262,
10
+ "eval_rewards/margins": 5.735767841339111,
11
+ "eval_rewards/rejected": -10.685796737670898,
12
+ "eval_runtime": 461.9104,
13
  "eval_samples": 5126,
14
+ "eval_samples_per_second": 11.097,
15
  "eval_steps_per_second": 0.349
16
  }
runs/Aug25_02-05-26_ip-10-0-9-154.ec2.internal/events.out.tfevents.1724566667.ip-10-0-9-154.ec2.internal.56487.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15ea715dfb6844de75cf024d35d29050886eef742177bb8b2f8fbd47b1d2785e
3
+ size 828