Model save
Browse files
README.md
CHANGED
|
@@ -1,9 +1,8 @@
|
|
| 1 |
---
|
| 2 |
tags:
|
| 3 |
- generated_from_trainer
|
| 4 |
-
|
| 5 |
-
-
|
| 6 |
-
- f1
|
| 7 |
model-index:
|
| 8 |
- name: convnext
|
| 9 |
results: []
|
|
@@ -14,11 +13,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 14 |
|
| 15 |
# convnext
|
| 16 |
|
| 17 |
-
This model is a fine-tuned version of [](https://huggingface.co/) on
|
| 18 |
-
It achieves the following results on the evaluation set:
|
| 19 |
-
- Loss: 3.0809
|
| 20 |
-
- Accuracy: 0.76
|
| 21 |
-
- F1: 0.7543
|
| 22 |
|
| 23 |
## Model description
|
| 24 |
|
|
@@ -52,7 +47,7 @@ The following hyperparameters were used during training:
|
|
| 52 |
|
| 53 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
| 54 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
| 55 |
-
|
|
| 56 |
|
| 57 |
|
| 58 |
### Framework versions
|
|
|
|
| 1 |
---
|
| 2 |
tags:
|
| 3 |
- generated_from_trainer
|
| 4 |
+
datasets:
|
| 5 |
+
- imagefolder
|
|
|
|
| 6 |
model-index:
|
| 7 |
- name: convnext
|
| 8 |
results: []
|
|
|
|
| 13 |
|
| 14 |
# convnext
|
| 15 |
|
| 16 |
+
This model is a fine-tuned version of [](https://huggingface.co/) on the imagefolder dataset.
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
|
| 18 |
## Model description
|
| 19 |
|
|
|
|
| 47 |
|
| 48 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
| 49 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
| 50 |
+
| No log | 0.92 | 6 | 2.1353 | 0.68 | 0.4048 |
|
| 51 |
|
| 52 |
|
| 53 |
### Framework versions
|