Orcawise commited on
Commit
a5b46b2
1 Parent(s): 4eb3f54

/content/eu_ai_model_mistral7b

Browse files
README.md ADDED
@@ -0,0 +1,96 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: mistralai/Mistral-7B-v0.1
3
+ library_name: peft
4
+ license: apache-2.0
5
+ tags:
6
+ - generated_from_trainer
7
+ model-index:
8
+ - name: results
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
+ # results
16
+
17
+ 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.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 1.4476
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: 0.001
39
+ - train_batch_size: 2
40
+ - eval_batch_size: 8
41
+ - seed: 42
42
+ - gradient_accumulation_steps: 2
43
+ - total_train_batch_size: 4
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: linear
46
+ - lr_scheduler_warmup_steps: 17
47
+ - training_steps: 1792
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss |
52
+ |:-------------:|:------:|:----:|:---------------:|
53
+ | 2.8156 | 0.1115 | 50 | 1.7682 |
54
+ | 1.6754 | 0.2230 | 100 | 1.6347 |
55
+ | 1.5257 | 0.3344 | 150 | 1.5543 |
56
+ | 1.5435 | 0.4459 | 200 | 1.5301 |
57
+ | 1.613 | 0.5574 | 250 | 1.5579 |
58
+ | 1.6178 | 0.6689 | 300 | 1.6006 |
59
+ | 1.675 | 0.7804 | 350 | 1.5209 |
60
+ | 1.5046 | 0.8919 | 400 | 1.5203 |
61
+ | 1.5977 | 1.0033 | 450 | 1.5253 |
62
+ | 1.5303 | 1.1148 | 500 | 1.4984 |
63
+ | 1.4748 | 1.2263 | 550 | 1.5073 |
64
+ | 1.4955 | 1.3378 | 600 | 1.4998 |
65
+ | 1.5737 | 1.4493 | 650 | 1.5405 |
66
+ | 1.5662 | 1.5608 | 700 | 1.5147 |
67
+ | 1.417 | 1.6722 | 750 | 1.5047 |
68
+ | 1.5732 | 1.7837 | 800 | 1.4768 |
69
+ | 1.5077 | 1.8952 | 850 | 1.4948 |
70
+ | 1.5634 | 2.0067 | 900 | 1.4768 |
71
+ | 1.5219 | 2.1182 | 950 | 1.4752 |
72
+ | 1.4073 | 2.2297 | 1000 | 1.4776 |
73
+ | 1.4915 | 2.3411 | 1050 | 1.4799 |
74
+ | 1.4585 | 2.4526 | 1100 | 1.4868 |
75
+ | 1.4979 | 2.5641 | 1150 | 1.4703 |
76
+ | 1.4755 | 2.6756 | 1200 | 1.4617 |
77
+ | 1.4167 | 2.7871 | 1250 | 1.4576 |
78
+ | 1.5095 | 2.8986 | 1300 | 1.4651 |
79
+ | 1.477 | 3.0100 | 1350 | 1.4526 |
80
+ | 1.4495 | 3.1215 | 1400 | 1.4660 |
81
+ | 1.5609 | 3.2330 | 1450 | 1.4547 |
82
+ | 1.4319 | 3.3445 | 1500 | 1.4478 |
83
+ | 1.3469 | 3.4560 | 1550 | 1.4597 |
84
+ | 1.4454 | 3.5674 | 1600 | 1.4478 |
85
+ | 1.4071 | 3.6789 | 1650 | 1.4506 |
86
+ | 1.3686 | 3.7904 | 1700 | 1.4485 |
87
+ | 1.4958 | 3.9019 | 1750 | 1.4476 |
88
+
89
+
90
+ ### Framework versions
91
+
92
+ - PEFT 0.13.0
93
+ - Transformers 4.44.2
94
+ - Pytorch 2.4.1+cu121
95
+ - Datasets 3.0.1
96
+ - Tokenizers 0.19.1
adapter_config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 8,
14
+ "lora_dropout": 0.1,
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
+ "q_proj",
24
+ "v_proj"
25
+ ],
26
+ "task_type": "CAUSAL_LM",
27
+ "use_dora": false,
28
+ "use_rslora": false
29
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16c860b38dc1d1c3700a6a81e657c3e944b0694c895d6eb1ae4d457b10107e15
3
+ size 13648432
runs/Sep27_14-06-12_e43ae22af8f2/events.out.tfevents.1727445979.e43ae22af8f2.1867.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eff6915fde08b951651c835f060a29e97e34c7d6da23b5ce490d9a911be29740
3
+ size 4905
runs/Sep27_14-12-04_e43ae22af8f2/events.out.tfevents.1727446396.e43ae22af8f2.1867.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20ad35c496b2f8a9a83fc52f5934651330c0fcbbada04f30503bed71450d3605
3
+ size 4184
runs/Sep27_14-14-46_e43ae22af8f2/events.out.tfevents.1727446490.e43ae22af8f2.8258.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:effcb09806bebaa2abbf1ed2dbab3435d3659c7cac3a58dadbd9b6f9cfa2883d
3
+ size 7171
runs/Sep27_14-40-16_e43ae22af8f2/events.out.tfevents.1727448033.e43ae22af8f2.14823.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c45b9d2c406d563238bc33b94669d90856f9abd61bdac15c61909434fdd80570
3
+ size 4184
runs/Sep27_14-40-50_e43ae22af8f2/events.out.tfevents.1727448054.e43ae22af8f2.14823.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:266665bd2542d8dd4d129a6d2e713c8a64bf8bf38f3c092e21e627932709fb94
3
+ size 4184
runs/Sep27_14-41-57_e43ae22af8f2/events.out.tfevents.1727448121.e43ae22af8f2.15440.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f8c2a75b468746baeb44c0429444f2062fd1569dbf9670841ee9ed712f2597a5
3
+ size 22113
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4ff26e167a9478789c2d262a782aec148f9e28a5297d2e0c67c1dde92e20dda
3
+ size 5176