thaonguyen274
commited on
Commit
·
6863dd3
1
Parent(s):
9f56342
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:
|
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 |
-
|
|
70 |
-
| 1.
|
71 |
-
| 1.
|
72 |
-
| 1.
|
73 |
-
| 1.
|
74 |
-
| 1.
|
75 |
-
| 1.
|
76 |
-
| 1.
|
77 |
-
| 1.
|
78 |
-
| 1.
|
79 |
|
80 |
|
81 |
### Framework versions
|
|
|
21 |
metrics:
|
22 |
- name: Accuracy
|
23 |
type: accuracy
|
24 |
+
value: 0.8239812959251837
|
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.9095
|
35 |
+
- Accuracy: 0.8240
|
36 |
|
37 |
## Model description
|
38 |
|
|
|
66 |
|
67 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
68 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
69 |
+
| 1.78 | 0.96 | 17 | 1.7432 | 0.4321 |
|
70 |
+
| 1.7105 | 1.96 | 34 | 1.6596 | 0.6307 |
|
71 |
+
| 1.6045 | 2.96 | 51 | 1.5369 | 0.6758 |
|
72 |
+
| 1.6526 | 3.96 | 68 | 1.4111 | 0.7139 |
|
73 |
+
| 1.4018 | 4.96 | 85 | 1.2686 | 0.7602 |
|
74 |
+
| 1.2812 | 5.96 | 102 | 1.1433 | 0.7714 |
|
75 |
+
| 1.3282 | 6.96 | 119 | 1.0643 | 0.7910 |
|
76 |
+
| 1.1246 | 7.96 | 136 | 0.9794 | 0.8133 |
|
77 |
+
| 1.0731 | 8.96 | 153 | 0.9279 | 0.8087 |
|
78 |
+
| 1.0531 | 9.96 | 170 | 0.9095 | 0.8240 |
|
79 |
|
80 |
|
81 |
### Framework versions
|