asadmasad commited on
Commit
9f25f97
1 Parent(s): 702d63f

Model save

Browse files
Files changed (1) hide show
  1. README.md +11 -10
README.md CHANGED
@@ -16,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  This model is a fine-tuned version of [deepseek-ai/deepseek-coder-7b-instruct-v1.5](https://huggingface.co/deepseek-ai/deepseek-coder-7b-instruct-v1.5) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 0.9089
20
 
21
  ## Model description
22
 
@@ -36,24 +36,25 @@ More information needed
36
 
37
  The following hyperparameters were used during training:
38
  - learning_rate: 5e-06
39
- - train_batch_size: 4
40
- - eval_batch_size: 4
41
  - seed: 42
42
- - gradient_accumulation_steps: 16
43
- - total_train_batch_size: 64
 
 
 
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: cosine
46
  - lr_scheduler_warmup_steps: 10
47
- - num_epochs: 4
48
 
49
  ### Training results
50
 
51
  | Training Loss | Epoch | Step | Validation Loss |
52
  |:-------------:|:-----:|:----:|:---------------:|
53
- | 0.0199 | 1.0 | 1 | 0.9079 |
54
- | 0.0199 | 2.0 | 2 | 0.9081 |
55
- | 0.0199 | 3.0 | 3 | 0.9107 |
56
- | 0.0199 | 4.0 | 4 | 0.9089 |
57
 
58
 
59
  ### Framework versions
 
16
 
17
  This model is a fine-tuned version of [deepseek-ai/deepseek-coder-7b-instruct-v1.5](https://huggingface.co/deepseek-ai/deepseek-coder-7b-instruct-v1.5) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 1.0356
20
 
21
  ## Model description
22
 
 
36
 
37
  The following hyperparameters were used during training:
38
  - learning_rate: 5e-06
39
+ - train_batch_size: 2
40
+ - eval_batch_size: 2
41
  - seed: 42
42
+ - distributed_type: multi-GPU
43
+ - num_devices: 4
44
+ - gradient_accumulation_steps: 2
45
+ - total_train_batch_size: 16
46
+ - total_eval_batch_size: 8
47
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
  - lr_scheduler_type: cosine
49
  - lr_scheduler_warmup_steps: 10
50
+ - num_epochs: 2
51
 
52
  ### Training results
53
 
54
  | Training Loss | Epoch | Step | Validation Loss |
55
  |:-------------:|:-----:|:----:|:---------------:|
56
+ | 0.2366 | 1.0 | 1 | 1.0393 |
57
+ | 0.3171 | 2.0 | 2 | 1.0356 |
 
 
58
 
59
 
60
  ### Framework versions