towhid2000bd commited on
Commit
9b17898
·
verified ·
1 Parent(s): febf607

towhid2000bd/amplifier_design_deepseek_7B-Instruct

Browse files
README.md ADDED
@@ -0,0 +1,96 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: other
4
+ base_model: deepseek-ai/deepseek-llm-7b-base
5
+ tags:
6
+ - generated_from_trainer
7
+ model-index:
8
+ - name: deepseek-Instruct-8B
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
+ # deepseek-Instruct-8B
16
+
17
+ This model is a fine-tuned version of [deepseek-ai/deepseek-llm-7b-base](https://huggingface.co/deepseek-ai/deepseek-llm-7b-base) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.2329
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.0001
39
+ - train_batch_size: 4
40
+ - eval_batch_size: 4
41
+ - seed: 42
42
+ - gradient_accumulation_steps: 4
43
+ - total_train_batch_size: 16
44
+ - optimizer: Use OptimizerNames.PAGED_ADAMW_8BIT with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
45
+ - lr_scheduler_type: linear
46
+ - lr_scheduler_warmup_steps: 100
47
+ - num_epochs: 4
48
+ - mixed_precision_training: Native AMP
49
+
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss |
53
+ |:-------------:|:------:|:----:|:---------------:|
54
+ | 1.9256 | 0.1144 | 50 | 1.8577 |
55
+ | 1.4949 | 0.2288 | 100 | 0.9622 |
56
+ | 0.5315 | 0.3432 | 150 | 0.3328 |
57
+ | 0.3079 | 0.4577 | 200 | 0.3011 |
58
+ | 0.2974 | 0.5721 | 250 | 0.2960 |
59
+ | 0.2921 | 0.6865 | 300 | 0.2903 |
60
+ | 0.2869 | 0.8009 | 350 | 0.2832 |
61
+ | 0.2757 | 0.9153 | 400 | 0.2731 |
62
+ | 0.2676 | 1.0297 | 450 | 0.2644 |
63
+ | 0.2594 | 1.1442 | 500 | 0.2590 |
64
+ | 0.2546 | 1.2586 | 550 | 0.2535 |
65
+ | 0.2497 | 1.3730 | 600 | 0.2505 |
66
+ | 0.2477 | 1.4874 | 650 | 0.2489 |
67
+ | 0.2462 | 1.6018 | 700 | 0.2463 |
68
+ | 0.2438 | 1.7162 | 750 | 0.2452 |
69
+ | 0.2439 | 1.8307 | 800 | 0.2436 |
70
+ | 0.2434 | 1.9451 | 850 | 0.2426 |
71
+ | 0.2414 | 2.0595 | 900 | 0.2415 |
72
+ | 0.2408 | 2.1739 | 950 | 0.2406 |
73
+ | 0.2374 | 2.2883 | 1000 | 0.2396 |
74
+ | 0.2388 | 2.4027 | 1050 | 0.2385 |
75
+ | 0.2357 | 2.5172 | 1100 | 0.2378 |
76
+ | 0.2358 | 2.6316 | 1150 | 0.2377 |
77
+ | 0.236 | 2.7460 | 1200 | 0.2371 |
78
+ | 0.2352 | 2.8604 | 1250 | 0.2361 |
79
+ | 0.2342 | 2.9748 | 1300 | 0.2357 |
80
+ | 0.2337 | 3.0892 | 1350 | 0.2352 |
81
+ | 0.2337 | 3.2037 | 1400 | 0.2346 |
82
+ | 0.2335 | 3.3181 | 1450 | 0.2343 |
83
+ | 0.2327 | 3.4325 | 1500 | 0.2337 |
84
+ | 0.2314 | 3.5469 | 1550 | 0.2337 |
85
+ | 0.2322 | 3.6613 | 1600 | 0.2334 |
86
+ | 0.2318 | 3.7757 | 1650 | 0.2330 |
87
+ | 0.2292 | 3.8902 | 1700 | 0.2329 |
88
+
89
+
90
+ ### Framework versions
91
+
92
+ - PEFT 0.14.0
93
+ - Transformers 4.50.3
94
+ - Pytorch 2.6.0+cu124
95
+ - Datasets 3.5.0
96
+ - Tokenizers 0.21.1
adapter_config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "deepseek-ai/deepseek-llm-7b-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": 16,
16
+ "lora_bias": false,
17
+ "lora_dropout": 0.02,
18
+ "megatron_config": null,
19
+ "megatron_core": "megatron.core",
20
+ "modules_to_save": null,
21
+ "peft_type": "LORA",
22
+ "r": 16,
23
+ "rank_pattern": {},
24
+ "revision": null,
25
+ "target_modules": [
26
+ "q_proj"
27
+ ],
28
+ "task_type": "CAUSAL_LM",
29
+ "use_dora": false,
30
+ "use_rslora": false
31
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48b31b8ce13b220759022473cb823c5870cfa90fad3a120293f5cecd75c1f143
3
+ size 15736672
special_tokens_map.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<|begin▁of▁sentence|>",
4
+ "lstrip": false,
5
+ "normalized": true,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "<|end▁of▁sentence|>",
11
+ "lstrip": false,
12
+ "normalized": true,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": "<|end▁of▁sentence|>"
17
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,138 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "add_prefix_space": null,
5
+ "added_tokens_decoder": {
6
+ "100000": {
7
+ "content": "<|begin▁of▁sentence|>",
8
+ "lstrip": false,
9
+ "normalized": true,
10
+ "rstrip": false,
11
+ "single_word": false,
12
+ "special": true
13
+ },
14
+ "100001": {
15
+ "content": "<|end▁of▁sentence|>",
16
+ "lstrip": false,
17
+ "normalized": true,
18
+ "rstrip": false,
19
+ "single_word": false,
20
+ "special": true
21
+ },
22
+ "100002": {
23
+ "content": "ø",
24
+ "lstrip": false,
25
+ "normalized": true,
26
+ "rstrip": false,
27
+ "single_word": false,
28
+ "special": false
29
+ },
30
+ "100003": {
31
+ "content": "ö",
32
+ "lstrip": false,
33
+ "normalized": true,
34
+ "rstrip": false,
35
+ "single_word": false,
36
+ "special": false
37
+ },
38
+ "100004": {
39
+ "content": "ú",
40
+ "lstrip": false,
41
+ "normalized": true,
42
+ "rstrip": false,
43
+ "single_word": false,
44
+ "special": false
45
+ },
46
+ "100005": {
47
+ "content": "ÿ",
48
+ "lstrip": false,
49
+ "normalized": true,
50
+ "rstrip": false,
51
+ "single_word": false,
52
+ "special": false
53
+ },
54
+ "100006": {
55
+ "content": "õ",
56
+ "lstrip": false,
57
+ "normalized": true,
58
+ "rstrip": false,
59
+ "single_word": false,
60
+ "special": false
61
+ },
62
+ "100007": {
63
+ "content": "÷",
64
+ "lstrip": false,
65
+ "normalized": true,
66
+ "rstrip": false,
67
+ "single_word": false,
68
+ "special": false
69
+ },
70
+ "100008": {
71
+ "content": "û",
72
+ "lstrip": false,
73
+ "normalized": true,
74
+ "rstrip": false,
75
+ "single_word": false,
76
+ "special": false
77
+ },
78
+ "100009": {
79
+ "content": "ý",
80
+ "lstrip": false,
81
+ "normalized": true,
82
+ "rstrip": false,
83
+ "single_word": false,
84
+ "special": false
85
+ },
86
+ "100010": {
87
+ "content": "À",
88
+ "lstrip": false,
89
+ "normalized": true,
90
+ "rstrip": false,
91
+ "single_word": false,
92
+ "special": false
93
+ },
94
+ "100011": {
95
+ "content": "ù",
96
+ "lstrip": false,
97
+ "normalized": true,
98
+ "rstrip": false,
99
+ "single_word": false,
100
+ "special": false
101
+ },
102
+ "100012": {
103
+ "content": "Á",
104
+ "lstrip": false,
105
+ "normalized": true,
106
+ "rstrip": false,
107
+ "single_word": false,
108
+ "special": false
109
+ },
110
+ "100013": {
111
+ "content": "þ",
112
+ "lstrip": false,
113
+ "normalized": true,
114
+ "rstrip": false,
115
+ "single_word": false,
116
+ "special": false
117
+ },
118
+ "100014": {
119
+ "content": "ü",
120
+ "lstrip": false,
121
+ "normalized": true,
122
+ "rstrip": false,
123
+ "single_word": false,
124
+ "special": false
125
+ }
126
+ },
127
+ "bos_token": "<|begin▁of▁sentence|>",
128
+ "clean_up_tokenization_spaces": false,
129
+ "eos_token": "<|end▁of▁sentence|>",
130
+ "extra_special_tokens": {},
131
+ "legacy": true,
132
+ "model_max_length": 4096,
133
+ "pad_token": "<|end▁of▁sentence|>",
134
+ "sp_model_kwargs": {},
135
+ "tokenizer_class": "LlamaTokenizerFast",
136
+ "unk_token": null,
137
+ "use_default_system_prompt": false
138
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7932b718b191ca67284b02c842c285f86ceac274a180266233c90f8db82b771
3
+ size 5368