mistral-lp2-org_org_a
Browse files- README.md +5 -5
- adapter_config.json +2 -2
- adapter_model.safetensors +1 -1
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,7 +50,7 @@ The following hyperparameters were used during training:
|
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | F1 Micro | F1 Macro | F1 Weighted |
|
52 |
|:-------------:|:------:|:----:|:---------------:|:--------:|:--------:|:-----------:|
|
53 |
-
|
|
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 the None dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 2.2673
|
20 |
+
- F1 Micro: 0.4375
|
21 |
+
- F1 Macro: 0.4
|
22 |
+
- F1 Weighted: 0.5125
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | F1 Micro | F1 Macro | F1 Weighted |
|
52 |
|:-------------:|:------:|:----:|:---------------:|:--------:|:--------:|:-----------:|
|
53 |
+
| 2.0749 | 0.0016 | 10 | 2.2673 | 0.4375 | 0.4 | 0.5125 |
|
54 |
|
55 |
|
56 |
### Framework versions
|
adapter_config.json
CHANGED
@@ -25,8 +25,8 @@
|
|
25 |
"target_modules": [
|
26 |
"k_proj",
|
27 |
"q_proj",
|
28 |
-
"
|
29 |
-
"
|
30 |
],
|
31 |
"task_type": "SEQ_CLS",
|
32 |
"use_dora": false,
|
|
|
25 |
"target_modules": [
|
26 |
"k_proj",
|
27 |
"q_proj",
|
28 |
+
"v_proj",
|
29 |
+
"o_proj"
|
30 |
],
|
31 |
"task_type": "SEQ_CLS",
|
32 |
"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 578881968
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:10aee89c11acd02e2d287bb18da4ca404e24e3e1f7f2227d7aab3c4c9445bb03
|
3 |
size 578881968
|