rnaveensrinivas
commited on
Commit
•
d39414e
1
Parent(s):
010e2e4
rnaveensrinivas/Phi-3-mini-4k-instruct-retrained_network_corpus
Browse files- README.md +13 -1
- adapter_config.json +2 -2
- adapter_model.safetensors +1 -1
- 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-mini-4k-instruct](https://huggingface.co/microsoft/Phi-3-mini-4k-instruct) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 4.
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -47,6 +47,18 @@ The following hyperparameters were used during training:
|
|
47 |
|
48 |
### Training results
|
49 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
50 |
|
51 |
|
52 |
### Framework versions
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [microsoft/Phi-3-mini-4k-instruct](https://huggingface.co/microsoft/Phi-3-mini-4k-instruct) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 4.3960
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
47 |
|
48 |
### Training results
|
49 |
|
50 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
51 |
+
|:-------------:|:-----:|:----:|:---------------:|
|
52 |
+
| 1.8696 | 1.0 | 112 | 2.0452 |
|
53 |
+
| 1.3684 | 2.0 | 224 | 2.1041 |
|
54 |
+
| 0.9071 | 3.0 | 336 | 2.3714 |
|
55 |
+
| 0.5282 | 4.0 | 448 | 2.8351 |
|
56 |
+
| 0.2728 | 5.0 | 560 | 3.3396 |
|
57 |
+
| 0.1308 | 6.0 | 672 | 3.7990 |
|
58 |
+
| 0.0594 | 7.0 | 784 | 3.9724 |
|
59 |
+
| 0.032 | 8.0 | 896 | 4.0585 |
|
60 |
+
| 0.0186 | 9.0 | 1008 | 4.3351 |
|
61 |
+
| 0.0133 | 10.0 | 1120 | 4.3960 |
|
62 |
|
63 |
|
64 |
### Framework versions
|
adapter_config.json
CHANGED
@@ -20,9 +20,9 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"down_proj",
|
24 |
-
"gate_up_proj",
|
25 |
"qkv_proj",
|
|
|
|
|
26 |
"o_proj"
|
27 |
],
|
28 |
"task_type": "CAUSAL_LM",
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
|
|
|
|
23 |
"qkv_proj",
|
24 |
+
"gate_up_proj",
|
25 |
+
"down_proj",
|
26 |
"o_proj"
|
27 |
],
|
28 |
"task_type": "CAUSAL_LM",
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 100697728
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5ac6327b6143367dc85c4d4e7aa8efaa60e75614d2db6f13eff0dcf7bc1f8ee5
|
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 5432
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4f2624aedc746967165bb63db5b0f730fd701ebf8ae1439e242ce19aecfcfad1
|
3 |
size 5432
|