NicholasCorrado commited on
Commit
8ec8155
1 Parent(s): 5494a14

End of training

Browse files
Files changed (4) hide show
  1. README.md +18 -1
  2. all_results.json +13 -0
  3. config.json +1 -1
  4. eval_results.json +16 -0
README.md CHANGED
@@ -3,9 +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
  - generated_from_trainer
 
 
 
 
 
 
9
  model-index:
10
  - name: zephyr-7b-uf-rc-small-dpo
11
  results: []
@@ -16,7 +23,17 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  # zephyr-7b-uf-rc-small-dpo
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 an unknown dataset.
 
 
 
 
 
 
 
 
 
 
20
 
21
  ## Model description
22
 
 
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
+ - generated_from_trainer
13
+ datasets:
14
+ - data/uf
15
+ - data/rlced_conifer
16
  model-index:
17
  - name: zephyr-7b-uf-rc-small-dpo
18
  results: []
 
23
 
24
  # zephyr-7b-uf-rc-small-dpo
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 data/uf and the data/rlced_conifer datasets.
27
+ It achieves the following results on the evaluation set:
28
+ - Loss: 0.3443
29
+ - Rewards/chosen: -1.6459
30
+ - Rewards/rejected: -3.1222
31
+ - Rewards/accuracies: 0.8701
32
+ - Rewards/margins: 1.4764
33
+ - Logps/rejected: -758.1630
34
+ - Logps/chosen: -587.9950
35
+ - Logits/rejected: -2.7637
36
+ - Logits/chosen: -2.7840
37
 
38
  ## Model description
39
 
all_results.json CHANGED
@@ -1,5 +1,18 @@
1
  {
2
  "epoch": 0.9874476987447699,
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  "total_flos": 0.0,
4
  "train_loss": 0.47203683449050127,
5
  "train_runtime": 1681.7427,
 
1
  {
2
  "epoch": 0.9874476987447699,
3
+ "eval_logits/chosen": -2.7839648723602295,
4
+ "eval_logits/rejected": -2.763737201690674,
5
+ "eval_logps/chosen": -587.9949951171875,
6
+ "eval_logps/rejected": -758.1629638671875,
7
+ "eval_loss": 0.3443484902381897,
8
+ "eval_rewards/accuracies": 0.8700980544090271,
9
+ "eval_rewards/chosen": -1.6458674669265747,
10
+ "eval_rewards/margins": 1.476360559463501,
11
+ "eval_rewards/rejected": -3.122227668762207,
12
+ "eval_runtime": 296.2496,
13
+ "eval_samples": 6491,
14
+ "eval_samples_per_second": 21.911,
15
+ "eval_steps_per_second": 0.344,
16
  "total_flos": 0.0,
17
  "train_loss": 0.47203683449050127,
18
  "train_runtime": 1681.7427,
config.json CHANGED
@@ -22,6 +22,6 @@
22
  "tie_word_embeddings": false,
23
  "torch_dtype": "bfloat16",
24
  "transformers_version": "4.44.2",
25
- "use_cache": false,
26
  "vocab_size": 32000
27
  }
 
22
  "tie_word_embeddings": false,
23
  "torch_dtype": "bfloat16",
24
  "transformers_version": "4.44.2",
25
+ "use_cache": true,
26
  "vocab_size": 32000
27
  }
eval_results.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 0.9874476987447699,
3
+ "eval_logits/chosen": -2.7839648723602295,
4
+ "eval_logits/rejected": -2.763737201690674,
5
+ "eval_logps/chosen": -587.9949951171875,
6
+ "eval_logps/rejected": -758.1629638671875,
7
+ "eval_loss": 0.3443484902381897,
8
+ "eval_rewards/accuracies": 0.8700980544090271,
9
+ "eval_rewards/chosen": -1.6458674669265747,
10
+ "eval_rewards/margins": 1.476360559463501,
11
+ "eval_rewards/rejected": -3.122227668762207,
12
+ "eval_runtime": 296.2496,
13
+ "eval_samples": 6491,
14
+ "eval_samples_per_second": 21.911,
15
+ "eval_steps_per_second": 0.344
16
+ }