phuong-tk-nguyen
commited on
Commit
·
9f11be5
1
Parent(s):
993c88c
update model card README.md
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-50](https://huggingface.co/microsoft/resnet-50) on the imagefolder dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
-
- Loss: 2.
|
36 |
-
- Accuracy: 0.
|
37 |
|
38 |
## Model description
|
39 |
|
@@ -67,18 +67,18 @@ The following hyperparameters were used during training:
|
|
67 |
|
68 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
69 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
70 |
-
| 2.
|
71 |
-
| 2.
|
72 |
-
| 2.
|
73 |
-
| 2.
|
74 |
-
| 2.
|
75 |
-
| 2.
|
76 |
-
| 2.
|
77 |
|
78 |
|
79 |
### Framework versions
|
80 |
|
81 |
-
- Transformers 4.
|
82 |
-
- Pytorch
|
83 |
- Datasets 2.14.6
|
84 |
-
- Tokenizers 0.
|
|
|
22 |
metrics:
|
23 |
- name: Accuracy
|
24 |
type: accuracy
|
25 |
+
value: 0.199
|
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-50](https://huggingface.co/microsoft/resnet-50) on the imagefolder dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 2.2724
|
36 |
+
- Accuracy: 0.199
|
37 |
|
38 |
## Model description
|
39 |
|
|
|
67 |
|
68 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
69 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
70 |
+
| 2.3021 | 0.14 | 10 | 2.2994 | 0.112 |
|
71 |
+
| 2.2929 | 0.28 | 20 | 2.2911 | 0.137 |
|
72 |
+
| 2.2875 | 0.43 | 30 | 2.2848 | 0.151 |
|
73 |
+
| 2.2824 | 0.57 | 40 | 2.2812 | 0.175 |
|
74 |
+
| 2.2792 | 0.71 | 50 | 2.2758 | 0.191 |
|
75 |
+
| 2.2766 | 0.85 | 60 | 2.2726 | 0.197 |
|
76 |
+
| 2.2765 | 0.99 | 70 | 2.2724 | 0.199 |
|
77 |
|
78 |
|
79 |
### Framework versions
|
80 |
|
81 |
+
- Transformers 4.31.0
|
82 |
+
- Pytorch 1.10.1+cu111
|
83 |
- Datasets 2.14.6
|
84 |
+
- Tokenizers 0.13.3
|