thaonguyen274
commited on
Commit
·
1661676
1
Parent(s):
823dece
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: 1.
|
35 |
-
- Accuracy: 0.
|
36 |
|
37 |
## Model description
|
38 |
|
@@ -51,7 +51,7 @@ More information needed
|
|
51 |
### Training hyperparameters
|
52 |
|
53 |
The following hyperparameters were used during training:
|
54 |
-
- learning_rate:
|
55 |
- train_batch_size: 32
|
56 |
- eval_batch_size: 32
|
57 |
- seed: 42
|
@@ -66,16 +66,16 @@ The following hyperparameters were used during training:
|
|
66 |
|
67 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
68 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
69 |
-
| No log | 0.89 | 6 | 1.
|
70 |
-
| 1.
|
71 |
-
| 1.
|
72 |
-
|
|
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.5026722090261283
|
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: 1.5983
|
35 |
+
- Accuracy: 0.5027
|
36 |
|
37 |
## Model description
|
38 |
|
|
|
51 |
### Training hyperparameters
|
52 |
|
53 |
The following hyperparameters were used during training:
|
54 |
+
- learning_rate: 0.0001
|
55 |
- train_batch_size: 32
|
56 |
- eval_batch_size: 32
|
57 |
- seed: 42
|
|
|
66 |
|
67 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
68 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
69 |
+
| No log | 0.89 | 6 | 1.7745 | 0.2838 |
|
70 |
+
| 1.9066 | 1.89 | 12 | 1.7447 | 0.3895 |
|
71 |
+
| 1.9066 | 2.89 | 18 | 1.7216 | 0.4154 |
|
72 |
+
| 1.9875 | 3.89 | 24 | 1.6914 | 0.4311 |
|
73 |
+
| 1.8094 | 4.89 | 30 | 1.6659 | 0.4629 |
|
74 |
+
| 1.8094 | 5.89 | 36 | 1.6485 | 0.4852 |
|
75 |
+
| 1.8906 | 6.89 | 42 | 1.6278 | 0.4869 |
|
76 |
+
| 1.8906 | 7.89 | 48 | 1.6098 | 0.5021 |
|
77 |
+
| 1.8516 | 8.89 | 54 | 1.6131 | 0.5175 |
|
78 |
+
| 1.718 | 9.89 | 60 | 1.5983 | 0.5027 |
|
79 |
|
80 |
|
81 |
### Framework versions
|