psvishnu/Phi-3.5-mini-instruct-qlora
Browse files- README.md +13 -13
- adapter_config.json +5 -2
- 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 |
|
@@ -50,18 +50,18 @@ The following hyperparameters were used during training:
|
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss |
|
52 |
|:-------------:|:------:|:----:|:---------------:|
|
53 |
-
| 1.
|
54 |
-
| 1.
|
55 |
-
|
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
|
66 |
|
67 |
### Framework versions
|
|
|
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.8242
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss |
|
52 |
|:-------------:|:------:|:----:|:---------------:|
|
53 |
+
| 1.6254 | 0.3333 | 10 | 1.2928 |
|
54 |
+
| 1.0852 | 0.6667 | 20 | 0.9771 |
|
55 |
+
| 0.8786 | 1.0 | 30 | 0.8939 |
|
56 |
+
| 0.7889 | 1.3333 | 40 | 0.8575 |
|
57 |
+
| 0.7281 | 1.6667 | 50 | 0.8336 |
|
58 |
+
| 0.6876 | 2.0 | 60 | 0.8175 |
|
59 |
+
| 0.6217 | 2.3333 | 70 | 0.8238 |
|
60 |
+
| 0.6066 | 2.6667 | 80 | 0.8274 |
|
61 |
+
| 0.614 | 3.0 | 90 | 0.8193 |
|
62 |
+
| 0.5568 | 3.3333 | 100 | 0.8235 |
|
63 |
+
| 0.5435 | 3.6667 | 110 | 0.8242 |
|
64 |
+
| 0.5699 | 4.0 | 120 | 0.8242 |
|
65 |
|
66 |
|
67 |
### Framework versions
|
adapter_config.json
CHANGED
@@ -20,8 +20,11 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"
|
24 |
-
"
|
|
|
|
|
|
|
25 |
],
|
26 |
"task_type": "CAUSAL_LM",
|
27 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
+
"o_proj",
|
24 |
+
"gate_up_proj",
|
25 |
+
"down_proj",
|
26 |
+
"up_proj",
|
27 |
+
"qkv_proj"
|
28 |
],
|
29 |
"task_type": "CAUSAL_LM",
|
30 |
"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:016263d091dc1ff8810193befca6d2ef09c865ce406784c07c53b6fcc9e6047b
|
3 |
+
size 100697728
|
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:cd0312728633f86d6242ef91f16063fed1b9483cb90a5fd129467ac7a4bead91
|
3 |
size 5496
|