End of training
Browse files- README.md +3 -3
- adapter_config.json +5 -5
- adapter_model.bin +1 -1
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -103,7 +103,7 @@ xformers_attention: true
|
|
103 |
|
104 |
This model is a fine-tuned version of [unsloth/Phi-3-medium-4k-instruct](https://huggingface.co/unsloth/Phi-3-medium-4k-instruct) on the None dataset.
|
105 |
It achieves the following results on the evaluation set:
|
106 |
-
- Loss: 1.
|
107 |
|
108 |
## Model description
|
109 |
|
@@ -141,8 +141,8 @@ The following hyperparameters were used during training:
|
|
141 |
| Training Loss | Epoch | Step | Validation Loss |
|
142 |
|:-------------:|:------:|:----:|:---------------:|
|
143 |
| 3.8832 | 0.0158 | 1 | 4.6374 |
|
144 |
-
| 1.
|
145 |
-
| 1.
|
146 |
|
147 |
|
148 |
### Framework versions
|
|
|
103 |
|
104 |
This model is a fine-tuned version of [unsloth/Phi-3-medium-4k-instruct](https://huggingface.co/unsloth/Phi-3-medium-4k-instruct) on the None dataset.
|
105 |
It achieves the following results on the evaluation set:
|
106 |
+
- Loss: 1.4213
|
107 |
|
108 |
## Model description
|
109 |
|
|
|
141 |
| Training Loss | Epoch | Step | Validation Loss |
|
142 |
|:-------------:|:------:|:----:|:---------------:|
|
143 |
| 3.8832 | 0.0158 | 1 | 4.6374 |
|
144 |
+
| 1.544 | 0.3960 | 25 | 1.4612 |
|
145 |
+
| 1.3739 | 0.7921 | 50 | 1.4213 |
|
146 |
|
147 |
|
148 |
### Framework versions
|
adapter_config.json
CHANGED
@@ -20,13 +20,13 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"v_proj",
|
24 |
-
"gate_proj",
|
25 |
-
"q_proj",
|
26 |
-
"k_proj",
|
27 |
"up_proj",
|
|
|
|
|
28 |
"o_proj",
|
29 |
-
"down_proj"
|
|
|
|
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
|
|
|
|
|
|
|
|
23 |
"up_proj",
|
24 |
+
"k_proj",
|
25 |
+
"gate_proj",
|
26 |
"o_proj",
|
27 |
+
"down_proj",
|
28 |
+
"v_proj",
|
29 |
+
"q_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
adapter_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 524490378
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:87a4ee6484cd17b2dffdc49b54d3fd6d0894b2f804e439cec9f75a37a09d9b93
|
3 |
size 524490378
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 524363632
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:453f679ff83f6cb78ca4a52079d84a61f6adf84723e10a078b4af6fd7b849cce
|
3 |
size 524363632
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 6776
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f73a5c49f83bb452292d035856867321abe71eecac39011cbbc7e22d4eae41b4
|
3 |
size 6776
|