cnatale commited on
Commit
e7355ab
·
1 Parent(s): 9a4835e

cnatale/Mistral-7B-Instruct-v0.1-Txt-2-Presto-SQL

Browse files
README.md CHANGED
@@ -20,7 +20,7 @@ should probably proofread and complete it, then remove this comment. -->
20
 
21
  This model is a fine-tuned version of [mistralai/Mistral-7B-Instruct-v0.1](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.1) on the generator dataset.
22
  It achieves the following results on the evaluation set:
23
- - Loss: 0.7162
24
 
25
  ## Model description
26
 
@@ -46,19 +46,19 @@ The following hyperparameters were used during training:
46
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
  - lr_scheduler_type: constant
48
  - lr_scheduler_warmup_steps: 0.03
49
- - training_steps: 120
50
  - mixed_precision_training: Native AMP
51
 
52
  ### Training results
53
 
54
  | Training Loss | Epoch | Step | Validation Loss |
55
  |:-------------:|:-----:|:----:|:---------------:|
56
- | 1.0447 | 1.54 | 20 | 0.9470 |
57
- | 0.7971 | 3.08 | 40 | 0.7493 |
58
- | 0.6729 | 4.62 | 60 | 0.6838 |
59
- | 0.6072 | 6.15 | 80 | 0.6743 |
60
- | 0.5361 | 7.69 | 100 | 0.6896 |
61
- | 0.4948 | 9.23 | 120 | 0.7162 |
62
 
63
 
64
  ### Framework versions
 
20
 
21
  This model is a fine-tuned version of [mistralai/Mistral-7B-Instruct-v0.1](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.1) on the generator dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 1.2714
24
 
25
  ## Model description
26
 
 
46
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
  - lr_scheduler_type: constant
48
  - lr_scheduler_warmup_steps: 0.03
49
+ - training_steps: 360
50
  - mixed_precision_training: Native AMP
51
 
52
  ### Training results
53
 
54
  | Training Loss | Epoch | Step | Validation Loss |
55
  |:-------------:|:-----:|:----:|:---------------:|
56
+ | 0.6738 | 4.62 | 60 | 0.6807 |
57
+ | 0.4764 | 9.23 | 120 | 0.7272 |
58
+ | 0.3485 | 13.85 | 180 | 0.8233 |
59
+ | 0.2559 | 18.46 | 240 | 0.9627 |
60
+ | 0.1664 | 23.08 | 300 | 1.1172 |
61
+ | 0.08 | 27.69 | 360 | 1.2714 |
62
 
63
 
64
  ### Framework versions
adapter_config.json CHANGED
@@ -19,8 +19,8 @@
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
- "q_proj",
23
- "v_proj"
24
  ],
25
  "task_type": "CAUSAL_LM"
26
  }
 
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
+ "v_proj",
23
+ "q_proj"
24
  ],
25
  "task_type": "CAUSAL_LM"
26
  }
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d20308eb027f024b2c4f159fc918733a3e3afc4b92044abe2d7f62a89ba5d6b9
3
  size 109069176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bbed0401300b52a40073e3bd78c99aae96fea476ed824b123527fd92e2c1f839
3
  size 109069176
runs/Jan03_04-22-22_543a4a17d0f5/events.out.tfevents.1704255743.543a4a17d0f5.1870.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:344ec4a8a2321105c31f283a1c61a7fba0a7766bf353639a47e97adccbf40602
3
+ size 12411
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:213d342d0418ccabc526799a32cb2ac3e9d264c39a32aa4f28a98d1a70f02b1c
3
- size 4728
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2790fe88c06b0adeb9d587662a4a123ebd0bb0dc8a93f3a3574cc65dead43f61
3
+ size 4792