shivanandmn commited on
Commit
0865e8e
1 Parent(s): 9ec876b

Model save

Browse files
README.md ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ library_name: peft
4
+ tags:
5
+ - generated_from_trainer
6
+ base_model: mistralai/Mistral-7B-v0.1
7
+ model-index:
8
+ - name: customer_care_dialog_summary_mistral_7b_v01
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
+ # customer_care_dialog_summary_mistral_7b_v01
16
+
17
+ 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.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 2.7532
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: 5e-05
39
+ - train_batch_size: 2
40
+ - eval_batch_size: 1
41
+ - seed: 42
42
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
+ - lr_scheduler_type: linear
44
+ - num_epochs: 10
45
+
46
+ ### Training results
47
+
48
+ | Training Loss | Epoch | Step | Validation Loss |
49
+ |:-------------:|:-----:|:----:|:---------------:|
50
+ | 1.4911 | 1.0 | 440 | 1.4406 |
51
+ | 1.2804 | 2.0 | 880 | 1.4238 |
52
+ | 1.1227 | 3.0 | 1320 | 1.4405 |
53
+ | 0.9587 | 4.0 | 1760 | 1.5268 |
54
+ | 0.7938 | 5.0 | 2200 | 1.6386 |
55
+ | 0.6293 | 6.0 | 2640 | 1.7836 |
56
+ | 0.4842 | 7.0 | 3080 | 1.9850 |
57
+ | 0.3636 | 8.0 | 3520 | 2.2857 |
58
+ | 0.2749 | 9.0 | 3960 | 2.4895 |
59
+ | 0.2076 | 10.0 | 4400 | 2.7532 |
60
+
61
+
62
+ ### Framework versions
63
+
64
+ - PEFT 0.7.1
65
+ - Transformers 4.36.2
66
+ - Pytorch 2.2.0+cu121
67
+ - Datasets 2.16.1
68
+ - Tokenizers 0.15.0
adapter_config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 32,
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": 16,
19
+ "rank_pattern": {},
20
+ "revision": null,
21
+ "target_modules": [
22
+ "v_proj",
23
+ "q_proj"
24
+ ],
25
+ "task_type": "CAUSAL_LM"
26
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:33e965186fd97de80e79e3e5b946452aee56607dd9e462b339f8a3039e786e35
3
+ size 27280152
runs/Feb11_15-20-17_ecs-4a46/events.out.tfevents.1707651011.ecs-4a46.3355529.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0cd3e17dfe99339739473c5fdd51b730eca5e35c4da023fde6c09900e26f824
3
+ size 4867
runs/Feb11_15-41-28_ecs-4a46/events.out.tfevents.1707651719.ecs-4a46.3365533.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:181335d51ce73fed58cb04e1695c97fdfa68faa3b78f1ee58c7c195130b54c98
3
+ size 9569
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3aeec9c896258f4fa4deacfc4afba51c9b16497f12f60f1fd32b81589e01a5e8
3
+ size 4920