stojchet commited on
Commit
5fe97dd
1 Parent(s): 33c19b5

End of training

Browse files
Files changed (2) hide show
  1. README.md +70 -0
  2. generation_config.json +6 -0
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: deepseek-ai/deepseek-coder-1.3b-base
3
+ tags:
4
+ - trl
5
+ - kto
6
+ - generated_from_trainer
7
+ model-index:
8
+ - name: jk2
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ [<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/jk2)
16
+ # jk2
17
+
18
+ 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.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.4080
21
+ - Eval/rewards/chosen: -2.0095
22
+ - Eval/logps/chosen: -123.2623
23
+ - Eval/rewards/rejected: -11.5886
24
+ - Eval/logps/rejected: -246.7162
25
+ - Eval/rewards/margins: 9.5791
26
+ - Eval/kl: 0.0
27
+
28
+ ## Model description
29
+
30
+ More information needed
31
+
32
+ ## Intended uses & limitations
33
+
34
+ More information needed
35
+
36
+ ## Training and evaluation data
37
+
38
+ More information needed
39
+
40
+ ## Training procedure
41
+
42
+ ### Training hyperparameters
43
+
44
+ The following hyperparameters were used during training:
45
+ - learning_rate: 5e-05
46
+ - train_batch_size: 8
47
+ - eval_batch_size: 8
48
+ - seed: 42
49
+ - gradient_accumulation_steps: 16
50
+ - total_train_batch_size: 128
51
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
52
+ - lr_scheduler_type: linear
53
+ - lr_scheduler_warmup_ratio: 0.1
54
+ - lr_scheduler_warmup_steps: 200
55
+ - num_epochs: 3
56
+ - mixed_precision_training: Native AMP
57
+
58
+ ### Training results
59
+
60
+ | Training Loss | Epoch | Step | Validation Loss | |
61
+ |:-------------:|:------:|:----:|:---------------:|:---:|
62
+ | 0.1298 | 1.7058 | 100 | 0.4080 | 0.0 |
63
+
64
+
65
+ ### Framework versions
66
+
67
+ - Transformers 4.43.0.dev0
68
+ - Pytorch 2.2.2+cu121
69
+ - Datasets 2.19.2
70
+ - 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
+ }