End of training
Browse files- README.md +107 -0
- model.safetensors +1 -1
README.md
ADDED
|
@@ -0,0 +1,107 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
base_model: facebook/convnext-tiny-224
|
| 4 |
+
tags:
|
| 5 |
+
- generated_from_trainer
|
| 6 |
+
datasets:
|
| 7 |
+
- imagefolder
|
| 8 |
+
metrics:
|
| 9 |
+
- accuracy
|
| 10 |
+
model-index:
|
| 11 |
+
- name: convnext-tiny-224-driverbox
|
| 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.9879688605803255
|
| 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 |
+
# convnext-tiny-224-driverbox
|
| 32 |
+
|
| 33 |
+
This model is a fine-tuned version of [facebook/convnext-tiny-224](https://huggingface.co/facebook/convnext-tiny-224) on the imagefolder dataset.
|
| 34 |
+
It achieves the following results on the evaluation set:
|
| 35 |
+
- Loss: 0.0497
|
| 36 |
+
- Accuracy: 0.9880
|
| 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: 30
|
| 65 |
+
|
| 66 |
+
### Training results
|
| 67 |
+
|
| 68 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 69 |
+
|:-------------:|:-------:|:----:|:---------------:|:--------:|
|
| 70 |
+
| 0.3349 | 0.9950 | 99 | 0.2700 | 0.9328 |
|
| 71 |
+
| 0.2393 | 2.0 | 199 | 0.1932 | 0.9540 |
|
| 72 |
+
| 0.1831 | 2.9950 | 298 | 0.1403 | 0.9618 |
|
| 73 |
+
| 0.1397 | 4.0 | 398 | 0.1055 | 0.9689 |
|
| 74 |
+
| 0.0795 | 4.9950 | 497 | 0.1030 | 0.9731 |
|
| 75 |
+
| 0.0915 | 6.0 | 597 | 0.0966 | 0.9703 |
|
| 76 |
+
| 0.0718 | 6.9950 | 696 | 0.0779 | 0.9745 |
|
| 77 |
+
| 0.0502 | 8.0 | 796 | 0.0729 | 0.9788 |
|
| 78 |
+
| 0.0314 | 8.9950 | 895 | 0.0621 | 0.9802 |
|
| 79 |
+
| 0.0408 | 10.0 | 995 | 0.0758 | 0.9752 |
|
| 80 |
+
| 0.0335 | 10.9950 | 1094 | 0.0598 | 0.9823 |
|
| 81 |
+
| 0.0228 | 12.0 | 1194 | 0.0573 | 0.9823 |
|
| 82 |
+
| 0.0229 | 12.9950 | 1293 | 0.0473 | 0.9844 |
|
| 83 |
+
| 0.0119 | 14.0 | 1393 | 0.0642 | 0.9844 |
|
| 84 |
+
| 0.028 | 14.9950 | 1492 | 0.0526 | 0.9851 |
|
| 85 |
+
| 0.0117 | 16.0 | 1592 | 0.0594 | 0.9837 |
|
| 86 |
+
| 0.0187 | 16.9950 | 1691 | 0.0497 | 0.9880 |
|
| 87 |
+
| 0.0131 | 18.0 | 1791 | 0.0663 | 0.9837 |
|
| 88 |
+
| 0.0132 | 18.9950 | 1890 | 0.0478 | 0.9866 |
|
| 89 |
+
| 0.014 | 20.0 | 1990 | 0.0465 | 0.9880 |
|
| 90 |
+
| 0.0039 | 20.9950 | 2089 | 0.0496 | 0.9851 |
|
| 91 |
+
| 0.0102 | 22.0 | 2189 | 0.0468 | 0.9880 |
|
| 92 |
+
| 0.0035 | 22.9950 | 2288 | 0.0581 | 0.9866 |
|
| 93 |
+
| 0.0071 | 24.0 | 2388 | 0.0519 | 0.9866 |
|
| 94 |
+
| 0.0032 | 24.9950 | 2487 | 0.0510 | 0.9880 |
|
| 95 |
+
| 0.0049 | 26.0 | 2587 | 0.0575 | 0.9858 |
|
| 96 |
+
| 0.0037 | 26.9950 | 2686 | 0.0511 | 0.9880 |
|
| 97 |
+
| 0.0029 | 28.0 | 2786 | 0.0484 | 0.9880 |
|
| 98 |
+
| 0.0019 | 28.9950 | 2885 | 0.0523 | 0.9866 |
|
| 99 |
+
| 0.0058 | 29.8492 | 2970 | 0.0532 | 0.9866 |
|
| 100 |
+
|
| 101 |
+
|
| 102 |
+
### Framework versions
|
| 103 |
+
|
| 104 |
+
- Transformers 4.40.1
|
| 105 |
+
- Pytorch 2.3.0+cu118
|
| 106 |
+
- Datasets 2.19.0
|
| 107 |
+
- 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 111329468
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bf3acfbf0826a329ed6fa88067251acdb3ec5d23c2e72c76b527d97a32568177
|
| 3 |
size 111329468
|