End of training
Browse files- README.md +5 -5
- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -16,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
This model is a fine-tuned version of [microsoft/phi-2](https://huggingface.co/microsoft/phi-2) on the g-ronimo/riddles_evolved dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss: 1.
|
20 |
|
21 |
## Model description
|
22 |
|
@@ -50,10 +50,10 @@ The following hyperparameters were used during training:
|
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|
|
53 |
-
| 1.
|
54 |
-
| 1.
|
55 |
-
| 1.
|
56 |
-
| 1.
|
57 |
|
58 |
|
59 |
### Framework versions
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [microsoft/phi-2](https://huggingface.co/microsoft/phi-2) on the g-ronimo/riddles_evolved dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 1.5572
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|
|
53 |
+
| 1.708 | 0.5 | 7 | 1.7003 |
|
54 |
+
| 1.6852 | 1.0 | 14 | 1.6505 |
|
55 |
+
| 1.5539 | 1.49 | 21 | 1.6054 |
|
56 |
+
| 1.5387 | 1.99 | 28 | 1.5572 |
|
57 |
|
58 |
|
59 |
### Framework versions
|
adapter_config.json
CHANGED
@@ -22,10 +22,10 @@
|
|
22 |
"rank_pattern": {},
|
23 |
"revision": null,
|
24 |
"target_modules": [
|
25 |
-
"k_proj",
|
26 |
-
"v_proj",
|
27 |
"q_proj",
|
28 |
-
"
|
|
|
|
|
29 |
],
|
30 |
"task_type": "CAUSAL_LM"
|
31 |
}
|
|
|
22 |
"rank_pattern": {},
|
23 |
"revision": null,
|
24 |
"target_modules": [
|
|
|
|
|
25 |
"q_proj",
|
26 |
+
"v_proj",
|
27 |
+
"dense",
|
28 |
+
"k_proj"
|
29 |
],
|
30 |
"task_type": "CAUSAL_LM"
|
31 |
}
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1090759640
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ff7b8c300ad1f93bbb96c19574683f105acdacb8df0ce0f9fa2567756613eace
|
3 |
size 1090759640
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4728
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:938acaf56e50c9c635f1123a08c2d520b56f726f9033ace3620894ebb7e31752
|
3 |
size 4728
|