stojchet commited on
Commit
09be672
1 Parent(s): bdd9964

End of training

Browse files
Files changed (2) hide show
  1. README.md +73 -0
  2. generation_config.json +6 -0
README.md ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ base_model: deepseek-ai/deepseek-coder-1.3b-base
4
+ tags:
5
+ - trl
6
+ - dpo
7
+ - generated_from_trainer
8
+ datasets:
9
+ - generator
10
+ model-index:
11
+ - name: dpo5k2
12
+ results: []
13
+ ---
14
+
15
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
+ should probably proofread and complete it, then remove this comment. -->
17
+
18
+ [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/stojchets/huggingface/runs/dpo5k2)
19
+ # dpo5k2
20
+
21
+ This model is a fine-tuned version of [deepseek-ai/deepseek-coder-1.3b-base](https://huggingface.co/deepseek-ai/deepseek-coder-1.3b-base) on the generator dataset.
22
+ It achieves the following results on the evaluation set:
23
+ - Loss: 6.1354
24
+ - Rewards/chosen: -37.3199
25
+ - Rewards/rejected: -114.4451
26
+ - Rewards/accuracies: 0.7599
27
+ - Rewards/margins: 77.1251
28
+ - Logps/rejected: -1316.1266
29
+ - Logps/chosen: -541.0429
30
+ - Logits/rejected: -13.2895
31
+ - Logits/chosen: -11.3220
32
+
33
+ ## Model description
34
+
35
+ More information needed
36
+
37
+ ## Intended uses & limitations
38
+
39
+ More information needed
40
+
41
+ ## Training and evaluation data
42
+
43
+ More information needed
44
+
45
+ ## Training procedure
46
+
47
+ ### Training hyperparameters
48
+
49
+ The following hyperparameters were used during training:
50
+ - learning_rate: 0.001
51
+ - train_batch_size: 2
52
+ - eval_batch_size: 8
53
+ - seed: 42
54
+ - gradient_accumulation_steps: 64
55
+ - total_train_batch_size: 128
56
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
57
+ - lr_scheduler_type: linear
58
+ - lr_scheduler_warmup_steps: 200
59
+ - num_epochs: 3
60
+
61
+ ### Training results
62
+
63
+ | Training Loss | Epoch | Step | Validation Loss | Rewards/chosen | Rewards/rejected | Rewards/accuracies | Rewards/margins | Logps/rejected | Logps/chosen | Logits/rejected | Logits/chosen |
64
+ |:-------------:|:------:|:----:|:---------------:|:--------------:|:----------------:|:------------------:|:---------------:|:--------------:|:------------:|:---------------:|:-------------:|
65
+ | 0.147 | 2.5744 | 100 | 6.1354 | -37.3199 | -114.4451 | 0.7599 | 77.1251 | -1316.1266 | -541.0429 | -13.2895 | -11.3220 |
66
+
67
+
68
+ ### Framework versions
69
+
70
+ - Transformers 4.43.0.dev0
71
+ - Pytorch 2.2.2+cu121
72
+ - Datasets 2.19.2
73
+ - Tokenizers 0.19.1
generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 32013,
4
+ "eos_token_id": 32014,
5
+ "transformers_version": "4.43.0.dev0"
6
+ }