jayanthspratap
commited on
Commit
•
c02f721
1
Parent(s):
9c83adf
update model card README.md
Browse files
README.md
CHANGED
@@ -21,7 +21,7 @@ model-index:
|
|
21 |
metrics:
|
22 |
- name: Accuracy
|
23 |
type: accuracy
|
24 |
-
value: 0.
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -31,8 +31,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
31 |
|
32 |
This model is a fine-tuned version of [microsoft/resnet-50](https://huggingface.co/microsoft/resnet-50) on the imagefolder dataset.
|
33 |
It achieves the following results on the evaluation set:
|
34 |
-
- Loss: 0.
|
35 |
-
- Accuracy: 0.
|
36 |
|
37 |
## Model description
|
38 |
|
@@ -66,16 +66,16 @@ The following hyperparameters were used during training:
|
|
66 |
|
67 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
68 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
69 |
-
| No log | 1.0 | 4 | 0.
|
70 |
-
| No log | 2.0 | 8 | 0.
|
71 |
-
| 0.
|
72 |
-
| 0.
|
73 |
-
| 0.
|
74 |
-
| 0.
|
75 |
-
| 0.
|
76 |
-
| 0.
|
77 |
-
| 0.
|
78 |
-
| 0.
|
79 |
|
80 |
|
81 |
### Framework versions
|
|
|
21 |
metrics:
|
22 |
- name: Accuracy
|
23 |
type: accuracy
|
24 |
+
value: 0.5882352941176471
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
31 |
|
32 |
This model is a fine-tuned version of [microsoft/resnet-50](https://huggingface.co/microsoft/resnet-50) on the imagefolder dataset.
|
33 |
It achieves the following results on the evaluation set:
|
34 |
+
- Loss: 0.6832
|
35 |
+
- Accuracy: 0.5882
|
36 |
|
37 |
## Model description
|
38 |
|
|
|
66 |
|
67 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
68 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
69 |
+
| No log | 1.0 | 4 | 0.6770 | 0.6471 |
|
70 |
+
| No log | 2.0 | 8 | 0.6813 | 0.7647 |
|
71 |
+
| 0.6847 | 3.0 | 12 | 0.6777 | 0.7059 |
|
72 |
+
| 0.6847 | 4.0 | 16 | 0.6819 | 0.7059 |
|
73 |
+
| 0.6886 | 5.0 | 20 | 0.6842 | 0.6471 |
|
74 |
+
| 0.6886 | 6.0 | 24 | 0.6806 | 0.7059 |
|
75 |
+
| 0.6886 | 7.0 | 28 | 0.6765 | 0.7059 |
|
76 |
+
| 0.6865 | 8.0 | 32 | 0.6807 | 0.7647 |
|
77 |
+
| 0.6865 | 9.0 | 36 | 0.6822 | 0.6471 |
|
78 |
+
| 0.6848 | 10.0 | 40 | 0.6832 | 0.5882 |
|
79 |
|
80 |
|
81 |
### Framework versions
|