Model save
Browse files
README.md
ADDED
|
@@ -0,0 +1,135 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
base_model: facebook/deit-base-distilled-patch16-224
|
| 4 |
+
tags:
|
| 5 |
+
- generated_from_trainer
|
| 6 |
+
datasets:
|
| 7 |
+
- imagefolder
|
| 8 |
+
metrics:
|
| 9 |
+
- accuracy
|
| 10 |
+
model-index:
|
| 11 |
+
- name: deit-base-distilled-patch16-224-hasta-55-fold1
|
| 12 |
+
results:
|
| 13 |
+
- task:
|
| 14 |
+
name: Image Classification
|
| 15 |
+
type: image-classification
|
| 16 |
+
dataset:
|
| 17 |
+
name: imagefolder
|
| 18 |
+
type: imagefolder
|
| 19 |
+
config: default
|
| 20 |
+
split: train
|
| 21 |
+
args: default
|
| 22 |
+
metrics:
|
| 23 |
+
- name: Accuracy
|
| 24 |
+
type: accuracy
|
| 25 |
+
value: 0.5277777777777778
|
| 26 |
+
---
|
| 27 |
+
|
| 28 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 29 |
+
should probably proofread and complete it, then remove this comment. -->
|
| 30 |
+
|
| 31 |
+
# deit-base-distilled-patch16-224-hasta-55-fold1
|
| 32 |
+
|
| 33 |
+
This model is a fine-tuned version of [facebook/deit-base-distilled-patch16-224](https://huggingface.co/facebook/deit-base-distilled-patch16-224) on the imagefolder dataset.
|
| 34 |
+
It achieves the following results on the evaluation set:
|
| 35 |
+
- Loss: 1.0858
|
| 36 |
+
- Accuracy: 0.5278
|
| 37 |
+
|
| 38 |
+
## Model description
|
| 39 |
+
|
| 40 |
+
More information needed
|
| 41 |
+
|
| 42 |
+
## Intended uses & limitations
|
| 43 |
+
|
| 44 |
+
More information needed
|
| 45 |
+
|
| 46 |
+
## Training and evaluation data
|
| 47 |
+
|
| 48 |
+
More information needed
|
| 49 |
+
|
| 50 |
+
## Training procedure
|
| 51 |
+
|
| 52 |
+
### Training hyperparameters
|
| 53 |
+
|
| 54 |
+
The following hyperparameters were used during training:
|
| 55 |
+
- learning_rate: 5e-05
|
| 56 |
+
- train_batch_size: 32
|
| 57 |
+
- eval_batch_size: 32
|
| 58 |
+
- seed: 42
|
| 59 |
+
- gradient_accumulation_steps: 4
|
| 60 |
+
- total_train_batch_size: 128
|
| 61 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 62 |
+
- lr_scheduler_type: linear
|
| 63 |
+
- lr_scheduler_warmup_ratio: 0.1
|
| 64 |
+
- num_epochs: 100
|
| 65 |
+
|
| 66 |
+
### Training results
|
| 67 |
+
|
| 68 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 69 |
+
|:-------------:|:-------:|:----:|:---------------:|:--------:|
|
| 70 |
+
| No log | 0.5714 | 1 | 1.1037 | 0.4444 |
|
| 71 |
+
| No log | 1.7143 | 3 | 1.0649 | 0.3889 |
|
| 72 |
+
| No log | 2.8571 | 5 | 1.0727 | 0.4167 |
|
| 73 |
+
| No log | 4.0 | 7 | 1.0623 | 0.5 |
|
| 74 |
+
| No log | 4.5714 | 8 | 1.0530 | 0.4722 |
|
| 75 |
+
| 1.065 | 5.7143 | 10 | 1.0510 | 0.5278 |
|
| 76 |
+
| 1.065 | 6.8571 | 12 | 1.0745 | 0.6111 |
|
| 77 |
+
| 1.065 | 8.0 | 14 | 1.0511 | 0.5 |
|
| 78 |
+
| 1.065 | 8.5714 | 15 | 1.0158 | 0.5556 |
|
| 79 |
+
| 1.065 | 9.7143 | 17 | 0.9998 | 0.6389 |
|
| 80 |
+
| 1.065 | 10.8571 | 19 | 1.0472 | 0.5556 |
|
| 81 |
+
| 0.9239 | 12.0 | 21 | 0.9675 | 0.5833 |
|
| 82 |
+
| 0.9239 | 12.5714 | 22 | 0.9732 | 0.5278 |
|
| 83 |
+
| 0.9239 | 13.7143 | 24 | 0.9489 | 0.5 |
|
| 84 |
+
| 0.9239 | 14.8571 | 26 | 0.9277 | 0.6944 |
|
| 85 |
+
| 0.9239 | 16.0 | 28 | 0.9244 | 0.5833 |
|
| 86 |
+
| 0.9239 | 16.5714 | 29 | 0.9643 | 0.5833 |
|
| 87 |
+
| 0.7838 | 17.7143 | 31 | 0.9721 | 0.5278 |
|
| 88 |
+
| 0.7838 | 18.8571 | 33 | 0.9432 | 0.6111 |
|
| 89 |
+
| 0.7838 | 20.0 | 35 | 0.9337 | 0.6389 |
|
| 90 |
+
| 0.7838 | 20.5714 | 36 | 0.9369 | 0.5556 |
|
| 91 |
+
| 0.7838 | 21.7143 | 38 | 0.9481 | 0.6111 |
|
| 92 |
+
| 0.6124 | 22.8571 | 40 | 0.9643 | 0.6111 |
|
| 93 |
+
| 0.6124 | 24.0 | 42 | 0.9300 | 0.6111 |
|
| 94 |
+
| 0.6124 | 24.5714 | 43 | 0.9629 | 0.6389 |
|
| 95 |
+
| 0.6124 | 25.7143 | 45 | 0.9200 | 0.5556 |
|
| 96 |
+
| 0.6124 | 26.8571 | 47 | 1.0089 | 0.5 |
|
| 97 |
+
| 0.6124 | 28.0 | 49 | 0.9980 | 0.5833 |
|
| 98 |
+
| 0.5068 | 28.5714 | 50 | 0.9876 | 0.5556 |
|
| 99 |
+
| 0.5068 | 29.7143 | 52 | 1.0464 | 0.5 |
|
| 100 |
+
| 0.5068 | 30.8571 | 54 | 1.0312 | 0.5556 |
|
| 101 |
+
| 0.5068 | 32.0 | 56 | 1.0946 | 0.5278 |
|
| 102 |
+
| 0.5068 | 32.5714 | 57 | 1.1677 | 0.5 |
|
| 103 |
+
| 0.5068 | 33.7143 | 59 | 1.1616 | 0.4722 |
|
| 104 |
+
| 0.4375 | 34.8571 | 61 | 1.0658 | 0.5556 |
|
| 105 |
+
| 0.4375 | 36.0 | 63 | 1.0921 | 0.6111 |
|
| 106 |
+
| 0.4375 | 36.5714 | 64 | 1.0801 | 0.6389 |
|
| 107 |
+
| 0.4375 | 37.7143 | 66 | 1.0586 | 0.5556 |
|
| 108 |
+
| 0.4375 | 38.8571 | 68 | 1.2152 | 0.5 |
|
| 109 |
+
| 0.3932 | 40.0 | 70 | 1.1543 | 0.5 |
|
| 110 |
+
| 0.3932 | 40.5714 | 71 | 1.0655 | 0.5556 |
|
| 111 |
+
| 0.3932 | 41.7143 | 73 | 0.9952 | 0.5556 |
|
| 112 |
+
| 0.3932 | 42.8571 | 75 | 0.9986 | 0.5278 |
|
| 113 |
+
| 0.3932 | 44.0 | 77 | 1.0175 | 0.5556 |
|
| 114 |
+
| 0.3932 | 44.5714 | 78 | 1.0234 | 0.5556 |
|
| 115 |
+
| 0.3539 | 45.7143 | 80 | 1.0385 | 0.5556 |
|
| 116 |
+
| 0.3539 | 46.8571 | 82 | 1.0191 | 0.5278 |
|
| 117 |
+
| 0.3539 | 48.0 | 84 | 1.0151 | 0.5556 |
|
| 118 |
+
| 0.3539 | 48.5714 | 85 | 1.0203 | 0.5556 |
|
| 119 |
+
| 0.3539 | 49.7143 | 87 | 1.0341 | 0.5556 |
|
| 120 |
+
| 0.3539 | 50.8571 | 89 | 1.0720 | 0.5556 |
|
| 121 |
+
| 0.3257 | 52.0 | 91 | 1.0951 | 0.5556 |
|
| 122 |
+
| 0.3257 | 52.5714 | 92 | 1.0927 | 0.5556 |
|
| 123 |
+
| 0.3257 | 53.7143 | 94 | 1.0883 | 0.5556 |
|
| 124 |
+
| 0.3257 | 54.8571 | 96 | 1.0874 | 0.5556 |
|
| 125 |
+
| 0.3257 | 56.0 | 98 | 1.0883 | 0.5278 |
|
| 126 |
+
| 0.3257 | 56.5714 | 99 | 1.0868 | 0.5278 |
|
| 127 |
+
| 0.321 | 57.1429 | 100 | 1.0858 | 0.5278 |
|
| 128 |
+
|
| 129 |
+
|
| 130 |
+
### Framework versions
|
| 131 |
+
|
| 132 |
+
- Transformers 4.41.0
|
| 133 |
+
- Pytorch 2.3.0+cu121
|
| 134 |
+
- Datasets 2.19.1
|
| 135 |
+
- Tokenizers 0.19.1
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343233492
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4fe2f094bee7ad753b520f6406166bf732e30aacb5b29cb16f2521ac4c903744
|
| 3 |
size 343233492
|
runs/May22_13-33-41_927069b479b5/events.out.tfevents.1716384824.927069b479b5.252.6
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d0f9680d337a8e5b239bf5fee5182900e273513185250db38fdc31b9b0d2148e
|
| 3 |
+
size 25817
|