imdatta0 commited on
Commit
480d8d5
1 Parent(s): 188b69a

End of training

Browse files
README.md ADDED
@@ -0,0 +1,100 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ library_name: peft
4
+ tags:
5
+ - unsloth
6
+ - generated_from_trainer
7
+ base_model: mistralai/Mistral-7B-v0.3
8
+ model-index:
9
+ - name: mistral_7b_v_Magiccoder_evol_10k_reverse
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # mistral_7b_v_Magiccoder_evol_10k_reverse
17
+
18
+ This model is a fine-tuned version of [mistralai/Mistral-7B-v0.3](https://huggingface.co/mistralai/Mistral-7B-v0.3) on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 1.1146
21
+
22
+ ## Model description
23
+
24
+ More information needed
25
+
26
+ ## Intended uses & limitations
27
+
28
+ More information needed
29
+
30
+ ## Training and evaluation data
31
+
32
+ More information needed
33
+
34
+ ## Training procedure
35
+
36
+ ### Training hyperparameters
37
+
38
+ The following hyperparameters were used during training:
39
+ - learning_rate: 0.0001
40
+ - train_batch_size: 8
41
+ - eval_batch_size: 8
42
+ - seed: 42
43
+ - gradient_accumulation_steps: 8
44
+ - total_train_batch_size: 64
45
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
+ - lr_scheduler_type: cosine
47
+ - lr_scheduler_warmup_steps: 0.02
48
+ - num_epochs: 1
49
+
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss |
53
+ |:-------------:|:------:|:----:|:---------------:|
54
+ | 1.1799 | 0.0262 | 4 | 1.1888 |
55
+ | 1.1193 | 0.0523 | 8 | 1.1757 |
56
+ | 1.1603 | 0.0785 | 12 | 1.1751 |
57
+ | 1.0847 | 0.1047 | 16 | 1.1702 |
58
+ | 1.1304 | 0.1308 | 20 | 1.1674 |
59
+ | 1.042 | 0.1570 | 24 | 1.1582 |
60
+ | 1.1863 | 0.1832 | 28 | 1.1633 |
61
+ | 1.14 | 0.2093 | 32 | 1.1597 |
62
+ | 1.0763 | 0.2355 | 36 | 1.1503 |
63
+ | 1.135 | 0.2617 | 40 | 1.1458 |
64
+ | 1.1623 | 0.2878 | 44 | 1.1393 |
65
+ | 1.1173 | 0.3140 | 48 | 1.1423 |
66
+ | 1.1283 | 0.3401 | 52 | 1.1482 |
67
+ | 1.0967 | 0.3663 | 56 | 1.1356 |
68
+ | 1.1131 | 0.3925 | 60 | 1.1338 |
69
+ | 1.1613 | 0.4186 | 64 | 1.1419 |
70
+ | 1.0548 | 0.4448 | 68 | 1.1454 |
71
+ | 1.0629 | 0.4710 | 72 | 1.1320 |
72
+ | 1.0679 | 0.4971 | 76 | 1.1355 |
73
+ | 1.16 | 0.5233 | 80 | 1.1287 |
74
+ | 1.0579 | 0.5495 | 84 | 1.1295 |
75
+ | 1.1214 | 0.5756 | 88 | 1.1392 |
76
+ | 1.1681 | 0.6018 | 92 | 1.1242 |
77
+ | 1.1667 | 0.6280 | 96 | 1.1223 |
78
+ | 1.0871 | 0.6541 | 100 | 1.1221 |
79
+ | 1.1147 | 0.6803 | 104 | 1.1243 |
80
+ | 1.1075 | 0.7065 | 108 | 1.1254 |
81
+ | 0.9958 | 0.7326 | 112 | 1.1186 |
82
+ | 1.0718 | 0.7588 | 116 | 1.1085 |
83
+ | 1.0748 | 0.7850 | 120 | 1.1193 |
84
+ | 1.1082 | 0.8111 | 124 | 1.1138 |
85
+ | 1.0981 | 0.8373 | 128 | 1.1102 |
86
+ | 1.1231 | 0.8635 | 132 | 1.1133 |
87
+ | 1.0687 | 0.8896 | 136 | 1.1143 |
88
+ | 1.1568 | 0.9158 | 140 | 1.1139 |
89
+ | 1.0177 | 0.9419 | 144 | 1.1140 |
90
+ | 1.0401 | 0.9681 | 148 | 1.1145 |
91
+ | 1.1827 | 0.9943 | 152 | 1.1146 |
92
+
93
+
94
+ ### Framework versions
95
+
96
+ - PEFT 0.7.1
97
+ - Transformers 4.40.2
98
+ - Pytorch 2.3.0+cu121
99
+ - Datasets 2.19.1
100
+ - Tokenizers 0.19.1
adapter_config.json ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "mistralai/Mistral-7B-v0.3",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layers_pattern": null,
10
+ "layers_to_transform": [
11
+ 0,
12
+ 1,
13
+ 2,
14
+ 3,
15
+ 4,
16
+ 5,
17
+ 6,
18
+ 7,
19
+ 8,
20
+ 9,
21
+ 10,
22
+ 11,
23
+ 12,
24
+ 13,
25
+ 14,
26
+ 15,
27
+ 16,
28
+ 17,
29
+ 18,
30
+ 19,
31
+ 20,
32
+ 21,
33
+ 22,
34
+ 23,
35
+ 24,
36
+ 25,
37
+ 26,
38
+ 27,
39
+ 28,
40
+ 29,
41
+ 30,
42
+ 31,
43
+ 32,
44
+ 33,
45
+ 34,
46
+ 35,
47
+ 36,
48
+ 37,
49
+ 38,
50
+ 39,
51
+ 40
52
+ ],
53
+ "loftq_config": {},
54
+ "lora_alpha": 8,
55
+ "lora_dropout": 0,
56
+ "megatron_config": null,
57
+ "megatron_core": "megatron.core",
58
+ "modules_to_save": null,
59
+ "peft_type": "LORA",
60
+ "r": 8,
61
+ "rank_pattern": {},
62
+ "revision": "unsloth",
63
+ "target_modules": [
64
+ "o_proj",
65
+ "q_proj",
66
+ "gate_proj",
67
+ "up_proj",
68
+ "k_proj",
69
+ "down_proj",
70
+ "v_proj"
71
+ ],
72
+ "task_type": "CAUSAL_LM"
73
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f8fa4cf1e3337261329f42ee7529f439580414f17d6c4f6e40873ed714cfd4d
3
+ size 83945296
special_tokens_map.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": "[control_768]",
17
+ "unk_token": {
18
+ "content": "<unk>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ }
24
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37f00374dea48658ee8f5d0f21895b9bc55cb0103939607c8185bfd1c6ca1f89
3
+ size 587404
tokenizer_config.json ADDED
The diff for this file is too large to render. See raw diff
 
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75cc822c1b8eba07721f2c20b3e222a978cdd320b4a0c7af1e0f7f625cea73f5
3
+ size 5112