AswanthCManoj
commited on
Commit
•
40d2fa9
1
Parent(s):
6603e4b
azma-deepseek-coder-1.3b-instruct-structured-output
Browse files
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.
|
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:
|
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:
|
51 |
- mixed_precision_training: Native AMP
|
52 |
|
53 |
### Training results
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss |
|
56 |
|:-------------:|:-----:|:----:|:---------------:|
|
57 |
-
| 1.
|
58 |
-
|
|
59 |
-
| 1.
|
60 |
-
| 0.
|
61 |
-
|
|
62 |
-
| 0.
|
63 |
-
|
|
64 |
-
| 0.
|
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
|