mistral-lp2-org_aug_b
Browse files- README.md +20 -20
- adapter_config.json +3 -3
- adapter_model.safetensors +2 -2
README.md
CHANGED
@@ -16,10 +16,10 @@ 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 the None dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss:
|
20 |
-
- F1 Micro: 0.
|
21 |
-
- F1 Macro: 0.
|
22 |
-
- F1 Weighted: 0.
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -50,22 +50,22 @@ The following hyperparameters were used during training:
|
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | F1 Micro | F1 Macro | F1 Weighted |
|
52 |
|:-------------:|:------:|:----:|:---------------:|:--------:|:--------:|:-----------:|
|
53 |
-
| 1.
|
54 |
-
| 1.
|
55 |
-
| 1.
|
56 |
-
| 1.
|
57 |
-
| 1.
|
58 |
-
|
|
59 |
-
|
|
60 |
-
| 1.
|
61 |
-
|
|
62 |
-
|
|
63 |
-
| 0.
|
64 |
-
|
|
65 |
-
|
|
66 |
-
|
|
67 |
-
|
|
68 |
-
|
|
69 |
|
70 |
|
71 |
### 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 the None dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 1.0305
|
20 |
+
- F1 Micro: 0.7988
|
21 |
+
- F1 Macro: 0.7745
|
22 |
+
- F1 Weighted: 0.8091
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | F1 Micro | F1 Macro | F1 Weighted |
|
52 |
|:-------------:|:------:|:----:|:---------------:|:--------:|:--------:|:-----------:|
|
53 |
+
| 1.7847 | 0.0064 | 25 | 1.4983 | 0.7827 | 0.7547 | 0.7929 |
|
54 |
+
| 1.3333 | 0.0127 | 50 | 1.2986 | 0.7926 | 0.7660 | 0.8031 |
|
55 |
+
| 1.2721 | 0.0191 | 75 | 1.2255 | 0.7755 | 0.7520 | 0.7862 |
|
56 |
+
| 1.127 | 0.0255 | 100 | 1.1722 | 0.7945 | 0.7694 | 0.8053 |
|
57 |
+
| 1.1108 | 0.0318 | 125 | 1.1561 | 0.7922 | 0.7556 | 0.7971 |
|
58 |
+
| 1.0969 | 0.0382 | 150 | 1.1181 | 0.7875 | 0.7581 | 0.7955 |
|
59 |
+
| 1.0714 | 0.0446 | 175 | 1.1001 | 0.7884 | 0.7658 | 0.7993 |
|
60 |
+
| 1.0219 | 0.0510 | 200 | 1.0758 | 0.8000 | 0.7727 | 0.8091 |
|
61 |
+
| 1.0979 | 0.0573 | 225 | 1.0671 | 0.7973 | 0.7656 | 0.8040 |
|
62 |
+
| 1.0846 | 0.0637 | 250 | 1.0632 | 0.7866 | 0.7582 | 0.7944 |
|
63 |
+
| 0.9977 | 0.0701 | 275 | 1.0590 | 0.7934 | 0.7600 | 0.7991 |
|
64 |
+
| 1.1262 | 0.0764 | 300 | 1.0404 | 0.7984 | 0.7699 | 0.8066 |
|
65 |
+
| 1.0066 | 0.0828 | 325 | 1.0396 | 0.7981 | 0.7681 | 0.8053 |
|
66 |
+
| 1.0534 | 0.0892 | 350 | 1.0360 | 0.8005 | 0.7768 | 0.8113 |
|
67 |
+
| 1.0302 | 0.0955 | 375 | 1.0320 | 0.7993 | 0.7754 | 0.8099 |
|
68 |
+
| 1.0965 | 0.1019 | 400 | 1.0305 | 0.7988 | 0.7745 | 0.8091 |
|
69 |
|
70 |
|
71 |
### Framework versions
|
adapter_config.json
CHANGED
@@ -20,10 +20,10 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"v_proj",
|
24 |
-
"q_proj",
|
25 |
"k_proj",
|
26 |
-
"o_proj"
|
|
|
|
|
27 |
],
|
28 |
"task_type": "SEQ_CLS",
|
29 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
|
|
|
|
23 |
"k_proj",
|
24 |
+
"o_proj",
|
25 |
+
"q_proj",
|
26 |
+
"v_proj"
|
27 |
],
|
28 |
"task_type": "SEQ_CLS",
|
29 |
"use_dora": false,
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dd16b2361941c5bc72f4955f731ac6362dc2d0c5c2146d96d059e1e7e8b15828
|
3 |
+
size 578898352
|