stojchet commited on
Commit
4ad51fc
·
verified ·
1 Parent(s): 92a4b62

End of training

Browse files
Files changed (1) hide show
  1. README.md +74 -0
README.md ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: other
4
+ base_model: deepseek-ai/deepseek-coder-1.3b-base
5
+ tags:
6
+ - trl
7
+ - kto
8
+ - generated_from_trainer
9
+ model-index:
10
+ - name: kto4
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # kto4
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: nan
22
+ - Eval/rewards/chosen: 0.0
23
+ - Eval/logps/chosen: 0.0
24
+ - Eval/rewards/rejected: 0.0
25
+ - Eval/logps/rejected: 0.0
26
+ - Eval/rewards/margins: 0.0
27
+ - Eval/kl: nan
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: 0.1
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: 4
57
+ - mixed_precision_training: Native AMP
58
+
59
+ ### Training results
60
+
61
+ | Training Loss | Epoch | Step | Validation Loss | |
62
+ |:-------------:|:------:|:----:|:---------------:|:---:|
63
+ | 0.4759 | 1.1552 | 100 | 0.5000 | 0.0 |
64
+ | 0.5018 | 2.3105 | 200 | 0.5000 | 0.0 |
65
+ | 4.6568 | 3.4657 | 300 | nan | nan |
66
+
67
+
68
+ ### Framework versions
69
+
70
+ - PEFT 0.10.0
71
+ - Transformers 4.45.0
72
+ - Pytorch 2.5.1+cu124
73
+ - Datasets 2.19.2
74
+ - Tokenizers 0.20.3