End of training
Browse files- README.md +109 -0
- adapter_config.json +73 -0
- adapter_model.safetensors +3 -0
- special_tokens_map.json +24 -0
- tokenizer.json +0 -0
- tokenizer.model +3 -0
- tokenizer_config.json +0 -0
- training_args.bin +3 -0
README.md
ADDED
@@ -0,0 +1,109 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
library_name: peft
|
4 |
+
tags:
|
5 |
+
- unsloth
|
6 |
+
- generated_from_trainer
|
7 |
+
base_model: mistralai/Mistral-7B-v0.3
|
8 |
+
model-index:
|
9 |
+
- name: mistral_7b_v_MetaMathQA_40K_reverse
|
10 |
+
results: []
|
11 |
+
---
|
12 |
+
|
13 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
+
should probably proofread and complete it, then remove this comment. -->
|
15 |
+
|
16 |
+
# mistral_7b_v_MetaMathQA_40K_reverse
|
17 |
+
|
18 |
+
This model is a fine-tuned version of [mistralai/Mistral-7B-v0.3](https://huggingface.co/mistralai/Mistral-7B-v0.3) on an unknown dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.4421
|
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: 0.0001
|
40 |
+
- train_batch_size: 8
|
41 |
+
- eval_batch_size: 8
|
42 |
+
- seed: 42
|
43 |
+
- gradient_accumulation_steps: 8
|
44 |
+
- total_train_batch_size: 64
|
45 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
+
- lr_scheduler_type: cosine
|
47 |
+
- lr_scheduler_warmup_steps: 0.02
|
48 |
+
- num_epochs: 1
|
49 |
+
|
50 |
+
### Training results
|
51 |
+
|
52 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
53 |
+
|:-------------:|:------:|:----:|:---------------:|
|
54 |
+
| 0.7252 | 0.0211 | 13 | 0.6225 |
|
55 |
+
| 0.5814 | 0.0421 | 26 | 0.5900 |
|
56 |
+
| 0.5599 | 0.0632 | 39 | 0.5751 |
|
57 |
+
| 0.548 | 0.0842 | 52 | 0.5708 |
|
58 |
+
| 0.5371 | 0.1053 | 65 | 0.5625 |
|
59 |
+
| 0.5347 | 0.1264 | 78 | 0.5600 |
|
60 |
+
| 0.5232 | 0.1474 | 91 | 0.5529 |
|
61 |
+
| 0.5382 | 0.1685 | 104 | 0.5478 |
|
62 |
+
| 0.5178 | 0.1896 | 117 | 0.5482 |
|
63 |
+
| 0.5272 | 0.2106 | 130 | 0.5423 |
|
64 |
+
| 0.5135 | 0.2317 | 143 | 0.5397 |
|
65 |
+
| 0.4943 | 0.2527 | 156 | 0.5321 |
|
66 |
+
| 0.5012 | 0.2738 | 169 | 0.5323 |
|
67 |
+
| 0.5077 | 0.2949 | 182 | 0.5300 |
|
68 |
+
| 0.5031 | 0.3159 | 195 | 0.5233 |
|
69 |
+
| 0.506 | 0.3370 | 208 | 0.5238 |
|
70 |
+
| 0.4851 | 0.3580 | 221 | 0.5180 |
|
71 |
+
| 0.4915 | 0.3791 | 234 | 0.5146 |
|
72 |
+
| 0.4826 | 0.4002 | 247 | 0.5150 |
|
73 |
+
| 0.4964 | 0.4212 | 260 | 0.5096 |
|
74 |
+
| 0.4989 | 0.4423 | 273 | 0.5050 |
|
75 |
+
| 0.4846 | 0.4633 | 286 | 0.5021 |
|
76 |
+
| 0.4776 | 0.4844 | 299 | 0.5006 |
|
77 |
+
| 0.4725 | 0.5055 | 312 | 0.4927 |
|
78 |
+
| 0.4752 | 0.5265 | 325 | 0.4898 |
|
79 |
+
| 0.4719 | 0.5476 | 338 | 0.4862 |
|
80 |
+
| 0.4689 | 0.5687 | 351 | 0.4817 |
|
81 |
+
| 0.4573 | 0.5897 | 364 | 0.4772 |
|
82 |
+
| 0.4536 | 0.6108 | 377 | 0.4754 |
|
83 |
+
| 0.4536 | 0.6318 | 390 | 0.4700 |
|
84 |
+
| 0.4519 | 0.6529 | 403 | 0.4664 |
|
85 |
+
| 0.4448 | 0.6740 | 416 | 0.4633 |
|
86 |
+
| 0.4327 | 0.6950 | 429 | 0.4618 |
|
87 |
+
| 0.4528 | 0.7161 | 442 | 0.4586 |
|
88 |
+
| 0.4379 | 0.7371 | 455 | 0.4557 |
|
89 |
+
| 0.4504 | 0.7582 | 468 | 0.4537 |
|
90 |
+
| 0.4436 | 0.7793 | 481 | 0.4525 |
|
91 |
+
| 0.4451 | 0.8003 | 494 | 0.4497 |
|
92 |
+
| 0.435 | 0.8214 | 507 | 0.4482 |
|
93 |
+
| 0.4247 | 0.8424 | 520 | 0.4466 |
|
94 |
+
| 0.4295 | 0.8635 | 533 | 0.4455 |
|
95 |
+
| 0.4204 | 0.8846 | 546 | 0.4444 |
|
96 |
+
| 0.4381 | 0.9056 | 559 | 0.4433 |
|
97 |
+
| 0.4355 | 0.9267 | 572 | 0.4430 |
|
98 |
+
| 0.4234 | 0.9478 | 585 | 0.4424 |
|
99 |
+
| 0.4261 | 0.9688 | 598 | 0.4421 |
|
100 |
+
| 0.4266 | 0.9899 | 611 | 0.4421 |
|
101 |
+
|
102 |
+
|
103 |
+
### Framework versions
|
104 |
+
|
105 |
+
- PEFT 0.7.1
|
106 |
+
- Transformers 4.40.2
|
107 |
+
- Pytorch 2.3.0+cu121
|
108 |
+
- Datasets 2.19.1
|
109 |
+
- Tokenizers 0.19.1
|
adapter_config.json
ADDED
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "mistralai/Mistral-7B-v0.3",
|
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": [
|
11 |
+
0,
|
12 |
+
1,
|
13 |
+
2,
|
14 |
+
3,
|
15 |
+
4,
|
16 |
+
5,
|
17 |
+
6,
|
18 |
+
7,
|
19 |
+
8,
|
20 |
+
9,
|
21 |
+
10,
|
22 |
+
11,
|
23 |
+
12,
|
24 |
+
13,
|
25 |
+
14,
|
26 |
+
15,
|
27 |
+
16,
|
28 |
+
17,
|
29 |
+
18,
|
30 |
+
19,
|
31 |
+
20,
|
32 |
+
21,
|
33 |
+
22,
|
34 |
+
23,
|
35 |
+
24,
|
36 |
+
25,
|
37 |
+
26,
|
38 |
+
27,
|
39 |
+
28,
|
40 |
+
29,
|
41 |
+
30,
|
42 |
+
31,
|
43 |
+
32,
|
44 |
+
33,
|
45 |
+
34,
|
46 |
+
35,
|
47 |
+
36,
|
48 |
+
37,
|
49 |
+
38,
|
50 |
+
39,
|
51 |
+
40
|
52 |
+
],
|
53 |
+
"loftq_config": {},
|
54 |
+
"lora_alpha": 8,
|
55 |
+
"lora_dropout": 0,
|
56 |
+
"megatron_config": null,
|
57 |
+
"megatron_core": "megatron.core",
|
58 |
+
"modules_to_save": null,
|
59 |
+
"peft_type": "LORA",
|
60 |
+
"r": 8,
|
61 |
+
"rank_pattern": {},
|
62 |
+
"revision": "unsloth",
|
63 |
+
"target_modules": [
|
64 |
+
"up_proj",
|
65 |
+
"gate_proj",
|
66 |
+
"v_proj",
|
67 |
+
"k_proj",
|
68 |
+
"o_proj",
|
69 |
+
"q_proj",
|
70 |
+
"down_proj"
|
71 |
+
],
|
72 |
+
"task_type": "CAUSAL_LM"
|
73 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a374c2b88be072d9716e65bf9e02d9b39b0174f96dbce8c010a7c734696c5123
|
3 |
+
size 83945296
|
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": "[control_768]",
|
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.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:37f00374dea48658ee8f5d0f21895b9bc55cb0103939607c8185bfd1c6ca1f89
|
3 |
+
size 587404
|
tokenizer_config.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3540d0fa1d706c9497b7cfe9a65225c70d741238896c851334610d66d61e2d5a
|
3 |
+
size 5112
|