Commit ·
8d2f41e
1
Parent(s): 7036fbe
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 [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.
|
| 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: 4
|
| 56 |
- eval_batch_size: 4
|
| 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 | 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.5625
|
| 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 [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.6485
|
| 35 |
+
- Accuracy: 0.5625
|
| 36 |
|
| 37 |
## Model description
|
| 38 |
|
|
|
|
| 51 |
### Training hyperparameters
|
| 52 |
|
| 53 |
The following hyperparameters were used during training:
|
| 54 |
+
- learning_rate: 1e-06
|
| 55 |
- train_batch_size: 4
|
| 56 |
- eval_batch_size: 4
|
| 57 |
- seed: 42
|
|
|
|
| 66 |
|
| 67 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 68 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 69 |
+
| No log | 1.0 | 4 | 0.6743 | 0.5625 |
|
| 70 |
+
| No log | 2.0 | 8 | 0.6683 | 0.5625 |
|
| 71 |
+
| 0.649 | 3.0 | 12 | 0.6634 | 0.5625 |
|
| 72 |
+
| 0.649 | 4.0 | 16 | 0.6594 | 0.625 |
|
| 73 |
+
| 0.6178 | 5.0 | 20 | 0.6562 | 0.625 |
|
| 74 |
+
| 0.6178 | 6.0 | 24 | 0.6535 | 0.625 |
|
| 75 |
+
| 0.6178 | 7.0 | 28 | 0.6514 | 0.5625 |
|
| 76 |
+
| 0.6236 | 8.0 | 32 | 0.6499 | 0.5625 |
|
| 77 |
+
| 0.6236 | 9.0 | 36 | 0.6489 | 0.5625 |
|
| 78 |
+
| 0.621 | 10.0 | 40 | 0.6485 | 0.5625 |
|
| 79 |
|
| 80 |
|
| 81 |
### Framework versions
|