Sreenath commited on
Commit
24a9318
·
verified ·
1 Parent(s): 8303eeb

Sreenath/sqlm

Browse files
README.md CHANGED
@@ -17,6 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
17
  # sqlm
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
 
21
  ## Model description
22
 
@@ -42,10 +44,22 @@ The following hyperparameters were used during training:
42
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
  - lr_scheduler_type: constant
44
  - lr_scheduler_warmup_steps: 0.03
45
- - training_steps: 10
46
 
47
  ### Training results
48
 
 
 
 
 
 
 
 
 
 
 
 
 
49
 
50
 
51
  ### Framework versions
 
17
  # sqlm
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.3178
22
 
23
  ## Model description
24
 
 
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: 200
48
 
49
  ### Training results
50
 
51
+ | Training Loss | Epoch | Step | Validation Loss |
52
+ |:-------------:|:------:|:----:|:---------------:|
53
+ | 0.539 | 0.0333 | 20 | 0.4674 |
54
+ | 0.3767 | 0.0667 | 40 | 0.3872 |
55
+ | 0.3646 | 0.1 | 60 | 0.3610 |
56
+ | 0.3425 | 0.1333 | 80 | 0.3428 |
57
+ | 0.3554 | 0.1667 | 100 | 0.3416 |
58
+ | 0.3363 | 0.2 | 120 | 0.3343 |
59
+ | 0.2963 | 0.2333 | 140 | 0.3316 |
60
+ | 0.3263 | 0.2667 | 160 | 0.3278 |
61
+ | 0.3226 | 0.3 | 180 | 0.3222 |
62
+ | 0.3217 | 0.3333 | 200 | 0.3178 |
63
 
64
 
65
  ### 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:7ec986660d4833849f913000d4eda432fdc3160e8d419ef4ab43ff2c13d91891
3
  size 109069176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0eed634a9e5a25ccd00d839d86445ee731efafcc7c5563686dc6f6cd078aaa7e
3
  size 109069176
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ca5cdfe75083b98aafa476a651e0c39529955a8449f3b559389fa02c3c8d679d
3
  size 4984
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1d8a5922e689d59ddf7cb9289b1ab27f8384b696ffbe936bc0771d7df5655bf
3
  size 4984