sri-lasya commited on
Commit
0eea9e3
1 Parent(s): d08c3db

sri-lasya/gst-taxing-llm

Browse files
README.md CHANGED
@@ -17,7 +17,7 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [mistralai/Mistral-7B-v0.3](https://huggingface.co/mistralai/Mistral-7B-v0.3) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 1.6832
21
 
22
  ## Model description
23
 
@@ -36,29 +36,44 @@ More information needed
36
  ### Training hyperparameters
37
 
38
  The following hyperparameters were used during training:
39
- - learning_rate: 3e-05
40
- - train_batch_size: 15
41
  - eval_batch_size: 8
42
  - seed: 42
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: 100
47
 
48
  ### Training results
49
 
50
  | Training Loss | Epoch | Step | Validation Loss |
51
  |:-------------:|:-----:|:----:|:---------------:|
52
- | 3.1857 | 0.1 | 10 | 2.6298 |
53
- | 2.0791 | 0.2 | 20 | 2.1259 |
54
- | 1.7399 | 0.3 | 30 | 1.9620 |
55
- | 1.7326 | 0.4 | 40 | 1.8837 |
56
- | 1.7447 | 0.5 | 50 | 1.8289 |
57
- | 1.7049 | 0.6 | 60 | 1.8458 |
58
- | 1.5188 | 0.7 | 70 | 1.7563 |
59
- | 1.5249 | 0.8 | 80 | 1.7390 |
60
- | 1.4711 | 0.9 | 90 | 1.7106 |
61
- | 1.6522 | 1.0 | 100 | 1.6832 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
62
 
63
 
64
  ### Framework versions
 
17
 
18
  This model is a fine-tuned version of [mistralai/Mistral-7B-v0.3](https://huggingface.co/mistralai/Mistral-7B-v0.3) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 1.7791
21
 
22
  ## Model description
23
 
 
36
  ### Training hyperparameters
37
 
38
  The following hyperparameters were used during training:
39
+ - learning_rate: 5e-05
40
+ - train_batch_size: 8
41
  - eval_batch_size: 8
42
  - seed: 42
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: 250
47
 
48
  ### Training results
49
 
50
  | Training Loss | Epoch | Step | Validation Loss |
51
  |:-------------:|:-----:|:----:|:---------------:|
52
+ | 2.9281 | 0.04 | 10 | 2.3786 |
53
+ | 2.1861 | 0.08 | 20 | 1.9991 |
54
+ | 1.5698 | 0.12 | 30 | 1.9460 |
55
+ | 1.6891 | 0.16 | 40 | 1.8457 |
56
+ | 1.6863 | 0.2 | 50 | 1.8188 |
57
+ | 1.4201 | 0.24 | 60 | 1.7638 |
58
+ | 1.6936 | 0.28 | 70 | 1.7349 |
59
+ | 1.5696 | 0.32 | 80 | 1.6898 |
60
+ | 1.6084 | 0.36 | 90 | 1.7269 |
61
+ | 1.5357 | 0.4 | 100 | 1.7332 |
62
+ | 1.6684 | 0.44 | 110 | 1.6728 |
63
+ | 1.2216 | 0.48 | 120 | 1.6563 |
64
+ | 1.5176 | 0.52 | 130 | 1.6376 |
65
+ | 1.5256 | 0.56 | 140 | 1.6653 |
66
+ | 1.3695 | 0.6 | 150 | 1.6317 |
67
+ | 1.3191 | 0.64 | 160 | 1.6261 |
68
+ | 1.4091 | 0.68 | 170 | 1.6145 |
69
+ | 1.5681 | 0.72 | 180 | 1.6007 |
70
+ | 1.7259 | 0.76 | 190 | 1.6076 |
71
+ | 1.5123 | 0.8 | 200 | 1.6836 |
72
+ | 1.387 | 0.84 | 210 | 1.7292 |
73
+ | 1.5837 | 0.88 | 220 | 1.7177 |
74
+ | 1.6955 | 0.92 | 230 | 1.7232 |
75
+ | 1.7862 | 0.96 | 240 | 1.7714 |
76
+ | 1.79 | 1.0 | 250 | 1.7791 |
77
 
78
 
79
  ### Framework versions
adapter_config.json CHANGED
@@ -20,12 +20,12 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "k_proj",
24
- "q_proj",
25
  "lm_head",
26
- "down_proj",
27
  "gate_proj",
28
  "o_proj",
 
 
 
29
  "up_proj",
30
  "v_proj"
31
  ],
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
 
 
23
  "lm_head",
 
24
  "gate_proj",
25
  "o_proj",
26
+ "q_proj",
27
+ "k_proj",
28
+ "down_proj",
29
  "up_proj",
30
  "v_proj"
31
  ],
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:82bb7bc6d79cfbd21fba3c1a21acdf0f856c2e5069d4ebb1a072f1c5800d170e
3
  size 1217458040
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8c5f32b7d6fa90f84d910a465422cf94db936e145caeb9b099519e4bd3a5b34
3
  size 1217458040
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d42c39e2b210ffe4ce74535dcd290c0e6bc67e651401bfa50cf9285e071e672c
3
- size 5112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8724a5519057acb5e2a9f5c7a800ead5125c04cddc074795c276676fc7cfe0da
3
+ size 5048