amnaad24 commited on
Commit
57a5bf9
1 Parent(s): a460084

End of training

Browse files
README.md ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: mistral-journal-finetune
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
+ [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/amnaad24/journal-finetune/runs/u7i8ndr5)
16
+ # mistral-journal-finetune
17
+
18
+ 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.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 1.7152
21
+
22
+ ## Model description
23
+
24
+ More information needed
25
+
26
+ ## Intended uses & limitations
27
+
28
+ More information needed
29
+
30
+ ## Training and evaluation data
31
+
32
+ More information needed
33
+
34
+ ## Training procedure
35
+
36
+ ### Training hyperparameters
37
+
38
+ The following hyperparameters were used during training:
39
+ - learning_rate: 2.5e-05
40
+ - train_batch_size: 2
41
+ - eval_batch_size: 8
42
+ - seed: 42
43
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
+ - lr_scheduler_type: linear
45
+ - lr_scheduler_warmup_steps: 2
46
+ - training_steps: 500
47
+
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss |
51
+ |:-------------:|:-------:|:----:|:---------------:|
52
+ | 1.4632 | 1.0870 | 25 | 0.8646 |
53
+ | 0.6844 | 2.1739 | 50 | 0.8295 |
54
+ | 0.3071 | 3.2609 | 75 | 0.8981 |
55
+ | 0.2151 | 4.3478 | 100 | 0.9571 |
56
+ | 0.1535 | 5.4348 | 125 | 1.0427 |
57
+ | 0.1188 | 6.5217 | 150 | 1.2999 |
58
+ | 0.1234 | 7.6087 | 175 | 1.1580 |
59
+ | 0.1023 | 8.6957 | 200 | 1.4546 |
60
+ | 0.0956 | 9.7826 | 225 | 1.4925 |
61
+ | 0.0915 | 10.8696 | 250 | 1.5539 |
62
+ | 0.0892 | 11.9565 | 275 | 1.5340 |
63
+ | 0.0873 | 13.0435 | 300 | 1.5638 |
64
+ | 0.0805 | 14.1304 | 325 | 1.5932 |
65
+ | 0.0816 | 15.2174 | 350 | 1.6178 |
66
+ | 0.0791 | 16.3043 | 375 | 1.6719 |
67
+ | 0.0799 | 17.3913 | 400 | 1.6869 |
68
+ | 0.0775 | 18.4783 | 425 | 1.6920 |
69
+ | 0.08 | 19.5652 | 450 | 1.6984 |
70
+ | 0.0737 | 20.6522 | 475 | 1.7132 |
71
+ | 0.0797 | 21.7391 | 500 | 1.7152 |
72
+
73
+
74
+ ### Framework versions
75
+
76
+ - PEFT 0.11.2.dev0
77
+ - Transformers 4.42.0.dev0
78
+ - Pytorch 2.3.0+cu121
79
+ - Datasets 2.19.1
80
+ - 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": 64,
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": 32,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "k_proj",
24
+ "gate_proj",
25
+ "up_proj",
26
+ "q_proj",
27
+ "v_proj",
28
+ "o_proj",
29
+ "lm_head",
30
+ "down_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:19cc4aa3f282bcb0e9aff55a1da94141d8aca5a840b4c97bcf6a420c90c27c64
3
+ size 864513616
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37f0eac2e3933d3200ec2529d0aad5de8a523f6caf0f9ee1eab7fcc5a71af215
3
+ size 5112