yalhessi commited on
Commit
dee96c4
·
verified ·
1 Parent(s): 543344a

End of training

Browse files
README.md ADDED
@@ -0,0 +1,92 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: other
4
+ base_model: deepseek-ai/deepseek-coder-1.3b-base
5
+ tags:
6
+ - generated_from_trainer
7
+ model-index:
8
+ - name: lemexp-task1-min_symbols_template_small-deepseek-coder-1.3b-base-ddp
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # lemexp-task1-min_symbols_template_small-deepseek-coder-1.3b-base-ddp
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.2065
20
+
21
+ ## Model description
22
+
23
+ More information needed
24
+
25
+ ## Intended uses & limitations
26
+
27
+ More information needed
28
+
29
+ ## Training and evaluation data
30
+
31
+ More information needed
32
+
33
+ ## Training procedure
34
+
35
+ ### Training hyperparameters
36
+
37
+ The following hyperparameters were used during training:
38
+ - learning_rate: 0.0002
39
+ - train_batch_size: 2
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: 6
49
+ - mixed_precision_training: Native AMP
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss |
54
+ |:-------------:|:------:|:-----:|:---------------:|
55
+ | 0.5153 | 0.2001 | 629 | 0.3804 |
56
+ | 0.3737 | 0.4001 | 1258 | 0.3328 |
57
+ | 0.339 | 0.6002 | 1887 | 0.3059 |
58
+ | 0.3011 | 0.8003 | 2516 | 0.2860 |
59
+ | 0.2889 | 1.0003 | 3145 | 0.2774 |
60
+ | 0.2715 | 1.2004 | 3774 | 0.2685 |
61
+ | 0.2638 | 1.4004 | 4403 | 0.2573 |
62
+ | 0.2513 | 1.6005 | 5032 | 0.2510 |
63
+ | 0.2493 | 1.8006 | 5661 | 0.2448 |
64
+ | 0.2416 | 2.0006 | 6290 | 0.2400 |
65
+ | 0.2359 | 2.2007 | 6919 | 0.2365 |
66
+ | 0.2247 | 2.4008 | 7548 | 0.2334 |
67
+ | 0.2204 | 2.6008 | 8177 | 0.2292 |
68
+ | 0.2208 | 2.8009 | 8806 | 0.2235 |
69
+ | 0.2157 | 3.0010 | 9435 | 0.2226 |
70
+ | 0.1976 | 3.2010 | 10064 | 0.2208 |
71
+ | 0.1991 | 3.4011 | 10693 | 0.2209 |
72
+ | 0.1982 | 3.6011 | 11322 | 0.2157 |
73
+ | 0.1977 | 3.8012 | 11951 | 0.2140 |
74
+ | 0.1949 | 4.0013 | 12580 | 0.2121 |
75
+ | 0.1821 | 4.2013 | 13209 | 0.2135 |
76
+ | 0.1791 | 4.4014 | 13838 | 0.2106 |
77
+ | 0.1829 | 4.6015 | 14467 | 0.2089 |
78
+ | 0.177 | 4.8015 | 15096 | 0.2085 |
79
+ | 0.1789 | 5.0016 | 15725 | 0.2063 |
80
+ | 0.1704 | 5.2017 | 16354 | 0.2083 |
81
+ | 0.1667 | 5.4017 | 16983 | 0.2074 |
82
+ | 0.1641 | 5.6018 | 17612 | 0.2068 |
83
+ | 0.1642 | 5.8018 | 18241 | 0.2065 |
84
+
85
+
86
+ ### Framework versions
87
+
88
+ - PEFT 0.14.0
89
+ - Transformers 4.47.0
90
+ - Pytorch 2.5.1+cu124
91
+ - Datasets 3.2.0
92
+ - Tokenizers 0.21.0
adapter_config.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "deepseek-ai/deepseek-coder-1.3b-base",
5
+ "bias": "none",
6
+ "eva_config": null,
7
+ "exclude_modules": null,
8
+ "fan_in_fan_out": false,
9
+ "inference_mode": true,
10
+ "init_lora_weights": true,
11
+ "layer_replication": null,
12
+ "layers_pattern": null,
13
+ "layers_to_transform": null,
14
+ "loftq_config": {},
15
+ "lora_alpha": 32,
16
+ "lora_bias": false,
17
+ "lora_dropout": 0.05,
18
+ "megatron_config": null,
19
+ "megatron_core": "megatron.core",
20
+ "modules_to_save": null,
21
+ "peft_type": "LORA",
22
+ "r": 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,
31
+ "use_rslora": false
32
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d7fa2e6cfb334c7f6a36d74bfe3faffcf185d3fc18298385b13e0cd83641fc1
3
+ size 6304096
loss_plot.png ADDED
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec3dd80851aa26765a820668b208523944538d3b7fc7cb8f4251e24631017bce
3
+ size 5432