sfulay commited on
Commit
17ce58f
1 Parent(s): d684950

End of training

Browse files
Files changed (4) hide show
  1. README.md +19 -1
  2. all_results.json +13 -0
  3. config.json +1 -1
  4. eval_results.json +16 -0
README.md CHANGED
@@ -2,9 +2,17 @@
2
  license: apache-2.0
3
  base_model: alignment-handbook/zephyr-7b-sft-full
4
  tags:
 
5
  - trl
6
  - dpo
7
  - generated_from_trainer
 
 
 
 
 
 
 
8
  model-index:
9
  - name: zephyr-7b-dpo-full
10
  results: []
@@ -15,7 +23,17 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  # zephyr-7b-dpo-full
17
 
18
- 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 None dataset.
 
 
 
 
 
 
 
 
 
 
19
 
20
  ## Model description
21
 
 
2
  license: apache-2.0
3
  base_model: alignment-handbook/zephyr-7b-sft-full
4
  tags:
5
+ - alignment-handbook
6
  - trl
7
  - dpo
8
  - generated_from_trainer
9
+ - trl
10
+ - dpo
11
+ - generated_from_trainer
12
+ datasets:
13
+ - hh
14
+ - oasst
15
+ - shp
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 hh, the oasst and the shp datasets.
27
+ It achieves the following results on the evaluation set:
28
+ - Loss: 0.6931
29
+ - Rewards/chosen: 0.0
30
+ - Rewards/rejected: 0.0
31
+ - Rewards/accuracies: 0.0
32
+ - Rewards/margins: 0.0
33
+ - Logps/rejected: -159.4422
34
+ - Logps/chosen: -280.7648
35
+ - Logits/rejected: -2.5764
36
+ - Logits/chosen: -2.6334
37
 
38
  ## Model description
39
 
all_results.json CHANGED
@@ -1,5 +1,18 @@
1
  {
2
  "epoch": 1.0,
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  "total_flos": 0.0,
4
  "train_loss": 0.6931471824645996,
5
  "train_runtime": 29.6161,
 
1
  {
2
  "epoch": 1.0,
3
+ "eval_logits/chosen": -2.6333940029144287,
4
+ "eval_logits/rejected": -2.5763978958129883,
5
+ "eval_logps/chosen": -280.7647705078125,
6
+ "eval_logps/rejected": -159.44223022460938,
7
+ "eval_loss": 0.6931471228599548,
8
+ "eval_rewards/accuracies": 0.0,
9
+ "eval_rewards/chosen": 0.0,
10
+ "eval_rewards/margins": 0.0,
11
+ "eval_rewards/rejected": 0.0,
12
+ "eval_runtime": 5.9655,
13
+ "eval_samples": 100,
14
+ "eval_samples_per_second": 16.763,
15
+ "eval_steps_per_second": 0.335,
16
  "total_flos": 0.0,
17
  "train_loss": 0.6931471824645996,
18
  "train_runtime": 29.6161,
config.json CHANGED
@@ -21,6 +21,6 @@
21
  "tie_word_embeddings": false,
22
  "torch_dtype": "bfloat16",
23
  "transformers_version": "4.41.2",
24
- "use_cache": false,
25
  "vocab_size": 32000
26
  }
 
21
  "tie_word_embeddings": false,
22
  "torch_dtype": "bfloat16",
23
  "transformers_version": "4.41.2",
24
+ "use_cache": true,
25
  "vocab_size": 32000
26
  }
eval_results.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.0,
3
+ "eval_logits/chosen": -2.6333940029144287,
4
+ "eval_logits/rejected": -2.5763978958129883,
5
+ "eval_logps/chosen": -280.7647705078125,
6
+ "eval_logps/rejected": -159.44223022460938,
7
+ "eval_loss": 0.6931471228599548,
8
+ "eval_rewards/accuracies": 0.0,
9
+ "eval_rewards/chosen": 0.0,
10
+ "eval_rewards/margins": 0.0,
11
+ "eval_rewards/rejected": 0.0,
12
+ "eval_runtime": 5.9655,
13
+ "eval_samples": 100,
14
+ "eval_samples_per_second": 16.763,
15
+ "eval_steps_per_second": 0.335
16
+ }