ziumks/zwave-dbgatekeeper-v0.1
Browse files- README.md +16 -24
- adapter_config.json +7 -7
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -3,7 +3,7 @@ license: apache-2.0
|
|
3 |
library_name: peft
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
-
base_model: mistralai/Mistral-7B-v0.
|
7 |
model-index:
|
8 |
- name: mistral-sql-finetune
|
9 |
results: []
|
@@ -14,9 +14,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
# mistral-sql-finetune
|
16 |
|
17 |
-
This model is a fine-tuned version of [mistralai/Mistral-7B-v0.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss:
|
20 |
|
21 |
## Model description
|
22 |
|
@@ -42,32 +42,24 @@ The following hyperparameters were used during training:
|
|
42 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
43 |
- lr_scheduler_type: linear
|
44 |
- lr_scheduler_warmup_steps: 1
|
45 |
-
- training_steps:
|
46 |
|
47 |
### Training results
|
48 |
|
49 |
| Training Loss | Epoch | Step | Validation Loss |
|
50 |
|:-------------:|:-----:|:----:|:---------------:|
|
51 |
-
|
|
52 |
-
| 1.
|
53 |
-
| 0.
|
54 |
-
| 0.
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.1056 | 6.77 | 325 | 1.9216 |
|
64 |
-
| 0.0998 | 7.29 | 350 | 2.0076 |
|
65 |
-
| 0.0962 | 7.81 | 375 | 2.0135 |
|
66 |
-
| 0.0873 | 8.33 | 400 | 2.0257 |
|
67 |
-
| 0.0924 | 8.85 | 425 | 2.0783 |
|
68 |
-
| 0.0885 | 9.38 | 450 | 2.0932 |
|
69 |
-
| 0.0894 | 9.9 | 475 | 2.1196 |
|
70 |
-
| 0.0829 | 10.42 | 500 | 2.1301 |
|
71 |
|
72 |
|
73 |
### Framework versions
|
|
|
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-sql-finetune
|
9 |
results: []
|
|
|
14 |
|
15 |
# mistral-sql-finetune
|
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: 1.7687
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
42 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
43 |
- lr_scheduler_type: linear
|
44 |
- lr_scheduler_warmup_steps: 1
|
45 |
+
- training_steps: 300
|
46 |
|
47 |
### Training results
|
48 |
|
49 |
| Training Loss | Epoch | Step | Validation Loss |
|
50 |
|:-------------:|:-----:|:----:|:---------------:|
|
51 |
+
| 2.349 | 0.52 | 25 | 1.5889 |
|
52 |
+
| 1.1213 | 1.04 | 50 | 1.3232 |
|
53 |
+
| 0.6369 | 1.56 | 75 | 1.3226 |
|
54 |
+
| 0.525 | 2.08 | 100 | 1.3375 |
|
55 |
+
| 0.256 | 2.6 | 125 | 1.5105 |
|
56 |
+
| 0.2127 | 3.12 | 150 | 1.4755 |
|
57 |
+
| 0.145 | 3.65 | 175 | 1.6525 |
|
58 |
+
| 0.1388 | 4.17 | 200 | 1.7168 |
|
59 |
+
| 0.114 | 4.69 | 225 | 1.7377 |
|
60 |
+
| 0.1076 | 5.21 | 250 | 1.7087 |
|
61 |
+
| 0.0986 | 5.73 | 275 | 1.7649 |
|
62 |
+
| 0.0912 | 6.25 | 300 | 1.7687 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
63 |
|
64 |
|
65 |
### Framework versions
|
adapter_config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"alpha_pattern": {},
|
3 |
"auto_mapping": null,
|
4 |
-
"base_model_name_or_path": "mistralai/Mistral-7B-v0.
|
5 |
"bias": "none",
|
6 |
"fan_in_fan_out": false,
|
7 |
"inference_mode": true,
|
@@ -19,14 +19,14 @@
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
-
"q_proj",
|
23 |
-
"k_proj",
|
24 |
-
"o_proj",
|
25 |
-
"gate_proj",
|
26 |
-
"lm_head",
|
27 |
"up_proj",
|
28 |
"v_proj",
|
29 |
-
"
|
|
|
|
|
|
|
|
|
|
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_rslora": false
|
|
|
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,
|
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
|
|
|
|
|
|
|
|
|
|
22 |
"up_proj",
|
23 |
"v_proj",
|
24 |
+
"o_proj",
|
25 |
+
"k_proj",
|
26 |
+
"down_proj",
|
27 |
+
"lm_head",
|
28 |
+
"gate_proj",
|
29 |
+
"q_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_rslora": false
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 864513616
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e980d31e15e5b58f219649fd38ae0536d5685bc80e8d9498b9827804170779e7
|
3 |
size 864513616
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4664
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a2ff09da45c5ecad2510f9bfecdd441b144eac70e7f493018f072bae08478ca6
|
3 |
size 4664
|