Hemachandiran commited on
Commit
b33d4c4
1 Parent(s): 232bca2

End of training

Browse files
README.md ADDED
@@ -0,0 +1,97 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: mistralai/Mistral-7B-v0.1
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: mistral-customerSupport-finetune
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # mistral-customerSupport-finetune
15
+
16
+ This model is a fine-tuned version of [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1) on an unknown dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 0.6550
19
+
20
+ ## Model description
21
+
22
+ More information needed
23
+
24
+ ## Intended uses & limitations
25
+
26
+ More information needed
27
+
28
+ ## Training and evaluation data
29
+
30
+ More information needed
31
+
32
+ ## Training procedure
33
+
34
+ ### Training hyperparameters
35
+
36
+ The following hyperparameters were used during training:
37
+ - learning_rate: 2.5e-05
38
+ - train_batch_size: 2
39
+ - eval_batch_size: 8
40
+ - seed: 42
41
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
+ - lr_scheduler_type: linear
43
+ - lr_scheduler_warmup_steps: 1
44
+ - training_steps: 1000
45
+
46
+ ### Training results
47
+
48
+ | Training Loss | Epoch | Step | Validation Loss |
49
+ |:-------------:|:-----:|:----:|:---------------:|
50
+ | 0.8511 | 0.03 | 25 | 1.0647 |
51
+ | 0.6109 | 0.06 | 50 | 1.0602 |
52
+ | 0.6824 | 0.09 | 75 | 1.0368 |
53
+ | 0.876 | 0.12 | 100 | 0.9630 |
54
+ | 0.9261 | 0.15 | 125 | 0.9391 |
55
+ | 0.8642 | 0.18 | 150 | 0.9180 |
56
+ | 0.8901 | 0.21 | 175 | 0.9037 |
57
+ | 0.9167 | 0.24 | 200 | 0.8685 |
58
+ | 0.8831 | 0.27 | 225 | 0.8505 |
59
+ | 0.7935 | 0.3 | 250 | 0.8341 |
60
+ | 0.8635 | 0.33 | 275 | 0.8203 |
61
+ | 0.7317 | 0.36 | 300 | 0.8052 |
62
+ | 0.7195 | 0.39 | 325 | 0.7996 |
63
+ | 0.8332 | 0.42 | 350 | 0.7847 |
64
+ | 0.799 | 0.44 | 375 | 0.7733 |
65
+ | 0.6985 | 0.47 | 400 | 0.7677 |
66
+ | 0.7192 | 0.5 | 425 | 0.7594 |
67
+ | 0.7391 | 0.53 | 450 | 0.7459 |
68
+ | 0.6792 | 0.56 | 475 | 0.7312 |
69
+ | 0.8249 | 0.59 | 500 | 0.7299 |
70
+ | 0.6745 | 0.62 | 525 | 0.7193 |
71
+ | 0.6625 | 0.65 | 550 | 0.7233 |
72
+ | 0.5941 | 0.68 | 575 | 0.7132 |
73
+ | 0.704 | 0.71 | 600 | 0.7072 |
74
+ | 0.636 | 0.74 | 625 | 0.7002 |
75
+ | 0.6401 | 0.77 | 650 | 0.6958 |
76
+ | 0.773 | 0.8 | 675 | 0.6876 |
77
+ | 0.5974 | 0.83 | 700 | 0.6840 |
78
+ | 0.6062 | 0.86 | 725 | 0.6729 |
79
+ | 0.5464 | 0.89 | 750 | 0.6664 |
80
+ | 0.6384 | 0.92 | 775 | 0.6633 |
81
+ | 0.6292 | 0.95 | 800 | 0.6594 |
82
+ | 0.6629 | 0.98 | 825 | 0.6564 |
83
+ | 0.6414 | 1.01 | 850 | 0.6524 |
84
+ | 0.4689 | 1.04 | 875 | 0.6549 |
85
+ | 0.3982 | 1.07 | 900 | 0.6627 |
86
+ | 0.4089 | 1.1 | 925 | 0.6583 |
87
+ | 0.4483 | 1.13 | 950 | 0.6566 |
88
+ | 0.429 | 1.16 | 975 | 0.6555 |
89
+ | 0.4088 | 1.19 | 1000 | 0.6550 |
90
+
91
+
92
+ ### Framework versions
93
+
94
+ - Transformers 4.36.0.dev0
95
+ - Pytorch 2.1.0+cu118
96
+ - Datasets 2.15.0
97
+ - Tokenizers 0.15.0
adapter_config.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "layers_pattern": null,
10
+ "layers_to_transform": null,
11
+ "loftq_config": {},
12
+ "lora_alpha": 64,
13
+ "lora_dropout": 0.05,
14
+ "megatron_config": null,
15
+ "megatron_core": "megatron.core",
16
+ "modules_to_save": null,
17
+ "peft_type": "LORA",
18
+ "r": 32,
19
+ "rank_pattern": {},
20
+ "revision": null,
21
+ "target_modules": [
22
+ "gate_proj",
23
+ "k_proj",
24
+ "up_proj",
25
+ "down_proj",
26
+ "v_proj",
27
+ "q_proj",
28
+ "o_proj",
29
+ "lm_head"
30
+ ],
31
+ "task_type": "CAUSAL_LM"
32
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a2b76d29305d1918d1a3f8159dc6dd515022c162145987a8f90560ecb17b89f
3
+ size 864513616
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0e6d1144e5fd6fb90ea379199d399ffbe149e7325e39ff9c9da0c57786b63d3
3
+ size 4664