commit
Browse files- README.md +11 -29
- adapter_config.json +8 -5
- adapter_model.safetensors +2 -2
- training_args.bin +1 -1
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 [microsoft/Phi-3.5-mini-instruct](https://huggingface.co/microsoft/Phi-3.5-mini-instruct) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -46,38 +46,20 @@ The following hyperparameters were used during training:
|
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: linear
|
48 |
- lr_scheduler_warmup_ratio: 0.03
|
49 |
-
- num_epochs:
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss |
|
54 |
|:-------------:|:------:|:----:|:---------------:|
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.5304 | 2.0305 | 450 | 0.5225 |
|
64 |
-
| 0.4748 | 2.2561 | 500 | 0.5194 |
|
65 |
-
| 0.5185 | 2.4817 | 550 | 0.5172 |
|
66 |
-
| 0.5234 | 2.7073 | 600 | 0.5150 |
|
67 |
-
| 0.5334 | 2.9329 | 650 | 0.5132 |
|
68 |
-
| 0.5221 | 3.1585 | 700 | 0.5119 |
|
69 |
-
| 0.5067 | 3.3841 | 750 | 0.5104 |
|
70 |
-
| 0.4841 | 3.6097 | 800 | 0.5095 |
|
71 |
-
| 0.5129 | 3.8353 | 850 | 0.5085 |
|
72 |
-
| 0.4969 | 4.0609 | 900 | 0.5077 |
|
73 |
-
| 0.4797 | 4.2865 | 950 | 0.5069 |
|
74 |
-
| 0.4893 | 4.5121 | 1000 | 0.5063 |
|
75 |
-
| 0.5203 | 4.7377 | 1050 | 0.5060 |
|
76 |
-
| 0.4902 | 4.9633 | 1100 | 0.5055 |
|
77 |
-
| 0.4904 | 5.1889 | 1150 | 0.5054 |
|
78 |
-
| 0.508 | 5.4146 | 1200 | 0.5049 |
|
79 |
-
| 0.5166 | 5.6402 | 1250 | 0.5048 |
|
80 |
-
| 0.4921 | 5.8658 | 1300 | 0.5047 |
|
81 |
|
82 |
|
83 |
### Framework versions
|
@@ -85,5 +67,5 @@ The following hyperparameters were used during training:
|
|
85 |
- PEFT 0.12.0
|
86 |
- Transformers 4.44.2
|
87 |
- Pytorch 2.4.1+cu121
|
88 |
-
- Datasets
|
89 |
- Tokenizers 0.19.1
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [microsoft/Phi-3.5-mini-instruct](https://huggingface.co/microsoft/Phi-3.5-mini-instruct) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.5080
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: linear
|
48 |
- lr_scheduler_warmup_ratio: 0.03
|
49 |
+
- num_epochs: 2
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss |
|
54 |
|:-------------:|:------:|:----:|:---------------:|
|
55 |
+
| 0.6813 | 0.2256 | 50 | 0.6682 |
|
56 |
+
| 0.5534 | 0.4512 | 100 | 0.5627 |
|
57 |
+
| 0.5291 | 0.6768 | 150 | 0.5372 |
|
58 |
+
| 0.575 | 0.9024 | 200 | 0.5245 |
|
59 |
+
| 0.5066 | 1.1280 | 250 | 0.5170 |
|
60 |
+
| 0.4949 | 1.3536 | 300 | 0.5124 |
|
61 |
+
| 0.4666 | 1.5792 | 350 | 0.5095 |
|
62 |
+
| 0.5142 | 1.8049 | 400 | 0.5080 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
63 |
|
64 |
|
65 |
### Framework versions
|
|
|
67 |
- PEFT 0.12.0
|
68 |
- Transformers 4.44.2
|
69 |
- Pytorch 2.4.1+cu121
|
70 |
+
- Datasets 3.0.0
|
71 |
- Tokenizers 0.19.1
|
adapter_config.json
CHANGED
@@ -14,19 +14,22 @@
|
|
14 |
"lora_dropout": 0.05,
|
15 |
"megatron_config": null,
|
16 |
"megatron_core": "megatron.core",
|
17 |
-
"modules_to_save":
|
|
|
|
|
18 |
"peft_type": "LORA",
|
19 |
"r": 16,
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
"up_proj",
|
24 |
-
"
|
25 |
"v_proj",
|
26 |
-
"gate_proj",
|
27 |
"o_proj",
|
28 |
-
"
|
29 |
-
"
|
|
|
|
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
|
|
14 |
"lora_dropout": 0.05,
|
15 |
"megatron_config": null,
|
16 |
"megatron_core": "megatron.core",
|
17 |
+
"modules_to_save": [
|
18 |
+
"t_proj"
|
19 |
+
],
|
20 |
"peft_type": "LORA",
|
21 |
"r": 16,
|
22 |
"rank_pattern": {},
|
23 |
"revision": null,
|
24 |
"target_modules": [
|
25 |
"up_proj",
|
26 |
+
"k_proj",
|
27 |
"v_proj",
|
|
|
28 |
"o_proj",
|
29 |
+
"down_proj",
|
30 |
+
"gate_up_proj",
|
31 |
+
"qkv_proj",
|
32 |
+
"q_proj"
|
33 |
],
|
34 |
"task_type": "CAUSAL_LM",
|
35 |
"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:4849fc3938bde241bc35daf2b5347e3c3d68f18a00297cf4e51c4690492d5f10
|
3 |
+
size 138458960
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5496
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bfc23f354b1e7595a84cbf3a84c89714a219b9c9b4f9a6b1467fd4ce7a13bd9d
|
3 |
size 5496
|