yerkekz commited on
Commit
67187e2
1 Parent(s): b24bd37

mistral-finetuned-clinical

Browse files
README.md CHANGED
@@ -18,7 +18,7 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  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.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 0.9995
22
 
23
  ## Model description
24
 
@@ -52,11 +52,40 @@ The following hyperparameters were used during training:
52
 
53
  | Training Loss | Epoch | Step | Validation Loss |
54
  |:-------------:|:-----:|:----:|:---------------:|
55
- | 1.0395 | 0.2 | 20 | 1.0262 |
56
- | 1.0504 | 0.4 | 40 | 1.0114 |
57
- | 1.022 | 0.6 | 60 | 1.0034 |
58
- | 0.9974 | 0.8 | 80 | 1.0004 |
59
- | 0.9971 | 1.0 | 100 | 0.9995 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
60
 
61
 
62
  ### Framework versions
 
18
 
19
  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.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 0.9724
22
 
23
  ## Model description
24
 
 
52
 
53
  | Training Loss | Epoch | Step | Validation Loss |
54
  |:-------------:|:-----:|:----:|:---------------:|
55
+ | 1.0248 | 0.03 | 50 | 1.0145 |
56
+ | 1.0168 | 0.06 | 100 | 1.0078 |
57
+ | 1.008 | 0.09 | 150 | 1.0058 |
58
+ | 1.0082 | 0.12 | 200 | 1.0030 |
59
+ | 0.9846 | 0.14 | 250 | 1.0005 |
60
+ | 0.9807 | 0.17 | 300 | 0.9998 |
61
+ | 0.9968 | 0.2 | 350 | 0.9992 |
62
+ | 0.9834 | 0.23 | 400 | 0.9967 |
63
+ | 1.0267 | 0.26 | 450 | 0.9953 |
64
+ | 1.0119 | 0.29 | 500 | 0.9937 |
65
+ | 0.9759 | 0.32 | 550 | 0.9939 |
66
+ | 0.9978 | 0.35 | 600 | 0.9921 |
67
+ | 1.0145 | 0.38 | 650 | 0.9901 |
68
+ | 1.0064 | 0.4 | 700 | 0.9897 |
69
+ | 0.9949 | 0.43 | 750 | 0.9890 |
70
+ | 0.9936 | 0.46 | 800 | 0.9865 |
71
+ | 0.9944 | 0.49 | 850 | 0.9852 |
72
+ | 0.9819 | 0.52 | 900 | 0.9845 |
73
+ | 0.9991 | 0.55 | 950 | 0.9826 |
74
+ | 0.9874 | 0.58 | 1000 | 0.9812 |
75
+ | 0.981 | 0.61 | 1050 | 0.9798 |
76
+ | 0.9807 | 0.64 | 1100 | 0.9789 |
77
+ | 0.9639 | 0.67 | 1150 | 0.9776 |
78
+ | 0.9645 | 0.69 | 1200 | 0.9767 |
79
+ | 0.9788 | 0.72 | 1250 | 0.9758 |
80
+ | 0.9823 | 0.75 | 1300 | 0.9751 |
81
+ | 0.9906 | 0.78 | 1350 | 0.9745 |
82
+ | 0.9536 | 0.81 | 1400 | 0.9738 |
83
+ | 0.9635 | 0.84 | 1450 | 0.9732 |
84
+ | 0.9754 | 0.87 | 1500 | 0.9729 |
85
+ | 0.9785 | 0.9 | 1550 | 0.9727 |
86
+ | 0.9828 | 0.93 | 1600 | 0.9725 |
87
+ | 0.9951 | 0.95 | 1650 | 0.9724 |
88
+ | 0.983 | 0.98 | 1700 | 0.9724 |
89
 
90
 
91
  ### Framework versions
adapter_config.json CHANGED
@@ -19,13 +19,13 @@
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
- "up_proj",
23
  "v_proj",
24
- "o_proj",
25
- "down_proj",
26
- "k_proj",
27
  "q_proj",
28
- "gate_proj"
 
 
 
 
29
  ],
30
  "task_type": "CAUSAL_LM",
31
  "use_dora": false,
 
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
 
22
  "v_proj",
 
 
 
23
  "q_proj",
24
+ "gate_proj",
25
+ "down_proj",
26
+ "o_proj",
27
+ "up_proj",
28
+ "k_proj"
29
  ],
30
  "task_type": "CAUSAL_LM",
31
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:826a795eb5c22bc8b1d82ad4193e1573dbe1c8a0b0365f00615a69f490a3af1b
3
  size 671149168
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5a2351fb8d9722413f891c353d531fbddecc049984d48bf64c4c063c144c1a7
3
  size 671149168
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a0e31a97ef3b821907f6e35303c33fda779d263ffde0b906065a349e861e8295
3
  size 4856
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5f0012504e5862af840860bf7a91b6c215c14b0ad783b9adef9fe6669bb8300
3
  size 4856