update model card README.md
Browse files
README.md
CHANGED
|
@@ -17,11 +17,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 17 |
|
| 18 |
This model was trained from scratch on an unknown dataset.
|
| 19 |
It achieves the following results on the evaluation set:
|
| 20 |
-
- Loss: 0.
|
| 21 |
-
- Accuracy: 0.
|
| 22 |
-
- Precision: 0.
|
| 23 |
-
- Recall: 0.
|
| 24 |
-
- F1 Score: 0.
|
| 25 |
|
| 26 |
## Model description
|
| 27 |
|
|
@@ -53,9 +53,9 @@ The following hyperparameters were used during training:
|
|
| 53 |
|
| 54 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 Score |
|
| 55 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:--------:|
|
| 56 |
-
| 0.
|
| 57 |
-
| 0.
|
| 58 |
-
| 0.
|
| 59 |
|
| 60 |
|
| 61 |
### Framework versions
|
|
|
|
| 17 |
|
| 18 |
This model was trained from scratch on an unknown dataset.
|
| 19 |
It achieves the following results on the evaluation set:
|
| 20 |
+
- Loss: 0.0956
|
| 21 |
+
- Accuracy: 0.9714
|
| 22 |
+
- Precision: 0.9704
|
| 23 |
+
- Recall: 0.9714
|
| 24 |
+
- F1 Score: 0.9708
|
| 25 |
|
| 26 |
## Model description
|
| 27 |
|
|
|
|
| 53 |
|
| 54 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 Score |
|
| 55 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:--------:|
|
| 56 |
+
| 0.2725 | 1.0 | 507 | 0.2315 | 0.9388 | 0.8813 | 0.9388 | 0.9091 |
|
| 57 |
+
| 0.2883 | 2.0 | 1014 | 0.2167 | 0.9388 | 0.8813 | 0.9388 | 0.9091 |
|
| 58 |
+
| 0.0762 | 3.0 | 1521 | 0.0956 | 0.9714 | 0.9704 | 0.9714 | 0.9708 |
|
| 59 |
|
| 60 |
|
| 61 |
### Framework versions
|