Sreenath commited on
Commit
82ccab5
·
verified ·
1 Parent(s): 684947e

sqlai/sqlm

Browse files
README.md CHANGED
@@ -1,5 +1,4 @@
1
  ---
2
- license: apache-2.0
3
  library_name: peft
4
  tags:
5
  - trl
@@ -18,7 +17,7 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  This model is a fine-tuned version of [mistralai/Mistral-7B-Instruct-v0.2](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2) on the None dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 0.3312
22
 
23
  ## Model description
24
 
@@ -44,17 +43,22 @@ The following hyperparameters were used during training:
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: constant
46
  - lr_scheduler_warmup_steps: 0.03
47
- - training_steps: 100
48
 
49
  ### Training results
50
 
51
  | Training Loss | Epoch | Step | Validation Loss |
52
  |:-------------:|:-----:|:----:|:---------------:|
53
- | 0.5872 | 0.0 | 20 | 0.4580 |
54
- | 0.3893 | 0.0 | 40 | 0.3764 |
55
- | 0.3487 | 0.0 | 60 | 0.3462 |
56
- | 0.339 | 0.0 | 80 | 0.3376 |
57
- | 0.3309 | 0.0 | 100 | 0.3312 |
 
 
 
 
 
58
 
59
 
60
  ### Framework versions
 
1
  ---
 
2
  library_name: peft
3
  tags:
4
  - trl
 
17
 
18
  This model is a fine-tuned version of [mistralai/Mistral-7B-Instruct-v0.2](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.3241
21
 
22
  ## Model description
23
 
 
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
  - lr_scheduler_type: constant
45
  - lr_scheduler_warmup_steps: 0.03
46
+ - training_steps: 200
47
 
48
  ### Training results
49
 
50
  | Training Loss | Epoch | Step | Validation Loss |
51
  |:-------------:|:-----:|:----:|:---------------:|
52
+ | 0.5521 | 0.03 | 20 | 0.4444 |
53
+ | 0.3942 | 0.05 | 40 | 0.3773 |
54
+ | 0.3777 | 0.08 | 60 | 0.3571 |
55
+ | 0.3452 | 0.11 | 80 | 0.3451 |
56
+ | 0.3219 | 0.13 | 100 | 0.3431 |
57
+ | 0.3339 | 0.16 | 120 | 0.3366 |
58
+ | 0.3147 | 0.19 | 140 | 0.3334 |
59
+ | 0.307 | 0.21 | 160 | 0.3341 |
60
+ | 0.3283 | 0.24 | 180 | 0.3259 |
61
+ | 0.3174 | 0.27 | 200 | 0.3241 |
62
 
63
 
64
  ### Framework versions
adapter_config.json CHANGED
@@ -20,8 +20,8 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "q_proj",
24
- "v_proj"
25
  ],
26
  "task_type": "CAUSAL_LM",
27
  "use_dora": false,
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
+ "v_proj",
24
+ "q_proj"
25
  ],
26
  "task_type": "CAUSAL_LM",
27
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f90073e6a350183945bd56f9416fddefcd79e8cc176d1449a241e8b735f206a6
3
  size 109069176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:739125dd3903120a3d11a3ab51361a116a6035f8a7ec01147c26fcf7196b8b73
3
  size 109069176
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e231ea21c7de04f27f6f22b3784300aaa4b67d997269cf279ae3754686a5328a
3
  size 4856
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9218cdac3e7a572c69e362fac2567a0149f1b3bbb61170b8ecc5f472a2ecb731
3
  size 4856