End of training
Browse files- README.md +15 -12
- model.safetensors +1 -1
README.md
CHANGED
@@ -18,10 +18,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [microsoft/deberta-v3-small](https://huggingface.co/microsoft/deberta-v3-small) on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.
|
22 |
-
- Recall: 0.
|
23 |
-
- Precision: 0.
|
24 |
-
- Fbeta Score: 0.
|
25 |
|
26 |
## Model description
|
27 |
|
@@ -53,14 +53,17 @@ The following hyperparameters were used during training:
|
|
53 |
|
54 |
### Training results
|
55 |
|
56 |
-
| Training Loss | Epoch | Step
|
57 |
-
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
|
|
|
|
|
|
64 |
|
65 |
|
66 |
### Framework versions
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [microsoft/deberta-v3-small](https://huggingface.co/microsoft/deberta-v3-small) on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.0036
|
22 |
+
- Recall: 0.9920
|
23 |
+
- Precision: 0.9866
|
24 |
+
- Fbeta Score: 0.9918
|
25 |
|
26 |
## Model description
|
27 |
|
|
|
53 |
|
54 |
### Training results
|
55 |
|
56 |
+
| Training Loss | Epoch | Step | Validation Loss | Recall | Precision | Fbeta Score |
|
57 |
+
|:-------------:|:-----:|:-----:|:---------------:|:------:|:---------:|:-----------:|
|
58 |
+
| 0.0085 | 1.0 | 3186 | 0.0058 | 0.9786 | 0.9693 | 0.9782 |
|
59 |
+
| 0.0032 | 2.0 | 6373 | 0.0036 | 0.9869 | 0.9764 | 0.9865 |
|
60 |
+
| 0.004 | 3.0 | 9559 | 0.0037 | 0.9791 | 0.9892 | 0.9795 |
|
61 |
+
| 0.0014 | 4.0 | 12746 | 0.0035 | 0.9908 | 0.9817 | 0.9905 |
|
62 |
+
| 0.0019 | 5.0 | 15932 | 0.0038 | 0.9903 | 0.9806 | 0.9899 |
|
63 |
+
| 0.0022 | 6.0 | 19119 | 0.0032 | 0.9929 | 0.9861 | 0.9927 |
|
64 |
+
| 0.0005 | 7.0 | 22305 | 0.0031 | 0.9906 | 0.9894 | 0.9905 |
|
65 |
+
| 0.0003 | 8.0 | 25492 | 0.0033 | 0.9915 | 0.9855 | 0.9913 |
|
66 |
+
| 0.0001 | 9.0 | 28678 | 0.0036 | 0.9920 | 0.9866 | 0.9918 |
|
67 |
|
68 |
|
69 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 565272920
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f1d863754781811d72c5ed98b081f526c21fd1b39c5c472ab3879ead4026bca2
|
3 |
size 565272920
|