End of training
Browse files- README.md +124 -0
- model.safetensors +1 -1
README.md
ADDED
|
@@ -0,0 +1,124 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
base_model: google/vit-base-patch16-224-in21k
|
| 4 |
+
tags:
|
| 5 |
+
- generated_from_trainer
|
| 6 |
+
datasets:
|
| 7 |
+
- imagefolder
|
| 8 |
+
metrics:
|
| 9 |
+
- accuracy
|
| 10 |
+
model-index:
|
| 11 |
+
- name: image_classification
|
| 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.5520833333333334
|
| 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 |
+
# image_classification
|
| 32 |
+
|
| 33 |
+
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.
|
| 34 |
+
It achieves the following results on the evaluation set:
|
| 35 |
+
- Loss: 1.2783
|
| 36 |
+
- Accuracy: 0.5521
|
| 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: 1e-05
|
| 56 |
+
- train_batch_size: 16
|
| 57 |
+
- eval_batch_size: 16
|
| 58 |
+
- seed: 42
|
| 59 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 60 |
+
- lr_scheduler_type: constant_with_warmup
|
| 61 |
+
- num_epochs: 50
|
| 62 |
+
|
| 63 |
+
### Training results
|
| 64 |
+
|
| 65 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 66 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 67 |
+
| No log | 1.0 | 35 | 2.0697 | 0.2014 |
|
| 68 |
+
| No log | 2.0 | 70 | 2.0539 | 0.1875 |
|
| 69 |
+
| No log | 3.0 | 105 | 2.0278 | 0.2014 |
|
| 70 |
+
| No log | 4.0 | 140 | 1.9869 | 0.2639 |
|
| 71 |
+
| No log | 5.0 | 175 | 1.9248 | 0.2986 |
|
| 72 |
+
| No log | 6.0 | 210 | 1.8172 | 0.3403 |
|
| 73 |
+
| No log | 7.0 | 245 | 1.7661 | 0.375 |
|
| 74 |
+
| No log | 8.0 | 280 | 1.6933 | 0.4306 |
|
| 75 |
+
| No log | 9.0 | 315 | 1.6493 | 0.4514 |
|
| 76 |
+
| No log | 10.0 | 350 | 1.6028 | 0.4514 |
|
| 77 |
+
| No log | 11.0 | 385 | 1.5580 | 0.4444 |
|
| 78 |
+
| No log | 12.0 | 420 | 1.5267 | 0.5 |
|
| 79 |
+
| No log | 13.0 | 455 | 1.4934 | 0.4861 |
|
| 80 |
+
| No log | 14.0 | 490 | 1.4605 | 0.5208 |
|
| 81 |
+
| 1.6139 | 15.0 | 525 | 1.4499 | 0.5278 |
|
| 82 |
+
| 1.6139 | 16.0 | 560 | 1.4228 | 0.5347 |
|
| 83 |
+
| 1.6139 | 17.0 | 595 | 1.4109 | 0.5208 |
|
| 84 |
+
| 1.6139 | 18.0 | 630 | 1.3872 | 0.5139 |
|
| 85 |
+
| 1.6139 | 19.0 | 665 | 1.3640 | 0.5556 |
|
| 86 |
+
| 1.6139 | 20.0 | 700 | 1.3787 | 0.5208 |
|
| 87 |
+
| 1.6139 | 21.0 | 735 | 1.3820 | 0.5278 |
|
| 88 |
+
| 1.6139 | 22.0 | 770 | 1.3649 | 0.5069 |
|
| 89 |
+
| 1.6139 | 23.0 | 805 | 1.3508 | 0.5347 |
|
| 90 |
+
| 1.6139 | 24.0 | 840 | 1.3322 | 0.5417 |
|
| 91 |
+
| 1.6139 | 25.0 | 875 | 1.3577 | 0.5347 |
|
| 92 |
+
| 1.6139 | 26.0 | 910 | 1.3337 | 0.5625 |
|
| 93 |
+
| 1.6139 | 27.0 | 945 | 1.3578 | 0.5139 |
|
| 94 |
+
| 1.6139 | 28.0 | 980 | 1.3256 | 0.5556 |
|
| 95 |
+
| 0.8303 | 29.0 | 1015 | 1.3139 | 0.5833 |
|
| 96 |
+
| 0.8303 | 30.0 | 1050 | 1.3575 | 0.5139 |
|
| 97 |
+
| 0.8303 | 31.0 | 1085 | 1.3214 | 0.5625 |
|
| 98 |
+
| 0.8303 | 32.0 | 1120 | 1.3185 | 0.5486 |
|
| 99 |
+
| 0.8303 | 33.0 | 1155 | 1.3285 | 0.5417 |
|
| 100 |
+
| 0.8303 | 34.0 | 1190 | 1.3259 | 0.5903 |
|
| 101 |
+
| 0.8303 | 35.0 | 1225 | 1.3492 | 0.5556 |
|
| 102 |
+
| 0.8303 | 36.0 | 1260 | 1.3164 | 0.5764 |
|
| 103 |
+
| 0.8303 | 37.0 | 1295 | 1.3645 | 0.5417 |
|
| 104 |
+
| 0.8303 | 38.0 | 1330 | 1.3431 | 0.5347 |
|
| 105 |
+
| 0.8303 | 39.0 | 1365 | 1.3272 | 0.5278 |
|
| 106 |
+
| 0.8303 | 40.0 | 1400 | 1.3326 | 0.5972 |
|
| 107 |
+
| 0.8303 | 41.0 | 1435 | 1.3375 | 0.5486 |
|
| 108 |
+
| 0.8303 | 42.0 | 1470 | 1.3641 | 0.5556 |
|
| 109 |
+
| 0.3516 | 43.0 | 1505 | 1.3633 | 0.5278 |
|
| 110 |
+
| 0.3516 | 44.0 | 1540 | 1.3532 | 0.5278 |
|
| 111 |
+
| 0.3516 | 45.0 | 1575 | 1.3473 | 0.5903 |
|
| 112 |
+
| 0.3516 | 46.0 | 1610 | 1.3413 | 0.5833 |
|
| 113 |
+
| 0.3516 | 47.0 | 1645 | 1.4158 | 0.5556 |
|
| 114 |
+
| 0.3516 | 48.0 | 1680 | 1.3747 | 0.5903 |
|
| 115 |
+
| 0.3516 | 49.0 | 1715 | 1.4364 | 0.5347 |
|
| 116 |
+
| 0.3516 | 50.0 | 1750 | 1.4659 | 0.5417 |
|
| 117 |
+
|
| 118 |
+
|
| 119 |
+
### Framework versions
|
| 120 |
+
|
| 121 |
+
- Transformers 4.37.2
|
| 122 |
+
- Pytorch 2.2.0+cu121
|
| 123 |
+
- Datasets 2.16.1
|
| 124 |
+
- Tokenizers 0.15.1
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343242432
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b4eab42fc19ccd2167bc2fcecf88f2b2c476cff6bb6634a6317d593e6c022dc2
|
| 3 |
size 343242432
|