DeepDream2045
commited on
Commit
•
91c4f49
1
Parent(s):
3c35aec
End of training
Browse files- README.md +3 -3
- adapter_config.json +3 -3
- adapter_model.bin +1 -1
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -96,7 +96,7 @@ xformers_attention: true
|
|
96 |
|
97 |
This model is a fine-tuned version of [migtissera/Tess-v2.5-Phi-3-medium-128k-14B](https://huggingface.co/migtissera/Tess-v2.5-Phi-3-medium-128k-14B) on the None dataset.
|
98 |
It achieves the following results on the evaluation set:
|
99 |
-
- Loss: 1.
|
100 |
|
101 |
## Model description
|
102 |
|
@@ -134,8 +134,8 @@ The following hyperparameters were used during training:
|
|
134 |
| Training Loss | Epoch | Step | Validation Loss |
|
135 |
|:-------------:|:------:|:----:|:---------------:|
|
136 |
| 3.6352 | 0.0016 | 1 | 5.1592 |
|
137 |
-
| 2.
|
138 |
-
| 2.
|
139 |
|
140 |
|
141 |
### Framework versions
|
|
|
96 |
|
97 |
This model is a fine-tuned version of [migtissera/Tess-v2.5-Phi-3-medium-128k-14B](https://huggingface.co/migtissera/Tess-v2.5-Phi-3-medium-128k-14B) on the None dataset.
|
98 |
It achieves the following results on the evaluation set:
|
99 |
+
- Loss: 1.7096
|
100 |
|
101 |
## Model description
|
102 |
|
|
|
134 |
| Training Loss | Epoch | Step | Validation Loss |
|
135 |
|:-------------:|:------:|:----:|:---------------:|
|
136 |
| 3.6352 | 0.0016 | 1 | 5.1592 |
|
137 |
+
| 2.2311 | 0.0390 | 25 | 1.7820 |
|
138 |
+
| 2.0822 | 0.0780 | 50 | 1.7096 |
|
139 |
|
140 |
|
141 |
### Framework versions
|
adapter_config.json
CHANGED
@@ -20,10 +20,10 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"gate_up_proj",
|
24 |
-
"o_proj",
|
25 |
"qkv_proj",
|
26 |
-
"down_proj"
|
|
|
|
|
27 |
],
|
28 |
"task_type": "CAUSAL_LM",
|
29 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
|
|
|
|
23 |
"qkv_proj",
|
24 |
+
"down_proj",
|
25 |
+
"gate_up_proj",
|
26 |
+
"o_proj"
|
27 |
],
|
28 |
"task_type": "CAUSAL_LM",
|
29 |
"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 445760970
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:451c3f5fd718da045d39607408451556308cc8b62b2ace594defdbdd28084120
|
3 |
size 445760970
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 445688440
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cd386869160576e247f818b418f34612f1c7896a0fbfa1c8145e8625aeb86c00
|
3 |
size 445688440
|
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:b095aab98c9d0f056114cfd27d18b2ae9c09fc7600a46ac9acc6ecf782b705ca
|
3 |
size 6776
|