just1nseo commited on
Commit
221fc31
1 Parent(s): c39a015

End of training

Browse files
Files changed (4) hide show
  1. README.md +17 -10
  2. all_results.json +13 -0
  3. config.json +1 -1
  4. eval_results.json +16 -0
README.md CHANGED
@@ -1,8 +1,15 @@
1
  ---
 
2
  tags:
 
3
  - trl
4
  - dpo
5
  - generated_from_trainer
 
 
 
 
 
6
  model-index:
7
  - name: zephyr-7b-dpo-full-accumulation4
8
  results: []
@@ -13,17 +20,17 @@ should probably proofread and complete it, then remove this comment. -->
13
 
14
  # zephyr-7b-dpo-full-accumulation4
15
 
16
- This model was trained from scratch on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
- - Loss: 0.5042
19
- - Rewards/chosen: -1.0384
20
- - Rewards/rejected: -2.0520
21
- - Rewards/accuracies: 0.7773
22
- - Rewards/margins: 1.0136
23
- - Logps/rejected: -465.5701
24
- - Logps/chosen: -363.5876
25
- - Logits/rejected: 3.4727
26
- - Logits/chosen: 2.9519
27
 
28
  ## Model description
29
 
 
1
  ---
2
+ base_model: data/zephyr-7b-sft-full-accumulation2
3
  tags:
4
+ - alignment-handbook
5
  - trl
6
  - dpo
7
  - generated_from_trainer
8
+ - trl
9
+ - dpo
10
+ - generated_from_trainer
11
+ datasets:
12
+ - HuggingFaceH4/ultrafeedback_binarized
13
  model-index:
14
  - name: zephyr-7b-dpo-full-accumulation4
15
  results: []
 
20
 
21
  # zephyr-7b-dpo-full-accumulation4
22
 
23
+ This model is a fine-tuned version of [data/zephyr-7b-sft-full-accumulation2](https://huggingface.co/data/zephyr-7b-sft-full-accumulation2) on the HuggingFaceH4/ultrafeedback_binarized dataset.
24
  It achieves the following results on the evaluation set:
25
+ - Loss: 0.5032
26
+ - Rewards/chosen: -0.9893
27
+ - Rewards/rejected: -2.0234
28
+ - Rewards/accuracies: 0.7812
29
+ - Rewards/margins: 1.0341
30
+ - Logps/rejected: -462.7061
31
+ - Logps/chosen: -358.6745
32
+ - Logits/rejected: 3.3182
33
+ - Logits/chosen: 2.7991
34
 
35
  ## Model description
36
 
all_results.json CHANGED
@@ -1,5 +1,18 @@
1
  {
2
  "epoch": 0.9984301412872841,
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  "total_flos": 0.0,
4
  "train_loss": 0.5498417743346976,
5
  "train_runtime": 10726.7175,
 
1
  {
2
  "epoch": 0.9984301412872841,
3
+ "eval_logits/chosen": 2.7991323471069336,
4
+ "eval_logits/rejected": 3.318207263946533,
5
+ "eval_logps/chosen": -358.6744689941406,
6
+ "eval_logps/rejected": -462.7060546875,
7
+ "eval_loss": 0.5032069683074951,
8
+ "eval_rewards/accuracies": 0.78125,
9
+ "eval_rewards/chosen": -0.9892802238464355,
10
+ "eval_rewards/margins": 1.0340925455093384,
11
+ "eval_rewards/rejected": -2.0233726501464844,
12
+ "eval_runtime": 134.6793,
13
+ "eval_samples": 2000,
14
+ "eval_samples_per_second": 14.85,
15
+ "eval_steps_per_second": 0.238,
16
  "total_flos": 0.0,
17
  "train_loss": 0.5498417743346976,
18
  "train_runtime": 10726.7175,
config.json CHANGED
@@ -21,6 +21,6 @@
21
  "tie_word_embeddings": false,
22
  "torch_dtype": "bfloat16",
23
  "transformers_version": "4.40.0",
24
- "use_cache": false,
25
  "vocab_size": 32000
26
  }
 
21
  "tie_word_embeddings": false,
22
  "torch_dtype": "bfloat16",
23
  "transformers_version": "4.40.0",
24
+ "use_cache": true,
25
  "vocab_size": 32000
26
  }
eval_results.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 0.9984301412872841,
3
+ "eval_logits/chosen": 2.7991323471069336,
4
+ "eval_logits/rejected": 3.318207263946533,
5
+ "eval_logps/chosen": -358.6744689941406,
6
+ "eval_logps/rejected": -462.7060546875,
7
+ "eval_loss": 0.5032069683074951,
8
+ "eval_rewards/accuracies": 0.78125,
9
+ "eval_rewards/chosen": -0.9892802238464355,
10
+ "eval_rewards/margins": 1.0340925455093384,
11
+ "eval_rewards/rejected": -2.0233726501464844,
12
+ "eval_runtime": 134.6793,
13
+ "eval_samples": 2000,
14
+ "eval_samples_per_second": 14.85,
15
+ "eval_steps_per_second": 0.238
16
+ }