stojchet commited on
Commit
270b934
1 Parent(s): 09e75bd

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
+ - kto
7
+ - generated_from_trainer
8
+ model-index:
9
+ - name: jnkto1
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ [<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/jnkto1)
17
+ # jnkto1
18
+
19
+ 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 None dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 0.1736
22
+ - Eval/rewards/chosen: 2.7194
23
+ - Eval/logps/chosen: -115.4005
24
+ - Eval/rewards/rejected: -10.6606
25
+ - Eval/logps/rejected: -287.6642
26
+ - Eval/rewards/margins: 13.3800
27
+ - Eval/kl: 9.8756
28
+
29
+ ## Model description
30
+
31
+ More information needed
32
+
33
+ ## Intended uses & limitations
34
+
35
+ More information needed
36
+
37
+ ## Training and evaluation data
38
+
39
+ More information needed
40
+
41
+ ## Training procedure
42
+
43
+ ### Training hyperparameters
44
+
45
+ The following hyperparameters were used during training:
46
+ - learning_rate: 1e-05
47
+ - train_batch_size: 8
48
+ - eval_batch_size: 8
49
+ - seed: 42
50
+ - gradient_accumulation_steps: 16
51
+ - total_train_batch_size: 128
52
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
53
+ - lr_scheduler_type: linear
54
+ - lr_scheduler_warmup_ratio: 0.1
55
+ - lr_scheduler_warmup_steps: 200
56
+ - num_epochs: 3
57
+ - mixed_precision_training: Native AMP
58
+
59
+ ### Training results
60
+
61
+ | Training Loss | Epoch | Step | Validation Loss | |
62
+ |:-------------:|:------:|:----:|:---------------:|:-------:|
63
+ | 0.2036 | 0.9143 | 100 | 0.2671 | 17.7704 |
64
+ | 0.0449 | 1.8286 | 200 | 0.2020 | 13.9933 |
65
+ | 0.0259 | 2.7429 | 300 | 0.1736 | 9.8756 |
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
+ }