jayanthspratap
commited on
Commit
•
aa207cb
1
Parent(s):
a9c82f1
update model card README.md
Browse files
README.md
CHANGED
@@ -31,7 +31,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
31 |
|
32 |
This model is a fine-tuned version of [facebook/convnext-tiny-224](https://huggingface.co/facebook/convnext-tiny-224) on the imagefolder dataset.
|
33 |
It achieves the following results on the evaluation set:
|
34 |
-
- Loss: 0.
|
35 |
- Accuracy: 0.7647
|
36 |
|
37 |
## Model description
|
@@ -60,27 +60,22 @@ The following hyperparameters were used during training:
|
|
60 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
61 |
- lr_scheduler_type: linear
|
62 |
- lr_scheduler_warmup_ratio: 0.1
|
63 |
-
- num_epochs:
|
64 |
|
65 |
### Training results
|
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 |
-
| 0.5026 | 11.0 | 44 | 0.6439 | 0.7647 |
|
80 |
-
| 0.5026 | 12.0 | 48 | 0.6390 | 0.7647 |
|
81 |
-
| 0.5086 | 13.0 | 52 | 0.6434 | 0.7647 |
|
82 |
-
| 0.5086 | 14.0 | 56 | 0.6425 | 0.7647 |
|
83 |
-
| 0.448 | 15.0 | 60 | 0.6452 | 0.7647 |
|
84 |
|
85 |
|
86 |
### Framework versions
|
|
|
31 |
|
32 |
This model is a fine-tuned version of [facebook/convnext-tiny-224](https://huggingface.co/facebook/convnext-tiny-224) on the imagefolder dataset.
|
33 |
It achieves the following results on the evaluation set:
|
34 |
+
- Loss: 0.6255
|
35 |
- Accuracy: 0.7647
|
36 |
|
37 |
## Model description
|
|
|
60 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
61 |
- lr_scheduler_type: linear
|
62 |
- lr_scheduler_warmup_ratio: 0.1
|
63 |
+
- num_epochs: 10
|
64 |
|
65 |
### Training results
|
66 |
|
67 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
68 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
69 |
+
| No log | 1.0 | 4 | 0.6600 | 0.7647 |
|
70 |
+
| No log | 2.0 | 8 | 0.7135 | 0.5882 |
|
71 |
+
| 0.4055 | 3.0 | 12 | 0.6851 | 0.6471 |
|
72 |
+
| 0.4055 | 4.0 | 16 | 0.6512 | 0.6471 |
|
73 |
+
| 0.3895 | 5.0 | 20 | 0.7131 | 0.6471 |
|
74 |
+
| 0.3895 | 6.0 | 24 | 0.7158 | 0.6471 |
|
75 |
+
| 0.3895 | 7.0 | 28 | 0.6533 | 0.7647 |
|
76 |
+
| 0.363 | 8.0 | 32 | 0.6211 | 0.7059 |
|
77 |
+
| 0.363 | 9.0 | 36 | 0.6222 | 0.7647 |
|
78 |
+
| 0.3207 | 10.0 | 40 | 0.6255 | 0.7647 |
|
|
|
|
|
|
|
|
|
|
|
79 |
|
80 |
|
81 |
### Framework versions
|