anupk commited on
Commit
be51957
·
verified ·
1 Parent(s): 594f456

anupk/askPauladapter

Browse files
README.md CHANGED
@@ -16,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
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: 3.6059
20
 
21
  ## Model description
22
 
@@ -41,16 +41,38 @@ The following hyperparameters were used during training:
41
  - seed: 42
42
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
  - lr_scheduler_type: constant
44
- - num_epochs: 3
45
  - mixed_precision_training: Native AMP
46
 
47
  ### Training results
48
 
49
  | Training Loss | Epoch | Step | Validation Loss |
50
  |:-------------:|:-----:|:----:|:---------------:|
51
- | 2.3669 | 1.0 | 326 | 2.7544 |
52
- | 1.2093 | 2.0 | 652 | 3.1944 |
53
- | 1.021 | 3.0 | 978 | 3.6059 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
54
 
55
 
56
  ### Framework versions
 
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: 4.3633
20
 
21
  ## Model description
22
 
 
41
  - seed: 42
42
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
  - lr_scheduler_type: constant
44
+ - num_epochs: 25
45
  - mixed_precision_training: Native AMP
46
 
47
  ### Training results
48
 
49
  | Training Loss | Epoch | Step | Validation Loss |
50
  |:-------------:|:-----:|:----:|:---------------:|
51
+ | 3.0161 | 1.0 | 326 | 2.6890 |
52
+ | 1.3622 | 2.0 | 652 | 2.9713 |
53
+ | 1.0421 | 3.0 | 978 | 3.1679 |
54
+ | 0.7533 | 4.0 | 1304 | 3.5433 |
55
+ | 0.5052 | 5.0 | 1630 | 3.5190 |
56
+ | 0.4463 | 6.0 | 1956 | 3.8213 |
57
+ | 0.2102 | 7.0 | 2282 | 3.8646 |
58
+ | 0.3904 | 8.0 | 2608 | 3.9794 |
59
+ | 0.1932 | 9.0 | 2934 | 3.9933 |
60
+ | 0.3121 | 10.0 | 3260 | 4.2430 |
61
+ | 0.1707 | 11.0 | 3586 | 4.3414 |
62
+ | 0.3446 | 12.0 | 3912 | 5.0113 |
63
+ | 0.1671 | 13.0 | 4238 | 4.5196 |
64
+ | 0.1743 | 14.0 | 4564 | 4.4975 |
65
+ | 0.4551 | 15.0 | 4890 | 4.2461 |
66
+ | 0.1981 | 16.0 | 5216 | 4.9300 |
67
+ | 0.2151 | 17.0 | 5542 | 4.8182 |
68
+ | 0.1077 | 18.0 | 5868 | 4.6348 |
69
+ | 0.2005 | 19.0 | 6194 | 5.1244 |
70
+ | 0.1163 | 20.0 | 6520 | 4.6448 |
71
+ | 0.0731 | 21.0 | 6846 | 4.8622 |
72
+ | 0.0849 | 22.0 | 7172 | 4.8057 |
73
+ | 0.1515 | 23.0 | 7498 | 4.9841 |
74
+ | 0.2565 | 24.0 | 7824 | 5.3223 |
75
+ | 0.2449 | 25.0 | 8150 | 4.3633 |
76
 
77
 
78
  ### Framework versions
adapter_config.json CHANGED
@@ -22,13 +22,13 @@
22
  "rank_pattern": {},
23
  "revision": null,
24
  "target_modules": [
25
- "k_proj",
26
  "down_proj",
27
- "v_proj",
28
  "q_proj",
29
  "up_proj",
30
- "gate_proj",
31
- "o_proj"
 
32
  ],
33
  "task_type": "CAUSAL_LM",
34
  "use_rslora": false
 
22
  "rank_pattern": {},
23
  "revision": null,
24
  "target_modules": [
 
25
  "down_proj",
26
+ "gate_proj",
27
  "q_proj",
28
  "up_proj",
29
+ "o_proj",
30
+ "k_proj",
31
+ "v_proj"
32
  ],
33
  "task_type": "CAUSAL_LM",
34
  "use_rslora": false
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:54ec66c363c19bd603a65163df4bbbd3394f6ae94df706f96634a29b75d40e24
3
  size 3817075560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6a2ae0adb81d32a5cecca68c3ff3ae18b9e1f27df002f0c66efe690f339ccb7
3
  size 3817075560
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:586c07ad390925e9c210df1540ab7e08ce38366d1d37e39ca6e04866c4363b1e
3
  size 4283
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c666da4ebe994f7a208ee1a878a7481eaef585917b21ccec62afcd74678f4d85
3
  size 4283