codewizardUV commited on
Commit
b55593d
1 Parent(s): b01344d

End of training

Browse files
README.md ADDED
@@ -0,0 +1,92 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ library_name: peft
4
+ tags:
5
+ - trl
6
+ - sft
7
+ - generated_from_trainer
8
+ base_model: mistralai/Mistral-7B-v0.1
9
+ model-index:
10
+ - name: NXAIR_M_mistral-7B
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
+ # NXAIR_M_mistral-7B
18
+
19
+ This model is a fine-tuned version of [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1) on the None dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 0.6929
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.00025
41
+ - train_batch_size: 4
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: constant
46
+ - lr_scheduler_warmup_ratio: 0.03
47
+ - num_epochs: 5
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss |
52
+ |:-------------:|:------:|:----:|:---------------:|
53
+ | 1.1435 | 0.0702 | 100 | 1.1971 |
54
+ | 1.0993 | 0.1404 | 200 | 1.0390 |
55
+ | 1.0643 | 0.2107 | 300 | 0.9309 |
56
+ | 0.956 | 0.2809 | 400 | 0.9125 |
57
+ | 0.9906 | 0.3511 | 500 | 0.8591 |
58
+ | 0.9083 | 0.4213 | 600 | 0.8703 |
59
+ | 0.8951 | 0.4916 | 700 | 0.8179 |
60
+ | 0.8352 | 0.5618 | 800 | 0.7852 |
61
+ | 0.8472 | 0.6320 | 900 | 0.7772 |
62
+ | 0.8733 | 0.7022 | 1000 | 0.7447 |
63
+ | 0.7958 | 0.7725 | 1100 | 0.7082 |
64
+ | 0.8726 | 0.8427 | 1200 | 0.7125 |
65
+ | 0.804 | 0.9129 | 1300 | 0.6909 |
66
+ | 0.8467 | 0.9831 | 1400 | 0.7287 |
67
+ | 0.4705 | 1.0534 | 1500 | 0.6921 |
68
+ | 0.4864 | 1.1236 | 1600 | 0.6648 |
69
+ | 0.4535 | 1.1938 | 1700 | 0.6765 |
70
+ | 0.4542 | 1.2640 | 1800 | 0.6620 |
71
+ | 0.4789 | 1.3343 | 1900 | 0.6584 |
72
+ | 0.5154 | 1.4045 | 2000 | 0.6492 |
73
+ | 0.459 | 1.4747 | 2100 | 0.6647 |
74
+ | 0.5168 | 1.5449 | 2200 | 0.6484 |
75
+ | 0.483 | 1.6152 | 2300 | 0.6795 |
76
+ | 0.4768 | 1.6854 | 2400 | 0.6730 |
77
+ | 0.4821 | 1.7556 | 2500 | 0.6404 |
78
+ | 0.4929 | 1.8258 | 2600 | 0.6409 |
79
+ | 0.5438 | 1.8961 | 2700 | 0.6551 |
80
+ | 0.4598 | 1.9663 | 2800 | 0.6740 |
81
+ | 0.4902 | 2.0365 | 2900 | 0.7287 |
82
+ | 0.5058 | 2.1067 | 3000 | 0.7142 |
83
+ | 0.4615 | 2.1770 | 3100 | 0.6929 |
84
+
85
+
86
+ ### Framework versions
87
+
88
+ - PEFT 0.10.0
89
+ - Transformers 4.40.2
90
+ - Pytorch 2.3.0+cu121
91
+ - Datasets 2.19.1
92
+ - Tokenizers 0.19.1
adapter_config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "mistralai/Mistral-7B-v0.1",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 16,
14
+ "lora_dropout": 0.05,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 8,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "v_proj",
24
+ "gate_proj",
25
+ "q_proj",
26
+ "k_proj",
27
+ "o_proj",
28
+ "lm_head",
29
+ "down_proj",
30
+ "up_proj"
31
+ ],
32
+ "task_type": "CAUSAL_LM",
33
+ "use_dora": false,
34
+ "use_rslora": false
35
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5894b8f370384519acfc7170b5d71f71d17a5bcb20455ddd07b20b06d0540b77
3
+ size 609389712
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": "</s>",
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_config.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ },
30
+ "additional_special_tokens": [],
31
+ "bos_token": "<s>",
32
+ "clean_up_tokenization_spaces": false,
33
+ "eos_token": "</s>",
34
+ "legacy": true,
35
+ "model_max_length": 1000000000000000019884624838656,
36
+ "pad_token": "</s>",
37
+ "sp_model_kwargs": {},
38
+ "spaces_between_special_tokens": false,
39
+ "tokenizer_class": "LlamaTokenizer",
40
+ "unk_token": "<unk>",
41
+ "use_default_system_prompt": false
42
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e00103715f22d6650f40d9330ccae5b42950550043ff9448d654f17670311f99
3
+ size 4984