zelalt commited on
Commit
a4aba21
1 Parent(s): d081247

End of training

Browse files
README.md ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ library_name: peft
4
+ tags:
5
+ - trl
6
+ - sft
7
+ - generated_from_trainer
8
+ base_model: teknium/OpenHermes-2.5-Mistral-7B
9
+ model-index:
10
+ - name: Paper_Imp_Data_Augmented_1
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # Paper_Imp_Data_Augmented_1
18
+
19
+ This model is a fine-tuned version of [teknium/OpenHermes-2.5-Mistral-7B](https://huggingface.co/teknium/OpenHermes-2.5-Mistral-7B) on an unknown dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 0.8094
22
+
23
+ ## Model description
24
+
25
+ More information needed
26
+
27
+ ## Intended uses & limitations
28
+
29
+ More information needed
30
+
31
+ ## Training and evaluation data
32
+
33
+ More information needed
34
+
35
+ ## Training procedure
36
+
37
+ ### Training hyperparameters
38
+
39
+ The following hyperparameters were used during training:
40
+ - learning_rate: 0.0002
41
+ - train_batch_size: 1
42
+ - eval_batch_size: 8
43
+ - seed: 42
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: cosine
46
+ - lr_scheduler_warmup_steps: 200
47
+ - num_epochs: 2
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss |
52
+ |:-------------:|:-----:|:----:|:---------------:|
53
+ | 2.0944 | 0.08 | 30 | 1.6167 |
54
+ | 1.5308 | 0.16 | 60 | 1.0254 |
55
+ | 0.9718 | 0.23 | 90 | 0.8645 |
56
+ | 1.0394 | 0.31 | 120 | 0.8575 |
57
+ | 0.9591 | 0.39 | 150 | 0.8520 |
58
+ | 0.7642 | 0.47 | 180 | 0.8452 |
59
+ | 0.7454 | 0.54 | 210 | 0.8407 |
60
+ | 0.7823 | 0.62 | 240 | 0.8461 |
61
+ | 0.8669 | 0.7 | 270 | 0.8369 |
62
+ | 0.8827 | 0.78 | 300 | 0.8305 |
63
+ | 0.7243 | 0.85 | 330 | 0.8267 |
64
+ | 0.9427 | 0.93 | 360 | 0.8180 |
65
+ | 0.7446 | 1.01 | 390 | 0.8181 |
66
+ | 0.6774 | 1.09 | 420 | 0.8248 |
67
+ | 0.7981 | 1.16 | 450 | 0.8191 |
68
+ | 0.868 | 1.24 | 480 | 0.8147 |
69
+ | 0.7947 | 1.32 | 510 | 0.8140 |
70
+ | 0.7324 | 1.4 | 540 | 0.8122 |
71
+ | 0.8008 | 1.47 | 570 | 0.8114 |
72
+ | 0.749 | 1.55 | 600 | 0.8114 |
73
+ | 0.8133 | 1.63 | 630 | 0.8113 |
74
+ | 0.7606 | 1.71 | 660 | 0.8118 |
75
+ | 0.7209 | 1.78 | 690 | 0.8103 |
76
+ | 0.7236 | 1.86 | 720 | 0.8096 |
77
+ | 0.6766 | 1.94 | 750 | 0.8094 |
78
+
79
+
80
+ ### Framework versions
81
+
82
+ - PEFT 0.7.1
83
+ - Transformers 4.36.2
84
+ - Pytorch 2.1.2+cu121
85
+ - Datasets 2.16.1
86
+ - Tokenizers 0.15.0
adapter_config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "teknium/OpenHermes-2.5-Mistral-7B",
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": null,
11
+ "loftq_config": {},
12
+ "lora_alpha": 32,
13
+ "lora_dropout": 0.7,
14
+ "megatron_config": null,
15
+ "megatron_core": "megatron.core",
16
+ "modules_to_save": null,
17
+ "peft_type": "LORA",
18
+ "r": 16,
19
+ "rank_pattern": {},
20
+ "revision": null,
21
+ "target_modules": [
22
+ "k_proj",
23
+ "v_proj",
24
+ "q_proj"
25
+ ],
26
+ "task_type": "CAUSAL_LM"
27
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef7d09420f1575fdf1a1ffc31f68744075e7a60e83f1075e47c5b9f6ad640150
3
+ size 37774528
added_tokens.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "<|im_end|>": 32000,
3
+ "<|im_start|>": 32001
4
+ }
runs/Jan10_21-49-46_49362e16fc35/events.out.tfevents.1704923387.49362e16fc35.1589.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:667ca32d79c93e605ae0cf3f5b3e6695075f2562c421b472596e869a454b5c34
3
+ size 7241
runs/Jan10_21-52-13_49362e16fc35/events.out.tfevents.1704923534.49362e16fc35.1589.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f0189a0fecfd3c2374e5047990a62a58a1c2b177e3d94c8c4e0fa69622f4d83c
3
+ size 4931
runs/Jan10_21-52-29_49362e16fc35/events.out.tfevents.1704923550.49362e16fc35.1589.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d79f473b5154aa5890488c0c85cffc1e1eb7f17835483cf5659c48202aac703d
3
+ size 4931
runs/Jan10_21-56-29_49362e16fc35/events.out.tfevents.1704923790.49362e16fc35.5455.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e041f71c9df7d35807dff9ae73329a6e4b2ee256aa1a826f7d26f09abd78a86
3
+ size 33612
runs/Jan10_22-06-35_49362e16fc35/events.out.tfevents.1704924396.49362e16fc35.5455.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:40a38cf759fcb766585d3aed7020eeb3f3f2583a443bade2d1b4d760bf9221c4
3
+ size 4777
runs/Jan10_22-08-26_49362e16fc35/events.out.tfevents.1704924507.49362e16fc35.9413.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d325e17ac0ea64f1bd6344ecb3a90943a58c23c59cee767133f91a2bccf9eb7
3
+ size 17126
runs/Jan10_22-17-27_49362e16fc35/events.out.tfevents.1704925049.49362e16fc35.11882.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6f7233d12b7d2c17794e1d0b483aae50401e6db8c6954e7a4d225af4082bc52
3
+ size 24559
runs/Jan10_22-28-32_49362e16fc35/events.out.tfevents.1704925713.49362e16fc35.14845.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eadf81dc3c14eda2c2dd8bbbf969650c9297b6f2091d5108dfe58e7e5bef5838
3
+ size 11167
runs/Jan10_22-34-09_49362e16fc35/events.out.tfevents.1704926050.49362e16fc35.16484.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:626658fec29ad821d05aa72552520283dfd151936a4aa4605c6be1518d4ae177
3
+ size 12023
runs/Jan10_22-43-27_49362e16fc35/events.out.tfevents.1704926608.49362e16fc35.19010.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db6b801facb12cd19e220e00f587362d0abbe30268437765a66c2f039643e94b
3
+ size 15822
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": "<|im_end|>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": "<|im_end|>",
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:dadfd56d766715c61d2ef780a525ab43b8e6da4de6865bda3d95fdef5e134055
3
+ size 493443
tokenizer_config.json ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "added_tokens_decoder": {
5
+ "0": {
6
+ "content": "<unk>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "1": {
14
+ "content": "<s>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "2": {
22
+ "content": "</s>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ },
29
+ "32000": {
30
+ "content": "<|im_end|>",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": true
36
+ },
37
+ "32001": {
38
+ "content": "<|im_start|>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false,
43
+ "special": true
44
+ }
45
+ },
46
+ "additional_special_tokens": [],
47
+ "bos_token": "<s>",
48
+ "chat_template": "{% for message in messages %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
49
+ "clean_up_tokenization_spaces": false,
50
+ "eos_token": "<|im_end|>",
51
+ "legacy": true,
52
+ "model_max_length": 1000000000000000019884624838656,
53
+ "pad_token": "<|im_end|>",
54
+ "sp_model_kwargs": {},
55
+ "spaces_between_special_tokens": false,
56
+ "tokenizer_class": "LlamaTokenizer",
57
+ "trust_remote_code": false,
58
+ "unk_token": "<unk>",
59
+ "use_default_system_prompt": true,
60
+ "use_fast": true
61
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc30dfabeb312ce988d7c48d71ae76816f76c1c8a5010e442f40a3a23ae73154
3
+ size 4728