lvcalucioli
commited on
Commit
•
d048c23
1
Parent(s):
16789e0
ca-finetuned-phi-2
Browse files- README.md +11 -11
- adapter_config.json +1 -1
- 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-2](https://huggingface.co/microsoft/phi-2) on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss:
|
22 |
- Perplexity: 0.0000
|
23 |
|
24 |
## Model description
|
@@ -53,16 +53,16 @@ The following hyperparameters were used during training:
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Perplexity |
|
55 |
|:-------------:|:-----:|:----:|:---------------:|:----------:|
|
56 |
-
| No log |
|
57 |
-
| No log |
|
58 |
-
|
|
59 |
-
|
|
60 |
-
|
|
61 |
-
|
|
62 |
-
|
|
63 |
-
|
|
64 |
-
|
|
65 |
-
|
|
66 |
|
67 |
|
68 |
### Framework versions
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [microsoft/phi-2](https://huggingface.co/microsoft/phi-2) on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 1.5643
|
22 |
- Perplexity: 0.0000
|
23 |
|
24 |
## Model description
|
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Perplexity |
|
55 |
|:-------------:|:-----:|:----:|:---------------:|:----------:|
|
56 |
+
| No log | 0.97 | 7 | 2.2352 | 0.0000 |
|
57 |
+
| No log | 1.95 | 14 | 2.0164 | 0.0000 |
|
58 |
+
| 2.4567 | 2.92 | 21 | 1.8511 | 0.0000 |
|
59 |
+
| 2.4567 | 3.9 | 28 | 1.7391 | 0.0000 |
|
60 |
+
| 1.8517 | 4.87 | 35 | 1.6667 | 0.0000 |
|
61 |
+
| 1.8517 | 5.98 | 43 | 1.6059 | 0.0000 |
|
62 |
+
| 1.5627 | 6.96 | 50 | 1.5816 | 0.0000 |
|
63 |
+
| 1.5627 | 7.93 | 57 | 1.5672 | 0.0000 |
|
64 |
+
| 1.41 | 8.9 | 64 | 1.5650 | 0.0000 |
|
65 |
+
| 1.41 | 9.74 | 70 | 1.5643 | 0.0000 |
|
66 |
|
67 |
|
68 |
### Framework versions
|
adapter_config.json
CHANGED
@@ -19,8 +19,8 @@
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
-
"Wqkv",
|
23 |
"fc2",
|
|
|
24 |
"fc1"
|
25 |
],
|
26 |
"task_type": "CAUSAL_LM",
|
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
|
|
22 |
"fc2",
|
23 |
+
"Wqkv",
|
24 |
"fc1"
|
25 |
],
|
26 |
"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 146825352
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4678bd7915cea1d44aae124d938dbe675f1042e6d7cacd741a1c8b92470f0143
|
3 |
size 146825352
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4347
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8bde404a3dd33164b6da9c608f71ba40e59153f8a3752fff3af18e84cfb38e7e
|
3 |
size 4347
|