NicholasCorrado commited on
Commit
c0814a3
·
verified ·
1 Parent(s): fc3efc2

End of training

Browse files
Files changed (4) hide show
  1. README.md +18 -1
  2. all_results.json +13 -13
  3. config.json +1 -1
  4. eval_results.json +14 -14
README.md CHANGED
@@ -3,10 +3,17 @@ library_name: transformers
3
  license: apache-2.0
4
  base_model: TinyLlama/TinyLlama-1.1B-Chat-v1.0
5
  tags:
 
 
 
 
6
  - trl
7
  - dpo
8
  - alignment-handbook
9
  - generated_from_trainer
 
 
 
10
  model-index:
11
  - name: tinyllama-1.1b-chat-v1.0-ui-math-coding-group-dpo
12
  results: []
@@ -17,7 +24,17 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  # tinyllama-1.1b-chat-v1.0-ui-math-coding-group-dpo
19
 
20
- This model is a fine-tuned version of [TinyLlama/TinyLlama-1.1B-Chat-v1.0](https://huggingface.co/TinyLlama/TinyLlama-1.1B-Chat-v1.0) on the None dataset.
 
 
 
 
 
 
 
 
 
 
21
 
22
  ## Model description
23
 
 
3
  license: apache-2.0
4
  base_model: TinyLlama/TinyLlama-1.1B-Chat-v1.0
5
  tags:
6
+ - alignment-handbook
7
+ - trl
8
+ - dpo
9
+ - generated_from_trainer
10
  - trl
11
  - dpo
12
  - alignment-handbook
13
  - generated_from_trainer
14
+ datasets:
15
+ - data/ui_math_ref
16
+ - data/ui_coding_ref
17
  model-index:
18
  - name: tinyllama-1.1b-chat-v1.0-ui-math-coding-group-dpo
19
  results: []
 
24
 
25
  # tinyllama-1.1b-chat-v1.0-ui-math-coding-group-dpo
26
 
27
+ This model is a fine-tuned version of [TinyLlama/TinyLlama-1.1B-Chat-v1.0](https://huggingface.co/TinyLlama/TinyLlama-1.1B-Chat-v1.0) on the data/ui_math_ref and the data/ui_coding_ref datasets.
28
+ It achieves the following results on the evaluation set:
29
+ - Loss: 0.4193
30
+ - Rewards/chosen: -0.6057
31
+ - Rewards/rejected: -1.6972
32
+ - Rewards/accuracies: 0.7188
33
+ - Rewards/margins: 1.0915
34
+ - Logps/rejected: -538.1440
35
+ - Logps/chosen: -448.5587
36
+ - Logits/rejected: -2.6494
37
+ - Logits/chosen: -2.6509
38
 
39
  ## Model description
40
 
all_results.json CHANGED
@@ -1,18 +1,18 @@
1
  {
2
  "epoch": 0.9963369963369964,
3
- "eval_logits/chosen": -2.156226873397827,
4
- "eval_logits/rejected": -2.1579225063323975,
5
- "eval_logps/chosen": -308.5898132324219,
6
- "eval_logps/rejected": -291.931640625,
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": 1.5116,
13
- "eval_samples": 100,
14
- "eval_samples_per_second": 66.156,
15
- "eval_steps_per_second": 0.662,
16
  "total_flos": 0.0,
17
  "train_loss": 0.09771968247186319,
18
  "train_runtime": 5407.8058,
 
1
  {
2
  "epoch": 0.9963369963369964,
3
+ "eval_logits/chosen": -2.650862693786621,
4
+ "eval_logits/rejected": -2.649400234222412,
5
+ "eval_logps/chosen": -448.55865478515625,
6
+ "eval_logps/rejected": -538.1439819335938,
7
+ "eval_loss": 0.41933417320251465,
8
+ "eval_rewards/accuracies": 0.71875,
9
+ "eval_rewards/chosen": -0.6056715250015259,
10
+ "eval_rewards/margins": 1.091530680656433,
11
+ "eval_rewards/rejected": -1.697202205657959,
12
+ "eval_runtime": 2.9829,
13
+ "eval_samples": 200,
14
+ "eval_samples_per_second": 67.048,
15
+ "eval_steps_per_second": 0.67,
16
  "total_flos": 0.0,
17
  "train_loss": 0.09771968247186319,
18
  "train_runtime": 5407.8058,
config.json CHANGED
@@ -24,6 +24,6 @@
24
  "tie_word_embeddings": false,
25
  "torch_dtype": "bfloat16",
26
  "transformers_version": "4.44.1",
27
- "use_cache": false,
28
  "vocab_size": 32000
29
  }
 
24
  "tie_word_embeddings": false,
25
  "torch_dtype": "bfloat16",
26
  "transformers_version": "4.44.1",
27
+ "use_cache": true,
28
  "vocab_size": 32000
29
  }
eval_results.json CHANGED
@@ -1,16 +1,16 @@
1
  {
2
- "epoch": 1.0,
3
- "eval_logits/chosen": -2.156226873397827,
4
- "eval_logits/rejected": -2.1579225063323975,
5
- "eval_logps/chosen": -308.5898132324219,
6
- "eval_logps/rejected": -291.931640625,
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": 1.5116,
13
- "eval_samples": 100,
14
- "eval_samples_per_second": 66.156,
15
- "eval_steps_per_second": 0.662
16
  }
 
1
  {
2
+ "epoch": 0.9963369963369964,
3
+ "eval_logits/chosen": -2.650862693786621,
4
+ "eval_logits/rejected": -2.649400234222412,
5
+ "eval_logps/chosen": -448.55865478515625,
6
+ "eval_logps/rejected": -538.1439819335938,
7
+ "eval_loss": 0.41933417320251465,
8
+ "eval_rewards/accuracies": 0.71875,
9
+ "eval_rewards/chosen": -0.6056715250015259,
10
+ "eval_rewards/margins": 1.091530680656433,
11
+ "eval_rewards/rejected": -1.697202205657959,
12
+ "eval_runtime": 2.9829,
13
+ "eval_samples": 200,
14
+ "eval_samples_per_second": 67.048,
15
+ "eval_steps_per_second": 0.67
16
  }