NicholasCorrado commited on
Commit
25ec75f
1 Parent(s): 020d6ef

End of training

Browse files
Files changed (4) hide show
  1. README.md +17 -1
  2. all_results.json +13 -0
  3. config.json +1 -1
  4. eval_results.json +16 -0
README.md CHANGED
@@ -3,9 +3,15 @@ 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: rlced-conifer-zephyr-7b-dpo-full
11
  results: []
@@ -16,7 +22,17 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  # rlced-conifer-zephyr-7b-dpo-full
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/rlced_conifer
15
  model-index:
16
  - name: rlced-conifer-zephyr-7b-dpo-full
17
  results: []
 
22
 
23
  # rlced-conifer-zephyr-7b-dpo-full
24
 
25
+ 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/rlced_conifer dataset.
26
+ It achieves the following results on the evaluation set:
27
+ - Loss: 0.1691
28
+ - Rewards/chosen: -2.9092
29
+ - Rewards/rejected: -8.6906
30
+ - Rewards/accuracies: 0.9240
31
+ - Rewards/margins: 5.7814
32
+ - Logps/rejected: -1311.8641
33
+ - Logps/chosen: -712.8596
34
+ - Logits/rejected: 0.8491
35
+ - Logits/chosen: -0.7188
36
 
37
  ## Model description
38
 
all_results.json CHANGED
@@ -1,5 +1,18 @@
1
  {
2
  "epoch": 0.9963674104826155,
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  "total_flos": 0.0,
4
  "train_loss": 0.250737202167511,
5
  "train_runtime": 29028.2374,
 
1
  {
2
  "epoch": 0.9963674104826155,
3
+ "eval_logits/chosen": -0.7187579870223999,
4
+ "eval_logits/rejected": 0.8491049408912659,
5
+ "eval_logps/chosen": -712.8595581054688,
6
+ "eval_logps/rejected": -1311.8641357421875,
7
+ "eval_loss": 0.16912925243377686,
8
+ "eval_rewards/accuracies": 0.9240196347236633,
9
+ "eval_rewards/chosen": -2.9091784954071045,
10
+ "eval_rewards/margins": 5.781402111053467,
11
+ "eval_rewards/rejected": -8.690580368041992,
12
+ "eval_runtime": 602.9119,
13
+ "eval_samples": 6491,
14
+ "eval_samples_per_second": 10.766,
15
+ "eval_steps_per_second": 0.169,
16
  "total_flos": 0.0,
17
  "train_loss": 0.250737202167511,
18
  "train_runtime": 29028.2374,
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 ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 0.9963674104826155,
3
+ "eval_logits/chosen": -0.7187579870223999,
4
+ "eval_logits/rejected": 0.8491049408912659,
5
+ "eval_logps/chosen": -712.8595581054688,
6
+ "eval_logps/rejected": -1311.8641357421875,
7
+ "eval_loss": 0.16912925243377686,
8
+ "eval_rewards/accuracies": 0.9240196347236633,
9
+ "eval_rewards/chosen": -2.9091784954071045,
10
+ "eval_rewards/margins": 5.781402111053467,
11
+ "eval_rewards/rejected": -8.690580368041992,
12
+ "eval_runtime": 602.9119,
13
+ "eval_samples": 6491,
14
+ "eval_samples_per_second": 10.766,
15
+ "eval_steps_per_second": 0.169
16
+ }