update model card README.md
Browse files
README.md
CHANGED
@@ -18,11 +18,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model was trained from scratch on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.
|
22 |
-
- Precision: 0.
|
23 |
-
- Recall: 0.
|
24 |
-
- F1: 0.
|
25 |
-
- Accuracy: 0.
|
26 |
|
27 |
## Model description
|
28 |
|
@@ -53,17 +53,17 @@ The following hyperparameters were used during training:
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
55 |
|:-------------:|:-----:|:-----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
-
| 0.
|
66 |
-
| 0.
|
67 |
|
68 |
|
69 |
### Framework versions
|
|
|
18 |
|
19 |
This model was trained from scratch on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.0768
|
22 |
+
- Precision: 0.9783
|
23 |
+
- Recall: 0.9739
|
24 |
+
- F1: 0.9761
|
25 |
+
- Accuracy: 0.9865
|
26 |
|
27 |
## Model description
|
28 |
|
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
55 |
|:-------------:|:-----:|:-----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
56 |
+
| 0.0109 | 1.0 | 5372 | 0.0469 | 0.9828 | 0.9799 | 0.9813 | 0.9901 |
|
57 |
+
| 0.0068 | 2.0 | 10744 | 0.0598 | 0.9790 | 0.9761 | 0.9776 | 0.9885 |
|
58 |
+
| 0.0032 | 3.0 | 16116 | 0.1658 | 0.9715 | 0.9679 | 0.9697 | 0.9839 |
|
59 |
+
| 0.0048 | 4.0 | 21488 | 0.1680 | 0.9774 | 0.9679 | 0.9726 | 0.9835 |
|
60 |
+
| 0.0055 | 5.0 | 26860 | 0.0526 | 0.9835 | 0.9806 | 0.9821 | 0.9911 |
|
61 |
+
| 0.0034 | 6.0 | 32232 | 0.0569 | 0.9813 | 0.9776 | 0.9794 | 0.9906 |
|
62 |
+
| 0.0024 | 7.0 | 37604 | 0.0671 | 0.9820 | 0.9784 | 0.9802 | 0.9906 |
|
63 |
+
| 0.0021 | 8.0 | 42976 | 0.0606 | 0.9835 | 0.9776 | 0.9805 | 0.9908 |
|
64 |
+
| 0.0022 | 9.0 | 48348 | 0.0658 | 0.9857 | 0.9806 | 0.9832 | 0.9911 |
|
65 |
+
| 0.002 | 10.0 | 53720 | 0.1342 | 0.9767 | 0.9716 | 0.9742 | 0.9857 |
|
66 |
+
| 0.0017 | 11.0 | 59092 | 0.0768 | 0.9783 | 0.9739 | 0.9761 | 0.9865 |
|
67 |
|
68 |
|
69 |
### Framework versions
|