NicholasCorrado commited on
Commit
507eb7e
1 Parent(s): 5c17f61

End of training

Browse files
Files changed (4) hide show
  1. README.md +19 -1
  2. all_results.json +13 -0
  3. config.json +1 -1
  4. eval_results.json +16 -0
README.md CHANGED
@@ -3,9 +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
  - generated_from_trainer
 
 
 
 
 
 
 
9
  model-index:
10
  - name: tinyllama-1.1b-chat-v1.0-ui-dpo-2
11
  results: []
@@ -16,7 +24,17 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  # tinyllama-1.1b-chat-v1.0-ui-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
 
21
  ## Model description
22
 
 
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
+ - data/ui_logic
17
  model-index:
18
  - name: tinyllama-1.1b-chat-v1.0-ui-dpo-2
19
  results: []
 
24
 
25
  # tinyllama-1.1b-chat-v1.0-ui-dpo-2
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, the data/ui_coding and the data/ui_logic datasets.
28
+ It achieves the following results on the evaluation set:
29
+ - Loss: 0.6931
30
+ - Rewards/chosen: 0.0
31
+ - Rewards/rejected: 0.0
32
+ - Rewards/accuracies: 0.0
33
+ - Rewards/margins: 0.0
34
+ - Logps/rejected: -239.1279
35
+ - Logps/chosen: -225.0590
36
+ - Logits/rejected: -2.3130
37
+ - Logits/chosen: -2.1421
38
 
39
  ## Model description
40
 
all_results.json CHANGED
@@ -1,5 +1,18 @@
1
  {
2
  "epoch": 2.0,
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  "total_flos": 0.0,
4
  "train_loss": 0.1732867956161499,
5
  "train_runtime": 32.0764,
 
1
  {
2
  "epoch": 2.0,
3
+ "eval_logits/chosen": -2.142118453979492,
4
+ "eval_logits/rejected": -2.312952756881714,
5
+ "eval_logps/chosen": -225.0589599609375,
6
+ "eval_logps/rejected": -239.12791442871094,
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": 0.76,
13
+ "eval_samples": 50,
14
+ "eval_samples_per_second": 65.79,
15
+ "eval_steps_per_second": 1.316,
16
  "total_flos": 0.0,
17
  "train_loss": 0.1732867956161499,
18
  "train_runtime": 32.0764,
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": -2.142118453979492,
4
+ "eval_logits/rejected": -2.312952756881714,
5
+ "eval_logps/chosen": -225.0589599609375,
6
+ "eval_logps/rejected": -239.12791442871094,
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": 0.76,
13
+ "eval_samples": 50,
14
+ "eval_samples_per_second": 65.79,
15
+ "eval_steps_per_second": 1.316
16
+ }