Model save
Browse files
README.md
CHANGED
|
@@ -26,7 +26,7 @@ model-index:
|
|
| 26 |
value: 0.592
|
| 27 |
- name: F1
|
| 28 |
type: f1
|
| 29 |
-
value: 0.
|
| 30 |
---
|
| 31 |
|
| 32 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -36,9 +36,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 36 |
|
| 37 |
This model is a fine-tuned version of [google/vit-base-patch16-224](https://huggingface.co/google/vit-base-patch16-224) on the imagefolder dataset.
|
| 38 |
It achieves the following results on the evaluation set:
|
| 39 |
-
- Loss: 0.
|
| 40 |
- Accuracy: 0.592
|
| 41 |
-
- F1: 0.
|
| 42 |
|
| 43 |
## Model description
|
| 44 |
|
|
@@ -69,17 +69,17 @@ The following hyperparameters were used during training:
|
|
| 69 |
|
| 70 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
| 71 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
| 72 |
-
|
|
| 73 |
-
|
|
| 74 |
-
|
|
| 75 |
-
|
|
| 76 |
-
| 1.
|
| 77 |
-
|
|
| 78 |
|
| 79 |
|
| 80 |
### Framework versions
|
| 81 |
|
| 82 |
- Transformers 4.37.2
|
| 83 |
- Pytorch 2.1.0+cu121
|
| 84 |
-
- Datasets 2.
|
| 85 |
- Tokenizers 0.15.1
|
|
|
|
| 26 |
value: 0.592
|
| 27 |
- name: F1
|
| 28 |
type: f1
|
| 29 |
+
value: 0.4602437417654809
|
| 30 |
---
|
| 31 |
|
| 32 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 36 |
|
| 37 |
This model is a fine-tuned version of [google/vit-base-patch16-224](https://huggingface.co/google/vit-base-patch16-224) on the imagefolder dataset.
|
| 38 |
It achieves the following results on the evaluation set:
|
| 39 |
+
- Loss: 0.8401
|
| 40 |
- Accuracy: 0.592
|
| 41 |
+
- F1: 0.4602
|
| 42 |
|
| 43 |
## Model description
|
| 44 |
|
|
|
|
| 69 |
|
| 70 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
| 71 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
| 72 |
+
| 3.5336 | 5.0 | 20 | 2.5430 | 0.472 | 0.2688 |
|
| 73 |
+
| 1.952 | 10.0 | 40 | 1.4687 | 0.576 | 0.3690 |
|
| 74 |
+
| 1.3471 | 15.0 | 60 | 1.2750 | 0.584 | 0.3858 |
|
| 75 |
+
| 1.2688 | 20.0 | 80 | 1.2295 | 0.576 | 0.3823 |
|
| 76 |
+
| 1.1444 | 25.0 | 100 | 0.9876 | 0.592 | 0.3849 |
|
| 77 |
+
| 0.9511 | 30.0 | 120 | 0.8401 | 0.592 | 0.4602 |
|
| 78 |
|
| 79 |
|
| 80 |
### Framework versions
|
| 81 |
|
| 82 |
- Transformers 4.37.2
|
| 83 |
- Pytorch 2.1.0+cu121
|
| 84 |
+
- Datasets 2.17.0
|
| 85 |
- Tokenizers 0.15.1
|