baltop commited on
Commit
9434e21
·
1 Parent(s): b67d624

ziumks/zwave-dbgatekeeper-v0.1

Browse files
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.1
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.1](https://huggingface.co/mistralai/Mistral-7B-v0.1) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 2.1301
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: 500
46
 
47
  ### Training results
48
 
49
  | Training Loss | Epoch | Step | Validation Loss |
50
  |:-------------:|:-----:|:----:|:---------------:|
51
- | 1.8552 | 0.52 | 25 | 1.3859 |
52
- | 1.0032 | 1.04 | 50 | 1.2098 |
53
- | 0.6187 | 1.56 | 75 | 1.2380 |
54
- | 0.5451 | 2.08 | 100 | 1.3525 |
55
- | 0.267 | 2.6 | 125 | 1.4362 |
56
- | 0.2475 | 3.12 | 150 | 1.4954 |
57
- | 0.1659 | 3.65 | 175 | 1.5494 |
58
- | 0.1581 | 4.17 | 200 | 1.9906 |
59
- | 0.1317 | 4.69 | 225 | 1.7269 |
60
- | 0.1133 | 5.21 | 250 | 1.8710 |
61
- | 0.1129 | 5.73 | 275 | 1.8427 |
62
- | 0.1046 | 6.25 | 300 | 1.9983 |
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.1",
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
- "down_proj"
 
 
 
 
 
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:d3348cc155485132ef91130da464549a91ca7085d38561dbdeab6856cfd98981
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:604d2154728641cb203cde92c016671ee80c32ddcc96c2591194707df13882ab
3
  size 4664
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2ff09da45c5ecad2510f9bfecdd441b144eac70e7f493018f072bae08478ca6
3
  size 4664