NicholasCorrado commited on
Commit
4fd2b06
1 Parent(s): adf1bdb

End of training

Browse files
Files changed (4) hide show
  1. README.md +16 -10
  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: zephyr-7b-uf-rlced-conifer-dpo-2e
11
  results: []
@@ -16,17 +22,17 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  # zephyr-7b-uf-rlced-conifer-dpo-2e
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
  It achieves the following results on the evaluation set:
21
- - Loss: 0.2471
22
- - Rewards/chosen: -3.9472
23
- - Rewards/rejected: -12.0338
24
- - Rewards/accuracies: 0.8910
25
- - Rewards/margins: 8.0866
26
- - Logps/rejected: -1613.5016
27
- - Logps/chosen: -779.3055
28
- - Logits/rejected: 4.5606
29
- - Logits/chosen: 2.4398
30
 
31
  ## Model description
32
 
 
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_rlced_conifer
15
  model-index:
16
  - name: zephyr-7b-uf-rlced-conifer-dpo-2e
17
  results: []
 
22
 
23
  # zephyr-7b-uf-rlced-conifer-dpo-2e
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/uf_rlced_conifer dataset.
26
  It achieves the following results on the evaluation set:
27
+ - Loss: 0.2466
28
+ - Rewards/chosen: -4.8588
29
+ - Rewards/rejected: -13.2530
30
+ - Rewards/accuracies: 0.8966
31
+ - Rewards/margins: 8.3941
32
+ - Logps/rejected: -1735.4203
33
+ - Logps/chosen: -870.4680
34
+ - Logits/rejected: 4.3075
35
+ - Logits/chosen: 1.8380
36
 
37
  ## Model description
38
 
all_results.json CHANGED
@@ -1,5 +1,18 @@
1
  {
2
  "epoch": 1.9986120749479528,
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  "total_flos": 0.0,
4
  "train_loss": 0.25082930790053476,
5
  "train_runtime": 42170.4729,
 
1
  {
2
  "epoch": 1.9986120749479528,
3
+ "eval_logits/chosen": 1.8379676342010498,
4
+ "eval_logits/rejected": 4.30747127532959,
5
+ "eval_logps/chosen": -870.468017578125,
6
+ "eval_logps/rejected": -1735.4202880859375,
7
+ "eval_loss": 0.24658846855163574,
8
+ "eval_rewards/accuracies": 0.896616518497467,
9
+ "eval_rewards/chosen": -4.8588385581970215,
10
+ "eval_rewards/margins": 8.39414119720459,
11
+ "eval_rewards/rejected": -13.252979278564453,
12
+ "eval_runtime": 384.8738,
13
+ "eval_samples": 8491,
14
+ "eval_samples_per_second": 22.062,
15
+ "eval_steps_per_second": 0.346,
16
  "total_flos": 0.0,
17
  "train_loss": 0.25082930790053476,
18
  "train_runtime": 42170.4729,
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": 1.9986120749479528,
3
+ "eval_logits/chosen": 1.8379676342010498,
4
+ "eval_logits/rejected": 4.30747127532959,
5
+ "eval_logps/chosen": -870.468017578125,
6
+ "eval_logps/rejected": -1735.4202880859375,
7
+ "eval_loss": 0.24658846855163574,
8
+ "eval_rewards/accuracies": 0.896616518497467,
9
+ "eval_rewards/chosen": -4.8588385581970215,
10
+ "eval_rewards/margins": 8.39414119720459,
11
+ "eval_rewards/rejected": -13.252979278564453,
12
+ "eval_runtime": 384.8738,
13
+ "eval_samples": 8491,
14
+ "eval_samples_per_second": 22.062,
15
+ "eval_steps_per_second": 0.346
16
+ }