YYYYYYibo commited on
Commit
f9aa23f
1 Parent(s): 773cf21

Model save

Browse files
README.md CHANGED
@@ -2,14 +2,10 @@
2
  license: apache-2.0
3
  library_name: peft
4
  tags:
5
- - alignment-handbook
6
- - generated_from_trainer
7
  - trl
8
  - dpo
 
9
  base_model: alignment-handbook/zephyr-7b-sft-full
10
- datasets:
11
- - updated
12
- - original
13
  model-index:
14
  - name: nash_dpo_doff_no_golden_iter_1
15
  results: []
@@ -20,17 +16,17 @@ should probably proofread and complete it, then remove this comment. -->
20
 
21
  # nash_dpo_doff_no_golden_iter_1
22
 
23
- 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 updated and the original datasets.
24
  It achieves the following results on the evaluation set:
 
 
 
 
25
  - Loss: 0.6749
26
- - Rewards/chosen: -0.0411
27
- - Rewards/rejected: -0.0904
28
  - Rewards/accuracies: 0.6100
 
29
  - Rewards/margins: 0.0493
30
- - Logps/rejected: -266.5563
31
- - Logps/chosen: -288.1525
32
- - Logits/rejected: -2.6646
33
- - Logits/chosen: -2.7444
34
 
35
  ## Model description
36
 
@@ -65,9 +61,9 @@ The following hyperparameters were used during training:
65
 
66
  ### Training results
67
 
68
- | Training Loss | Epoch | Step | Validation Loss | Rewards/chosen | Rewards/rejected | Rewards/accuracies | Rewards/margins | Logps/rejected | Logps/chosen | Logits/rejected | Logits/chosen |
69
- |:-------------:|:-----:|:----:|:---------------:|:--------------:|:----------------:|:------------------:|:---------------:|:--------------:|:------------:|:---------------:|:-------------:|
70
- | 0.6794 | 0.65 | 100 | 0.6749 | -0.0411 | -0.0904 | 0.6100 | 0.0493 | -266.5563 | -288.1525 | -2.6646 | -2.7444 |
71
 
72
 
73
  ### Framework versions
 
2
  license: apache-2.0
3
  library_name: peft
4
  tags:
 
 
5
  - trl
6
  - dpo
7
+ - generated_from_trainer
8
  base_model: alignment-handbook/zephyr-7b-sft-full
 
 
 
9
  model-index:
10
  - name: nash_dpo_doff_no_golden_iter_1
11
  results: []
 
16
 
17
  # nash_dpo_doff_no_golden_iter_1
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 the None dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Logits/chosen: -2.7444
22
+ - Logits/rejected: -2.6646
23
+ - Logps/chosen: -288.1525
24
+ - Logps/rejected: -266.5563
25
  - Loss: 0.6749
 
 
26
  - Rewards/accuracies: 0.6100
27
+ - Rewards/chosen: -0.0411
28
  - Rewards/margins: 0.0493
29
+ - Rewards/rejected: -0.0904
 
 
 
30
 
31
  ## Model description
32
 
 
61
 
62
  ### Training results
63
 
64
+ | Training Loss | Epoch | Step | Logits/chosen | Logits/rejected | Logps/chosen | Logps/rejected | Validation Loss | Rewards/accuracies | Rewards/chosen | Rewards/margins | Rewards/rejected |
65
+ |:-------------:|:-----:|:----:|:-------------:|:---------------:|:------------:|:--------------:|:---------------:|:------------------:|:--------------:|:---------------:|:----------------:|
66
+ | 0.6794 | 0.65 | 100 | -2.7444 | -2.6646 | -288.1525 | -266.5563 | 0.6749 | 0.6100 | -0.0411 | 0.0493 | -0.0904 |
67
 
68
 
69
  ### Framework versions
adapter_config.json CHANGED
@@ -20,12 +20,12 @@
20
  "revision": null,
21
  "target_modules": [
22
  "gate_proj",
23
- "up_proj",
24
- "down_proj",
25
  "k_proj",
26
  "q_proj",
27
  "v_proj",
28
- "o_proj"
 
29
  ],
30
  "task_type": "CAUSAL_LM"
31
  }
 
20
  "revision": null,
