update model card README.md
Browse files
README.md
CHANGED
|
@@ -20,7 +20,7 @@ model-index:
|
|
| 20 |
metrics:
|
| 21 |
- name: Accuracy
|
| 22 |
type: accuracy
|
| 23 |
-
value: 0.
|
| 24 |
---
|
| 25 |
|
| 26 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -30,8 +30,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 30 |
|
| 31 |
This model was trained from scratch on the imagefolder dataset.
|
| 32 |
It achieves the following results on the evaluation set:
|
| 33 |
-
- Loss: 0.
|
| 34 |
-
- Accuracy: 0.
|
| 35 |
|
| 36 |
## Model description
|
| 37 |
|
|
@@ -65,16 +65,16 @@ The following hyperparameters were used during training:
|
|
| 65 |
|
| 66 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 67 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 68 |
-
| 1.
|
| 69 |
-
| 1.
|
| 70 |
-
| 1.
|
| 71 |
-
| 1.
|
| 72 |
-
| 1.
|
| 73 |
-
| 1.
|
| 74 |
-
| 1.
|
| 75 |
-
| 1.
|
| 76 |
-
| 1.
|
| 77 |
-
| 1.
|
| 78 |
|
| 79 |
|
| 80 |
### Framework versions
|
|
|
|
| 20 |
metrics:
|
| 21 |
- name: Accuracy
|
| 22 |
type: accuracy
|
| 23 |
+
value: 0.647255502925606
|
| 24 |
---
|
| 25 |
|
| 26 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 30 |
|
| 31 |
This model was trained from scratch on the imagefolder dataset.
|
| 32 |
It achieves the following results on the evaluation set:
|
| 33 |
+
- Loss: 0.9476
|
| 34 |
+
- Accuracy: 0.6473
|
| 35 |
|
| 36 |
## Model description
|
| 37 |
|
|
|
|
| 65 |
|
| 66 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 67 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 68 |
+
| 1.472 | 1.0 | 252 | 1.3291 | 0.4887 |
|
| 69 |
+
| 1.2941 | 2.0 | 505 | 1.1145 | 0.5793 |
|
| 70 |
+
| 1.2117 | 3.0 | 757 | 1.0483 | 0.6043 |
|
| 71 |
+
| 1.1616 | 4.0 | 1010 | 1.0137 | 0.6233 |
|
| 72 |
+
| 1.1654 | 5.0 | 1262 | 0.9975 | 0.6291 |
|
| 73 |
+
| 1.1297 | 6.0 | 1515 | 0.9766 | 0.6414 |
|
| 74 |
+
| 1.0645 | 7.0 | 1767 | 0.9668 | 0.6372 |
|
| 75 |
+
| 1.0692 | 8.0 | 2020 | 0.9603 | 0.6450 |
|
| 76 |
+
| 1.0711 | 9.0 | 2272 | 0.9521 | 0.6425 |
|
| 77 |
+
| 1.0344 | 9.98 | 2520 | 0.9476 | 0.6473 |
|
| 78 |
|
| 79 |
|
| 80 |
### Framework versions
|