End of training
Browse files
README.md
CHANGED
|
@@ -23,7 +23,7 @@ model-index:
|
|
| 23 |
metrics:
|
| 24 |
- name: Accuracy
|
| 25 |
type: accuracy
|
| 26 |
-
value: 0.
|
| 27 |
---
|
| 28 |
|
| 29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -33,8 +33,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 33 |
|
| 34 |
This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on the imagefolder dataset.
|
| 35 |
It achieves the following results on the evaluation set:
|
| 36 |
-
- Loss: 1.
|
| 37 |
-
- Accuracy: 0.
|
| 38 |
|
| 39 |
## Model description
|
| 40 |
|
|
@@ -62,15 +62,18 @@ The following hyperparameters were used during training:
|
|
| 62 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 63 |
- lr_scheduler_type: linear
|
| 64 |
- lr_scheduler_warmup_ratio: 0.1
|
| 65 |
-
- num_epochs:
|
| 66 |
- mixed_precision_training: Native AMP
|
| 67 |
|
| 68 |
### Training results
|
| 69 |
|
| 70 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 71 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 72 |
-
|
|
| 73 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
| 74 |
|
| 75 |
|
| 76 |
### Framework versions
|
|
|
|
| 23 |
metrics:
|
| 24 |
- name: Accuracy
|
| 25 |
type: accuracy
|
| 26 |
+
value: 0.5875
|
| 27 |
---
|
| 28 |
|
| 29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 33 |
|
| 34 |
This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on the imagefolder dataset.
|
| 35 |
It achieves the following results on the evaluation set:
|
| 36 |
+
- Loss: 1.8494
|
| 37 |
+
- Accuracy: 0.5875
|
| 38 |
|
| 39 |
## Model description
|
| 40 |
|
|
|
|
| 62 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 63 |
- lr_scheduler_type: linear
|
| 64 |
- lr_scheduler_warmup_ratio: 0.1
|
| 65 |
+
- num_epochs: 500
|
| 66 |
- mixed_precision_training: Native AMP
|
| 67 |
|
| 68 |
### Training results
|
| 69 |
|
| 70 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 71 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 72 |
+
| 0.2496 | 100.0 | 1000 | 1.5520 | 0.5125 |
|
| 73 |
+
| 0.1094 | 200.0 | 2000 | 1.6204 | 0.55 |
|
| 74 |
+
| 0.096 | 300.0 | 3000 | 1.9443 | 0.5375 |
|
| 75 |
+
| 0.0543 | 400.0 | 4000 | 2.0227 | 0.5437 |
|
| 76 |
+
| 0.0455 | 500.0 | 5000 | 2.0049 | 0.5563 |
|
| 77 |
|
| 78 |
|
| 79 |
### Framework versions
|
runs/Sep06_11-46-23_c027da26715b/events.out.tfevents.1725628588.c027da26715b.482.5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:606c90993e24d709f5868fb79aae9c762140a7798b065018871022bae496d3d2
|
| 3 |
+
size 411
|