21
  "target_modules": [
22
  "gate_proj",
23
+ "o_proj",
 
24
  "k_proj",
25
  "q_proj",
26
  "v_proj",
27
+ "down_proj",
28
+ "up_proj"
29
  ],
30
  "task_type": "CAUSAL_LM"
31
  }
all_results.json CHANGED
@@ -1,8 +1,21 @@
1
  {
2
  "epoch": 1.0,
3
- "train_loss": 0.682184520889731,
4
- "train_runtime": 6533.4659,
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  "train_samples": 19600,
6
- "train_samples_per_second": 3.0,
7
- "train_steps_per_second": 0.023
8
  }
 
1
  {
2
  "epoch": 1.0,
3
+ "eval_logits/chosen": -2.7313623428344727,
4
+ "eval_logits/rejected": -2.6492152214050293,
5
+ "eval_logps/chosen": -291.2025146484375,
6
+ "eval_logps/rejected": -270.01739501953125,
7
+ "eval_loss": 0.6726499795913696,
8
+ "eval_rewards/accuracies": 0.6100000143051147,
9
+ "eval_rewards/chosen": -0.07162749022245407,
10
+ "eval_rewards/margins": 0.05338801071047783,
11
+ "eval_rewards/rejected": -0.1250154972076416,
12
+ "eval_runtime": 393.8336,
13
+ "eval_samples": 2000,
14
+ "eval_samples_per_second": 5.078,
15
+ "eval_steps_per_second": 0.635,
16
+ "train_loss": 0.0,
17
+ "train_runtime": 0.012,
18
  "train_samples": 19600,
19
+ "train_samples_per_second": 1639445.565,
20
+ "train_steps_per_second": 12797.713
21
  }
eval_results.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.0,
3
+ "eval_logits/chosen": -2.7313623428344727,
4
+ "eval_logits/rejected": -2.6492152214050293,
5
+ "eval_logps/chosen": -291.2025146484375,
6
+ "eval_logps/rejected": -270.01739501953125,
7
+ "eval_loss": 0.6726499795913696,
8
+ "eval_rewards/accuracies": 0.6100000143051147,
9
+ "eval_rewards/chosen": -0.07162749022245407,
10
+ "eval_rewards/margins": 0.05338801071047783,
11
+ "eval_rewards/rejected": -0.1250154972076416,
12
+ "eval_runtime": 393.8336,
13
+ "eval_samples": 2000,
14
+ "eval_samples_per_second": 5.078,
15
+ "eval_steps_per_second": 0.635
16
+ }
train_results.json CHANGED
@@ -1,8 +1,8 @@
1
  {
2
  "epoch": 1.0,
3
- "train_loss": 0.682184520889731,
4
- "train_runtime": 6533.4659,
5
  "train_samples": 19600,
6
- "train_samples_per_second": 3.0,
7
- "train_steps_per_second": 0.023
8
  }
 
1
  {
2
  "epoch": 1.0,
3
+ "train_loss": 0.0,
4
+ "train_runtime": 0.012,
5
  "train_samples": 19600,
6
+ "train_samples_per_second": 1639445.565,
7
+ "train_steps_per_second": 12797.713
8
  }
trainer_state.json CHANGED
@@ -252,10 +252,10 @@
252
  "epoch": 1.0,
253
  "step": 153,
254
  "total_flos": 0.0,
255
- "train_loss": 0.682184520889731,
256
- "train_runtime": 6533.4659,
257
- "train_samples_per_second": 3.0,
258
- "train_steps_per_second": 0.023
259
  }
260
  ],
261
  "logging_steps": 10,
 
252
  "epoch": 1.0,
253
  "step": 153,
254
  "total_flos": 0.0,
255
+ "train_loss": 0.0,
256
+ "train_runtime": 0.012,
257
+ "train_samples_per_second": 1639445.565,
258
+ "train_steps_per_second": 12797.713
259
  }
260
  ],
261
  "logging_steps": 10,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8b97ce1508a83f54f4a01efc85e5b209fe67bdb7f873ee5e2fe6aca2d8f9b412
3
  size 4920
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b0bfa9e38082baebb0956946fc19884374c70a778f9edf69afbe947876ecc28
3
  size 4920