mistral-lp2-org_org_a
Browse files- README.md +10 -10
- adapter_config.json +4 -7
- adapter_model.safetensors +1 -1
- training_args.bin +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 |
|
@@ -44,19 +44,19 @@ The following hyperparameters were used during training:
|
|
44 |
- seed: 42
|
45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
- lr_scheduler_type: linear
|
47 |
-
- training_steps:
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | F1 Micro | F1 Macro | F1 Weighted |
|
52 |
|:-------------:|:------:|:----:|:---------------:|:--------:|:--------:|:-----------:|
|
53 |
-
|
|
54 |
|
55 |
|
56 |
### Framework versions
|
57 |
|
58 |
-
- PEFT 0.
|
59 |
-
- Transformers 4.
|
60 |
-
- Pytorch 2.
|
61 |
-
- Datasets 2.19.
|
62 |
- Tokenizers 0.19.1
|
|
|
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: 0.8942
|
20 |
+
- F1 Micro: 0.6
|
21 |
+
- F1 Macro: 0.5040
|
22 |
+
- F1 Weighted: 0.6262
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
44 |
- seed: 42
|
45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
- lr_scheduler_type: linear
|
47 |
+
- training_steps: 801
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | F1 Micro | F1 Macro | F1 Weighted |
|
52 |
|:-------------:|:------:|:----:|:---------------:|:--------:|:--------:|:-----------:|
|
53 |
+
| 0.9474 | 0.2462 | 800 | 0.8942 | 0.6 | 0.5040 | 0.6262 |
|
54 |
|
55 |
|
56 |
### Framework versions
|
57 |
|
58 |
+
- PEFT 0.10.0
|
59 |
+
- Transformers 4.40.2
|
60 |
+
- Pytorch 2.3.0+cu118
|
61 |
+
- Datasets 2.19.0
|
62 |
- Tokenizers 0.19.1
|
adapter_config.json
CHANGED
@@ -14,19 +14,16 @@
|
|
14 |
"lora_dropout": 0.05,
|
15 |
"megatron_config": null,
|
16 |
"megatron_core": "megatron.core",
|
17 |
-
"modules_to_save":
|
18 |
-
"classifier",
|
19 |
-
"score"
|
20 |
-
],
|
21 |
"peft_type": "LORA",
|
22 |
"r": 16,
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
-
"
|
27 |
"q_proj",
|
28 |
-
"
|
29 |
-
"
|
30 |
],
|
31 |
"task_type": "SEQ_CLS",
|
32 |
"use_dora": false,
|
|
|
14 |
"lora_dropout": 0.05,
|
15 |
"megatron_config": null,
|
16 |
"megatron_core": "megatron.core",
|
17 |
+
"modules_to_save": null,
|
|
|
|
|
|
|
18 |
"peft_type": "LORA",
|
19 |
"r": 16,
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
+
"o_proj",
|
24 |
"q_proj",
|
25 |
+
"k_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 578881968
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:07ce652557a155d475012cf7017aef328b6513da1a747354e3c649d0e5eaa356
|
3 |
size 578881968
|
training_args.bin
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:197939ee0a341d8f338a04d40532ae09af8b5516cdc77fb21359b12112aad973
|
3 |
+
size 4920
|