AswanthCManoj commited on
Commit
40d2fa9
1 Parent(s): 6603e4b

azma-deepseek-coder-1.3b-instruct-structured-output

Browse files
Files changed (1) hide show
  1. README.md +11 -23
README.md CHANGED
@@ -18,7 +18,7 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  This model is a fine-tuned version of [deepseek-ai/deepseek-coder-1.3b-instruct](https://huggingface.co/deepseek-ai/deepseek-coder-1.3b-instruct) on the None dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 1.1804
22
 
23
  ## Model description
24
 
@@ -37,7 +37,7 @@ More information needed
37
  ### Training hyperparameters
38
 
39
  The following hyperparameters were used during training:
40
- - learning_rate: 2.5e-05
41
  - train_batch_size: 4
42
  - eval_batch_size: 4
43
  - seed: 42
@@ -47,33 +47,21 @@ The following hyperparameters were used during training:
47
  - lr_scheduler_type: cosine
48
  - lr_scheduler_warmup_ratio: 0.03
49
  - lr_scheduler_warmup_steps: 50
50
- - training_steps: 500
51
  - mixed_precision_training: Native AMP
52
 
53
  ### Training results
54
 
55
  | Training Loss | Epoch | Step | Validation Loss |
56
  |:-------------:|:-----:|:----:|:---------------:|
57
- | 1.8004 | 0.01 | 25 | 1.8163 |
58
- | 1.8977 | 0.01 | 50 | 1.6053 |
59
- | 1.5414 | 0.02 | 75 | 1.4712 |
60
- | 0.9012 | 0.02 | 100 | 1.3793 |
61
- | 1.2741 | 0.03 | 125 | 1.3288 |
62
- | 0.7702 | 0.04 | 150 | 1.2922 |
63
- | 1.3633 | 0.04 | 175 | 1.2580 |
64
- | 0.5385 | 0.05 | 200 | 1.2341 |
65
- | 1.3172 | 0.06 | 225 | 1.2157 |
66
- | 0.5901 | 0.06 | 250 | 1.2088 |
67
- | 1.2612 | 0.07 | 275 | 1.1989 |
68
- | 0.6468 | 0.07 | 300 | 1.1937 |
69
- | 1.2991 | 0.08 | 325 | 1.1891 |
70
- | 0.5557 | 0.09 | 350 | 1.1858 |
71
- | 1.148 | 0.09 | 375 | 1.1838 |
72
- | 0.634 | 0.1 | 400 | 1.1823 |
73
- | 1.2453 | 0.1 | 425 | 1.1812 |
74
- | 0.5921 | 0.11 | 450 | 1.1807 |
75
- | 1.0155 | 0.12 | 475 | 1.1805 |
76
- | 0.6354 | 0.12 | 500 | 1.1804 |
77
 
78
 
79
  ### Framework versions
 
18
 
19
  This model is a fine-tuned version of [deepseek-ai/deepseek-coder-1.3b-instruct](https://huggingface.co/deepseek-ai/deepseek-coder-1.3b-instruct) on the None dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 1.1485
22
 
23
  ## Model description
24
 
 
37
  ### Training hyperparameters
38
 
39
  The following hyperparameters were used during training:
40
+ - learning_rate: 0.0001
41
  - train_batch_size: 4
42
  - eval_batch_size: 4
43
  - seed: 42
 
47
  - lr_scheduler_type: cosine
48
  - lr_scheduler_warmup_ratio: 0.03
49
  - lr_scheduler_warmup_steps: 50
50
+ - training_steps: 200
51
  - mixed_precision_training: Native AMP
52
 
53
  ### Training results
54
 
55
  | Training Loss | Epoch | Step | Validation Loss |
56
  |:-------------:|:-----:|:----:|:---------------:|
57
+ | 1.3759 | 0.02 | 25 | 1.3449 |
58
+ | 0.5848 | 0.03 | 50 | 1.2507 |
59
+ | 1.0184 | 0.05 | 75 | 1.1688 |
60
+ | 0.5275 | 0.07 | 100 | 1.1849 |
61
+ | 0.9792 | 0.08 | 125 | 1.1529 |
62
+ | 0.5695 | 0.1 | 150 | 1.1572 |
63
+ | 0.8567 | 0.11 | 175 | 1.1495 |
64
+ | 0.5234 | 0.13 | 200 | 1.1485 |
 
 
 
 
 
 
 
 
 
 
 
 
65
 
66
 
67
  ### Framework versions