NicholasCorrado commited on
Commit
163a851
1 Parent(s): f8e3a1b

End of training

Browse files
Files changed (4) hide show
  1. README.md +17 -1
  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: 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-coding-dpo
11
  results: []
@@ -16,7 +22,17 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  # tinyllama-1.1b-chat-v1.0-ui-coding-dpo
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 an unknown 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_coding
15
  model-index:
16
  - name: tinyllama-1.1b-chat-v1.0-ui-coding-dpo
17
  results: []
 
22
 
23
  # tinyllama-1.1b-chat-v1.0-ui-coding-dpo
24
 
25
+ 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_coding dataset.
26
+ It achieves the following results on the evaluation set:
27
+ - Loss: 0.1684
28
+ - Rewards/chosen: -0.7677
29
+ - Rewards/rejected: -2.5922
30
+ - Rewards/accuracies: 0.9375
31
+ - Rewards/margins: 1.8245
32
+ - Logps/rejected: -741.4999
33
+ - Logps/chosen: -524.4795
34
+ - Logits/rejected: -3.0282
35
+ - Logits/chosen: -2.9346
36
 
37
  ## Model description
38
 
all_results.json CHANGED
@@ -1,5 +1,18 @@
1
  {
2
  "epoch": 0.9947089947089947,
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  "total_flos": 0.0,
4
  "train_loss": 0.5087684798747936,
5
  "train_runtime": 2521.2346,
 
1
  {
2
  "epoch": 0.9947089947089947,
3
+ "eval_logits/chosen": -2.934617280960083,
4
+ "eval_logits/rejected": -3.0282351970672607,
5
+ "eval_logps/chosen": -524.4794921875,
6
+ "eval_logps/rejected": -741.4998779296875,
7
+ "eval_loss": 0.1684425175189972,
8
+ "eval_rewards/accuracies": 0.9375,
9
+ "eval_rewards/chosen": -0.7677375078201294,
10
+ "eval_rewards/margins": 1.8244943618774414,
11
+ "eval_rewards/rejected": -2.5922317504882812,
12
+ "eval_runtime": 1.3947,
13
+ "eval_samples": 100,
14
+ "eval_samples_per_second": 71.701,
15
+ "eval_steps_per_second": 0.717,
16
  "total_flos": 0.0,
17
  "train_loss": 0.5087684798747936,
18
  "train_runtime": 2521.2346,
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": 0.9947089947089947,
3
+ "eval_logits/chosen": -2.934617280960083,
4
+ "eval_logits/rejected": -3.0282351970672607,
5
+ "eval_logps/chosen": -524.4794921875,
6
+ "eval_logps/rejected": -741.4998779296875,
7
+ "eval_loss": 0.1684425175189972,
8
+ "eval_rewards/accuracies": 0.9375,
9
+ "eval_rewards/chosen": -0.7677375078201294,
10
+ "eval_rewards/margins": 1.8244943618774414,
11
+ "eval_rewards/rejected": -2.5922317504882812,
12
+ "eval_runtime": 1.3947,
13
+ "eval_samples": 100,
14
+ "eval_samples_per_second": 71.701,
15
+ "eval_steps_per_second": 0.717
16
+ }