End of training
Browse files- README.md +8 -8
- model.safetensors +1 -1
README.md
CHANGED
@@ -17,11 +17,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
This model is a fine-tuned version of [microsoft/deberta-v3-base](https://huggingface.co/microsoft/deberta-v3-base) on the ontonotes5 dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
-
- F1-type-match: 0.
|
22 |
-
- F1-partial: 0.
|
23 |
-
- F1-strict: 0.
|
24 |
-
- F1-exact: 0.
|
25 |
|
26 |
## Model description
|
27 |
|
@@ -54,9 +54,9 @@ The following hyperparameters were used during training:
|
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | F1-type-match | F1-partial | F1-strict | F1-exact |
|
56 |
|:-------------:|:-----:|:----:|:---------------:|:-------------:|:----------:|:---------:|:--------:|
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
|
61 |
|
62 |
### Framework versions
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [microsoft/deberta-v3-base](https://huggingface.co/microsoft/deberta-v3-base) on the ontonotes5 dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.0776
|
21 |
+
- F1-type-match: 0.9325
|
22 |
+
- F1-partial: 0.9488
|
23 |
+
- F1-strict: 0.9046
|
24 |
+
- F1-exact: 0.9299
|
25 |
|
26 |
## Model description
|
27 |
|
|
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | F1-type-match | F1-partial | F1-strict | F1-exact |
|
56 |
|:-------------:|:-----:|:----:|:---------------:|:-------------:|:----------:|:---------:|:--------:|
|
57 |
+
| 0.0427 | 1.0 | 936 | 0.0674 | 0.9291 | 0.9452 | 0.8986 | 0.9246 |
|
58 |
+
| 0.0235 | 2.0 | 1873 | 0.0722 | 0.9281 | 0.9464 | 0.9002 | 0.9275 |
|
59 |
+
| 0.0148 | 3.0 | 2808 | 0.0776 | 0.9325 | 0.9488 | 0.9046 | 0.9299 |
|
60 |
|
61 |
|
62 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 735464404
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7274aa73c71109e5c8afb73808293a9e9d1c15623743831227b42f9fd273655d
|
3 |
size 735464404
|