End of training
Browse files- README.md +81 -0
- adapter_config.json +33 -0
- adapter_model.safetensors +3 -0
- training_args.bin +3 -0
README.md
ADDED
@@ -0,0 +1,81 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
library_name: peft
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
base_model: mistralai/Mistral-7B-Instruct-v0.2
|
7 |
+
model-index:
|
8 |
+
- name: Mistral-7B-Instruct-v0.2-binary_base03
|
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 |
+
# Mistral-7B-Instruct-v0.2-binary_base03
|
16 |
+
|
17 |
+
This model is a fine-tuned version of [mistralai/Mistral-7B-Instruct-v0.2](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2) on an unknown dataset.
|
18 |
+
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.2790
|
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: 2.5e-05
|
39 |
+
- train_batch_size: 2
|
40 |
+
- eval_batch_size: 8
|
41 |
+
- seed: 42
|
42 |
+
- gradient_accumulation_steps: 4
|
43 |
+
- total_train_batch_size: 8
|
44 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
+
- lr_scheduler_type: linear
|
46 |
+
- lr_scheduler_warmup_steps: 5
|
47 |
+
- training_steps: 1000
|
48 |
+
|
49 |
+
### Training results
|
50 |
+
|
51 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
52 |
+
|:-------------:|:-----:|:----:|:---------------:|
|
53 |
+
| 1.5198 | 0.04 | 50 | 0.6078 |
|
54 |
+
| 0.5143 | 0.08 | 100 | 0.4729 |
|
55 |
+
| 0.4187 | 0.12 | 150 | 0.3775 |
|
56 |
+
| 0.3533 | 0.16 | 200 | 0.3413 |
|
57 |
+
| 0.3344 | 0.2 | 250 | 0.3247 |
|
58 |
+
| 0.322 | 0.24 | 300 | 0.3184 |
|
59 |
+
| 0.3129 | 0.28 | 350 | 0.3106 |
|
60 |
+
| 0.3062 | 0.32 | 400 | 0.3032 |
|
61 |
+
| 0.2985 | 0.36 | 450 | 0.2989 |
|
62 |
+
| 0.301 | 0.4 | 500 | 0.2949 |
|
63 |
+
| 0.2934 | 0.44 | 550 | 0.2933 |
|
64 |
+
| 0.2921 | 0.48 | 600 | 0.2914 |
|
65 |
+
| 0.2874 | 0.52 | 650 | 0.2882 |
|
66 |
+
| 0.2863 | 0.56 | 700 | 0.2875 |
|
67 |
+
| 0.284 | 0.6 | 750 | 0.2841 |
|
68 |
+
| 0.2841 | 0.64 | 800 | 0.2829 |
|
69 |
+
| 0.2797 | 0.68 | 850 | 0.2818 |
|
70 |
+
| 0.2815 | 0.72 | 900 | 0.2804 |
|
71 |
+
| 0.2835 | 0.76 | 950 | 0.2790 |
|
72 |
+
| 0.2777 | 0.8 | 1000 | 0.2790 |
|
73 |
+
|
74 |
+
|
75 |
+
### Framework versions
|
76 |
+
|
77 |
+
- PEFT 0.7.2.dev0
|
78 |
+
- Transformers 4.37.0.dev0
|
79 |
+
- Pytorch 2.1.0+cu121
|
80 |
+
- Datasets 2.15.0
|
81 |
+
- Tokenizers 0.15.0
|
adapter_config.json
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "mistralai/Mistral-7B-Instruct-v0.2",
|
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": 16,
|
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": 64,
|
19 |
+
"rank_pattern": {},
|
20 |
+
"revision": null,
|
21 |
+
"target_modules": [
|
22 |
+
"o_proj",
|
23 |
+
"v_proj",
|
24 |
+
"lm_head",
|
25 |
+
"gate_proj",
|
26 |
+
"k_proj",
|
27 |
+
"up_proj",
|
28 |
+
"q_proj",
|
29 |
+
"down_proj"
|
30 |
+
],
|
31 |
+
"task_type": "CAUSAL_LM",
|
32 |
+
"use_rslora": false
|
33 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4258dc0bda3b7c9c42079fe75b5e097dfe17fd0f7a455b55492adc7a768c752c
|
3 |
+
size 1204678496
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0a37fb97936a257eafd061f0ada7a991f5b86a2b4de67f1a7e024e2a878fab03
|
3 |
+
size 4664
|