yalhessi commited on
Commit
6ee1c8b
·
verified ·
1 Parent(s): ace55ab

End of training

Browse files
README.md CHANGED
@@ -15,6 +15,8 @@ should probably proofread and complete it, then remove this comment. -->
15
  # lemexp-task1-min_symbols_template_small-deepseek-coder-1.3b-base-fsdp
16
 
17
  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.
 
 
18
 
19
  ## Model description
20
 
@@ -38,19 +40,22 @@ The following hyperparameters were used during training:
38
  - eval_batch_size: 2
39
  - seed: 42
40
  - distributed_type: multi-GPU
41
- - num_devices: 4
42
- - total_train_batch_size: 8
43
- - total_eval_batch_size: 8
44
  - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
45
  - lr_scheduler_type: linear
46
- - training_steps: 100
47
  - mixed_precision_training: Native AMP
48
 
49
  ### Training results
50
 
51
  | Training Loss | Epoch | Step | Validation Loss |
52
  |:-------------:|:------:|:----:|:---------------:|
53
- | No log | 0.0159 | 100 | 0.5220 |
 
 
 
54
 
55
 
56
  ### Framework versions
 
15
  # lemexp-task1-min_symbols_template_small-deepseek-coder-1.3b-base-fsdp
16
 
17
  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.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.2424
20
 
21
  ## Model description
22
 
 
40
  - eval_batch_size: 2
41
  - seed: 42
42
  - distributed_type: multi-GPU
43
+ - num_devices: 8
44
+ - total_train_batch_size: 16
45
+ - total_eval_batch_size: 16
46
  - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
47
  - lr_scheduler_type: linear
48
+ - num_epochs: 1
49
  - mixed_precision_training: Native AMP
50
 
51
  ### Training results
52
 
53
  | Training Loss | Epoch | Step | Validation Loss |
54
  |:-------------:|:------:|:----:|:---------------:|
55
+ | 0.4402 | 0.2001 | 629 | 0.3310 |
56
+ | 0.3256 | 0.4001 | 1258 | 0.2849 |
57
+ | 0.2909 | 0.6002 | 1887 | 0.2562 |
58
+ | 0.2536 | 0.8003 | 2516 | 0.2424 |
59
 
60
 
61
  ### Framework versions
adapter_config.json CHANGED
@@ -23,8 +23,8 @@
23
  "rank_pattern": {},
24
  "revision": null,
25
  "target_modules": [
26
- "v_proj",
27
- "q_proj"
28
  ],
29
  "task_type": "CAUSAL_LM",
30
  "use_dora": false,
 
23
  "rank_pattern": {},
24
  "revision": null,
25
  "target_modules": [
26
+ "q_proj",
27
+ "v_proj"
28
  ],
29
  "task_type": "CAUSAL_LM",
30
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1e3e903def254be763946465e929ea413492f619ea49046a7e38294273242453
3
  size 6304096
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f69867821b1b0e74654974465611a29e9041ec85fe72d4c9ab469b8931e214a
3
  size 6304096
loss_plot.png CHANGED
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:68d088982efd670ecd3b47c15866308d997e2e76658ff96332dccf4a3685778a
3
- size 5432
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a77e41ba7390d63e904702f19dc81f4c9e1287298b794e3a46f5296f3156a33
3
+ size 5496