Commit
·
3470dcd
1
Parent(s):
e7fcef0
Model save
Browse files
README.md
CHANGED
@@ -22,7 +22,7 @@ model-index:
|
|
22 |
metrics:
|
23 |
- name: Accuracy
|
24 |
type: accuracy
|
25 |
-
value: 0.
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -32,8 +32,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
32 |
|
33 |
This model is a fine-tuned version of [microsoft/resnet-18](https://huggingface.co/microsoft/resnet-18) on the imagefolder dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
-
- Loss: 0.
|
36 |
-
- Accuracy: 0.
|
37 |
|
38 |
## Model description
|
39 |
|
@@ -67,26 +67,26 @@ The following hyperparameters were used during training:
|
|
67 |
|
68 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
69 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
70 |
-
| 3.
|
71 |
-
| 3.
|
72 |
-
| 2.
|
73 |
-
| 1.
|
74 |
-
| 1.
|
75 |
-
| 1.
|
76 |
-
| 1.
|
77 |
-
| 1.
|
78 |
-
|
|
79 |
-
| 0.
|
80 |
-
| 0.
|
81 |
-
| 0.
|
82 |
-
| 0.
|
83 |
-
| 0.
|
84 |
-
| 0.
|
85 |
-
| 0.
|
86 |
-
| 0.
|
87 |
-
| 0.
|
88 |
-
| 0.
|
89 |
-
| 0.
|
90 |
|
91 |
|
92 |
### Framework versions
|
|
|
22 |
metrics:
|
23 |
- name: Accuracy
|
24 |
type: accuracy
|
25 |
+
value: 0.9102040816326531
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
32 |
|
33 |
This model is a fine-tuned version of [microsoft/resnet-18](https://huggingface.co/microsoft/resnet-18) on the imagefolder dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 0.3980
|
36 |
+
- Accuracy: 0.9102
|
37 |
|
38 |
## Model description
|
39 |
|
|
|
67 |
|
68 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
69 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
70 |
+
| 3.9105 | 0.98 | 30 | 3.7931 | 0.0551 |
|
71 |
+
| 3.2821 | 1.98 | 61 | 2.9878 | 0.2755 |
|
72 |
+
| 2.4752 | 2.99 | 92 | 2.1760 | 0.4408 |
|
73 |
+
| 1.9958 | 4.0 | 123 | 1.6964 | 0.5327 |
|
74 |
+
| 1.6609 | 4.98 | 153 | 1.4001 | 0.6265 |
|
75 |
+
| 1.4328 | 5.98 | 184 | 1.1766 | 0.6796 |
|
76 |
+
| 1.2677 | 6.99 | 215 | 1.0262 | 0.7163 |
|
77 |
+
| 1.1174 | 8.0 | 246 | 0.8758 | 0.7653 |
|
78 |
+
| 1.0564 | 8.98 | 276 | 0.7675 | 0.8184 |
|
79 |
+
| 0.9003 | 9.98 | 307 | 0.7161 | 0.8286 |
|
80 |
+
| 0.8711 | 10.99 | 338 | 0.6461 | 0.8224 |
|
81 |
+
| 0.7954 | 12.0 | 369 | 0.5683 | 0.8653 |
|
82 |
+
| 0.743 | 12.98 | 399 | 0.5438 | 0.8510 |
|
83 |
+
| 0.6914 | 13.98 | 430 | 0.5129 | 0.8878 |
|
84 |
+
| 0.6714 | 14.99 | 461 | 0.4418 | 0.8857 |
|
85 |
+
| 0.663 | 16.0 | 492 | 0.4555 | 0.8694 |
|
86 |
+
| 0.6326 | 16.98 | 522 | 0.4746 | 0.8755 |
|
87 |
+
| 0.5831 | 17.98 | 553 | 0.4263 | 0.8776 |
|
88 |
+
| 0.571 | 18.99 | 584 | 0.4305 | 0.8857 |
|
89 |
+
| 0.6543 | 19.51 | 600 | 0.3980 | 0.9102 |
|
90 |
|
91 |
|
92 |
### Framework versions
|