psvishnu/Phi-3.5-mini-instruct-qlora
Browse files- README.md +13 -13
- adapter_config.json +1 -3
- 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.8569
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss |
|
52 |
|:-------------:|:------:|:----:|:---------------:|
|
53 |
+
| 1.6558 | 0.3333 | 10 | 1.4457 |
|
54 |
+
| 1.2244 | 0.6667 | 20 | 1.1363 |
|
55 |
+
| 1.0198 | 1.0 | 30 | 1.0057 |
|
56 |
+
| 0.92 | 1.3333 | 40 | 0.9328 |
|
57 |
+
| 0.8365 | 1.6667 | 50 | 0.8991 |
|
58 |
+
| 0.7908 | 2.0 | 60 | 0.8744 |
|
59 |
+
| 0.7432 | 2.3333 | 70 | 0.8794 |
|
60 |
+
| 0.7421 | 2.6667 | 80 | 0.8692 |
|
61 |
+
| 0.739 | 3.0 | 90 | 0.8599 |
|
62 |
+
| 0.6996 | 3.3333 | 100 | 0.8603 |
|
63 |
+
| 0.7016 | 3.6667 | 110 | 0.8560 |
|
64 |
+
| 0.7205 | 4.0 | 120 | 0.8569 |
|
65 |
|
66 |
|
67 |
### Framework versions
|
adapter_config.json
CHANGED
@@ -20,10 +20,8 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"o_proj",
|
24 |
-
"gate_up_proj",
|
25 |
"qkv_proj",
|
26 |
-
"
|
27 |
],
|
28 |
"task_type": "CAUSAL_LM",
|
29 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
|
|
|
|
23 |
"qkv_proj",
|
24 |
+
"o_proj"
|
25 |
],
|
26 |
"task_type": "CAUSAL_LM",
|
27 |
"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:2b7193a9250b868e45abb649dca070d3a2d1b5f3097562fbca78a91c4777a6f3
|
3 |
+
size 37766064
|
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:e6f77cc20f3a9851b6b2714db72118558e4efb0e9002500e9a0100018c491dfd
|
3 |
size 5496
|