NicholasCorrado commited on
Commit
fcd505a
·
verified ·
1 Parent(s): 08be805

End of training

Browse files
Files changed (4) hide show
  1. README.md +17 -10
  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: TinyLlama/TinyLlama-1.1B-Chat-v1.0
5
  tags:
 
6
  - trl
7
  - dpo
8
  - generated_from_trainer
 
 
 
 
 
 
9
  model-index:
10
  - name: tinyllama-1.1b-chat-v1.0-ui-math-coding-dpo-2
11
  results: []
@@ -16,17 +23,17 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  # tinyllama-1.1b-chat-v1.0-ui-math-coding-dpo-2
18
 
19
- 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.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 0.3224
22
- - Rewards/chosen: -3.3080
23
- - Rewards/rejected: -7.0491
24
- - Rewards/accuracies: 0.9062
25
- - Rewards/margins: 3.7411
26
- - Logps/rejected: -1048.2871
27
- - Logps/chosen: -689.9403
28
- - Logits/rejected: -1.4398
29
- - Logits/chosen: -1.4575
30
 
31
  ## Model description
32
 
 
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
+ - generated_from_trainer
13
+ datasets:
14
+ - data/ui_math
15
+ - data/ui_coding
16
  model-index:
17
  - name: tinyllama-1.1b-chat-v1.0-ui-math-coding-dpo-2
18
  results: []
 
23
 
24
  # tinyllama-1.1b-chat-v1.0-ui-math-coding-dpo-2
25
 
26
+ 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 and the data/ui_coding datasets.
27
  It achieves the following results on the evaluation set:
28
+ - Loss: 0.3362
29
+ - Rewards/chosen: -3.2340
30
+ - Rewards/rejected: -7.1489
31
+ - Rewards/accuracies: 0.875
32
+ - Rewards/margins: 3.9149
33
+ - Logps/rejected: -1058.2659
34
+ - Logps/chosen: -682.5323
35
+ - Logits/rejected: -1.3117
36
+ - Logits/chosen: -1.3352
37
 
38
  ## Model description
39
 
all_results.json CHANGED
@@ -1,5 +1,18 @@
1
  {
2
  "epoch": 2.0,
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  "total_flos": 0.0,
4
  "train_loss": 0.2817063624168927,
5
  "train_runtime": 11455.6006,
 
1
  {
2
  "epoch": 2.0,
3
+ "eval_logits/chosen": -1.3352028131484985,
4
+ "eval_logits/rejected": -1.3116942644119263,
5
+ "eval_logps/chosen": -682.5323486328125,
6
+ "eval_logps/rejected": -1058.265869140625,
7
+ "eval_loss": 0.3361551761627197,
8
+ "eval_rewards/accuracies": 0.875,
9
+ "eval_rewards/chosen": -3.233959674835205,
10
+ "eval_rewards/margins": 3.914942741394043,
11
+ "eval_rewards/rejected": -7.148902893066406,
12
+ "eval_runtime": 2.9627,
13
+ "eval_samples": 200,
14
+ "eval_samples_per_second": 67.507,
15
+ "eval_steps_per_second": 1.35,
16
  "total_flos": 0.0,
17
  "train_loss": 0.2817063624168927,
18
  "train_runtime": 11455.6006,
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 ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 2.0,
3
+ "eval_logits/chosen": -1.3352028131484985,
4
+ "eval_logits/rejected": -1.3116942644119263,
5
+ "eval_logps/chosen": -682.5323486328125,
6
+ "eval_logps/rejected": -1058.265869140625,
7
+ "eval_loss": 0.3361551761627197,
8
+ "eval_rewards/accuracies": 0.875,
9
+ "eval_rewards/chosen": -3.233959674835205,
10
+ "eval_rewards/margins": 3.914942741394043,
11
+ "eval_rewards/rejected": -7.148902893066406,
12
+ "eval_runtime": 2.9627,
13
+ "eval_samples": 200,
14
+ "eval_samples_per_second": 67.507,
15
+ "eval_steps_per_second": 1.35
16
+ }