stojchet commited on
Commit
1d33e91
·
verified ·
1 Parent(s): 2977e47

End of training

Browse files
Files changed (1) hide show
  1. README.md +9 -12
README.md CHANGED
@@ -1,9 +1,7 @@
1
  ---
2
- base_model: deepseek-ai/deepseek-coder-1.3b-base
3
- datasets:
4
- - generator
5
  library_name: peft
6
  license: other
 
7
  tags:
8
  - trl
9
  - sft
@@ -16,10 +14,9 @@ model-index:
16
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
17
  should probably proofread and complete it, then remove this comment. -->
18
 
19
- [<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/dw29jj1w)
20
  # sft5
21
 
22
- 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.
23
 
24
  ## Model description
25
 
@@ -38,16 +35,16 @@ More information needed
38
  ### Training hyperparameters
39
 
40
  The following hyperparameters were used during training:
41
- - learning_rate: 5e-05
42
- - train_batch_size: 16
43
  - eval_batch_size: 8
44
  - seed: 42
45
  - gradient_accumulation_steps: 16
46
- - total_train_batch_size: 256
47
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
  - lr_scheduler_type: linear
49
  - lr_scheduler_warmup_steps: 200
50
- - num_epochs: 1
51
 
52
  ### Training results
53
 
@@ -56,7 +53,7 @@ The following hyperparameters were used during training:
56
  ### Framework versions
57
 
58
  - PEFT 0.10.0
59
- - Transformers 4.43.0.dev0
60
- - Pytorch 2.2.2+cu121
61
  - Datasets 2.19.2
62
- - Tokenizers 0.19.1
 
1
  ---
 
 
 
2
  library_name: peft
3
  license: other
4
+ base_model: deepseek-ai/deepseek-coder-1.3b-base
5
  tags:
6
  - trl
7
  - sft
 
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
  # sft5
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 an unknown dataset.
20
 
21
  ## Model description
22
 
 
35
  ### Training hyperparameters
36
 
37
  The following hyperparameters were used during training:
38
+ - learning_rate: 0.05
39
+ - train_batch_size: 8
40
  - eval_batch_size: 8
41
  - seed: 42
42
  - gradient_accumulation_steps: 16
43
+ - total_train_batch_size: 128
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
  - lr_scheduler_warmup_steps: 200
47
+ - num_epochs: 5
48
 
49
  ### Training results
50
 
 
53
  ### Framework versions
54
 
55
  - PEFT 0.10.0
56
+ - Transformers 4.45.0
57
+ - Pytorch 2.5.1+cu124
58
  - Datasets 2.19.2
59
+ - Tokenizers 0.20.3