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.0021 | 8.0 | 42976 | 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.1660
|
22 |
+
- Precision: 0.9701
|
23 |
+
- Recall: 0.9679
|
24 |
+
- F1: 0.9690
|
25 |
+
- Accuracy: 0.9863
|
26 |
|
27 |
## Model description
|
28 |
|
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
55 |
|:-------------:|:-----:|:-----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
56 |
+
| 0.0091 | 1.0 | 5372 | 0.1034 | 0.9693 | 0.9649 | 0.9671 | 0.9858 |
|
57 |
+
| 0.0052 | 2.0 | 10744 | 0.1362 | 0.9715 | 0.9679 | 0.9697 | 0.9868 |
|
58 |
+
| 0.0064 | 3.0 | 16116 | 0.1415 | 0.9715 | 0.9657 | 0.9686 | 0.9844 |
|
59 |
+
| 0.0026 | 4.0 | 21488 | 0.1629 | 0.9709 | 0.9701 | 0.9705 | 0.9870 |
|
60 |
+
| 0.0034 | 5.0 | 26860 | 0.1345 | 0.9737 | 0.9687 | 0.9712 | 0.9851 |
|
61 |
+
| 0.0019 | 6.0 | 32232 | 0.1297 | 0.9700 | 0.9649 | 0.9675 | 0.9841 |
|
62 |
+
| 0.0031 | 7.0 | 37604 | 0.1543 | 0.9716 | 0.9701 | 0.9709 | 0.9868 |
|
63 |
+
| 0.0021 | 8.0 | 42976 | 0.0605 | 0.9782 | 0.9716 | 0.9749 | 0.9903 |
|
64 |
+
| 0.0023 | 9.0 | 48348 | 0.1506 | 0.9731 | 0.9701 | 0.9716 | 0.9877 |
|
65 |
+
| 0.0021 | 10.0 | 53720 | 0.1714 | 0.9693 | 0.9672 | 0.9682 | 0.9860 |
|
66 |
+
| 0.0015 | 11.0 | 59092 | 0.1660 | 0.9701 | 0.9679 | 0.9690 | 0.9863 |
|
67 |
|
68 |
|
69 |
### Framework versions
|