kostasman1
commited on
kostasman1/phi3_adapter_finetuned
Browse files- README.md +36 -0
- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -17,6 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
# results
|
18 |
|
19 |
This model is a fine-tuned version of [microsoft/Phi-3-medium-128k-instruct](https://huggingface.co/microsoft/Phi-3-medium-128k-instruct) on an unknown dataset.
|
|
|
|
|
20 |
|
21 |
## Model description
|
22 |
|
@@ -44,6 +46,40 @@ The following hyperparameters were used during training:
|
|
44 |
- num_epochs: 3
|
45 |
- mixed_precision_training: Native AMP
|
46 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
### Framework versions
|
48 |
|
49 |
- PEFT 0.11.1
|
|
|
17 |
# results
|
18 |
|
19 |
This model is a fine-tuned version of [microsoft/Phi-3-medium-128k-instruct](https://huggingface.co/microsoft/Phi-3-medium-128k-instruct) on an unknown dataset.
|
20 |
+
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.3259
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
46 |
- num_epochs: 3
|
47 |
- mixed_precision_training: Native AMP
|
48 |
|
49 |
+
### Training results
|
50 |
+
|
51 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
52 |
+
|:-------------:|:------:|:----:|:---------------:|
|
53 |
+
| 2.102 | 0.1065 | 100 | 2.1266 |
|
54 |
+
| 2.0156 | 0.2130 | 200 | 1.9941 |
|
55 |
+
| 1.8151 | 0.3195 | 300 | 1.8149 |
|
56 |
+
| 1.6951 | 0.4260 | 400 | 1.5771 |
|
57 |
+
| 1.2789 | 0.5325 | 500 | 1.3936 |
|
58 |
+
| 1.0007 | 0.6390 | 600 | 1.1524 |
|
59 |
+
| 0.7882 | 0.7455 | 700 | 0.9936 |
|
60 |
+
| 0.9486 | 0.8520 | 800 | 0.8539 |
|
61 |
+
| 0.7381 | 0.9585 | 900 | 0.7410 |
|
62 |
+
| 0.6254 | 1.0650 | 1000 | 0.6283 |
|
63 |
+
| 0.4915 | 1.1715 | 1100 | 0.5834 |
|
64 |
+
| 0.3432 | 1.2780 | 1200 | 0.5034 |
|
65 |
+
| 0.349 | 1.3845 | 1300 | 0.4476 |
|
66 |
+
| 0.4378 | 1.4909 | 1400 | 0.4160 |
|
67 |
+
| 0.4522 | 1.5974 | 1500 | 0.4061 |
|
68 |
+
| 0.3183 | 1.7039 | 1600 | 0.3795 |
|
69 |
+
| 0.3184 | 1.8104 | 1700 | 0.3707 |
|
70 |
+
| 0.267 | 1.9169 | 1800 | 0.3601 |
|
71 |
+
| 0.2966 | 2.0234 | 1900 | 0.3538 |
|
72 |
+
| 0.2697 | 2.1299 | 2000 | 0.3492 |
|
73 |
+
| 0.3662 | 2.2364 | 2100 | 0.3424 |
|
74 |
+
| 0.3135 | 2.3429 | 2200 | 0.3407 |
|
75 |
+
| 0.3339 | 2.4494 | 2300 | 0.3366 |
|
76 |
+
| 0.1828 | 2.5559 | 2400 | 0.3340 |
|
77 |
+
| 0.2824 | 2.6624 | 2500 | 0.3306 |
|
78 |
+
| 0.3204 | 2.7689 | 2600 | 0.3289 |
|
79 |
+
| 0.3062 | 2.8754 | 2700 | 0.3263 |
|
80 |
+
| 0.313 | 2.9819 | 2800 | 0.3259 |
|
81 |
+
|
82 |
+
|
83 |
### Framework versions
|
84 |
|
85 |
- PEFT 0.11.1
|
adapter_config.json
CHANGED
@@ -23,13 +23,13 @@
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
-
"up_proj",
|
27 |
-
"v_proj",
|
28 |
-
"gate_proj",
|
29 |
"down_proj",
|
|
|
30 |
"k_proj",
|
|
|
31 |
"q_proj",
|
32 |
-
"
|
|
|
33 |
],
|
34 |
"task_type": null,
|
35 |
"use_dora": false,
|
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
|
|
|
|
|
|
26 |
"down_proj",
|
27 |
+
"o_proj",
|
28 |
"k_proj",
|
29 |
+
"up_proj",
|
30 |
"q_proj",
|
31 |
+
"gate_proj",
|
32 |
+
"v_proj"
|
33 |
],
|
34 |
"task_type": null,
|
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 85218160
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ab13ef7ad021a4eebe511d6770caff8b1db3bb6a090bb1ddda4765a7e7167a87
|
3 |
size 85218160
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5304
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e4e477eb8ca005a9bac8b006c62f707a1c8e43efe765366f4604b723498fe34b
|
3 |
size 5304
|