Commit
·
c6d4b21
1
Parent(s):
8ca52f4
update model card README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,122 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- generated_from_trainer
|
| 4 |
+
datasets:
|
| 5 |
+
- image_folder
|
| 6 |
+
metrics:
|
| 7 |
+
- f1
|
| 8 |
+
model-index:
|
| 9 |
+
- name: convnext-tiny-224_flyswot
|
| 10 |
+
results:
|
| 11 |
+
- task:
|
| 12 |
+
name: Image Classification
|
| 13 |
+
type: image-classification
|
| 14 |
+
dataset:
|
| 15 |
+
name: image_folder
|
| 16 |
+
type: image_folder
|
| 17 |
+
args: default
|
| 18 |
+
metrics:
|
| 19 |
+
- name: F1
|
| 20 |
+
type: f1
|
| 21 |
+
value: 0.9756290792360154
|
| 22 |
+
---
|
| 23 |
+
|
| 24 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 25 |
+
should probably proofread and complete it, then remove this comment. -->
|
| 26 |
+
|
| 27 |
+
# convnext-tiny-224_flyswot
|
| 28 |
+
|
| 29 |
+
This model was trained from scratch on the image_folder dataset.
|
| 30 |
+
It achieves the following results on the evaluation set:
|
| 31 |
+
- Loss: 0.5319
|
| 32 |
+
- F1: 0.9756
|
| 33 |
+
|
| 34 |
+
## Model description
|
| 35 |
+
|
| 36 |
+
More information needed
|
| 37 |
+
|
| 38 |
+
## Intended uses & limitations
|
| 39 |
+
|
| 40 |
+
More information needed
|
| 41 |
+
|
| 42 |
+
## Training and evaluation data
|
| 43 |
+
|
| 44 |
+
More information needed
|
| 45 |
+
|
| 46 |
+
## Training procedure
|
| 47 |
+
|
| 48 |
+
### Training hyperparameters
|
| 49 |
+
|
| 50 |
+
The following hyperparameters were used during training:
|
| 51 |
+
- learning_rate: 2e-05
|
| 52 |
+
- train_batch_size: 32
|
| 53 |
+
- eval_batch_size: 32
|
| 54 |
+
- seed: 666
|
| 55 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 56 |
+
- lr_scheduler_type: linear
|
| 57 |
+
- num_epochs: 50
|
| 58 |
+
- mixed_precision_training: Native AMP
|
| 59 |
+
- label_smoothing_factor: 0.1
|
| 60 |
+
|
| 61 |
+
### Training results
|
| 62 |
+
|
| 63 |
+
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
| 64 |
+
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
| 65 |
+
| No log | 1.0 | 52 | 0.5478 | 0.9720 |
|
| 66 |
+
| No log | 2.0 | 104 | 0.5432 | 0.9709 |
|
| 67 |
+
| No log | 3.0 | 156 | 0.5437 | 0.9731 |
|
| 68 |
+
| No log | 4.0 | 208 | 0.5433 | 0.9712 |
|
| 69 |
+
| No log | 5.0 | 260 | 0.5373 | 0.9745 |
|
| 70 |
+
| No log | 6.0 | 312 | 0.5371 | 0.9756 |
|
| 71 |
+
| No log | 7.0 | 364 | 0.5381 | 0.9737 |
|
| 72 |
+
| No log | 8.0 | 416 | 0.5376 | 0.9744 |
|
| 73 |
+
| No log | 9.0 | 468 | 0.5431 | 0.9694 |
|
| 74 |
+
| 0.4761 | 10.0 | 520 | 0.5468 | 0.9725 |
|
| 75 |
+
| 0.4761 | 11.0 | 572 | 0.5404 | 0.9755 |
|
| 76 |
+
| 0.4761 | 12.0 | 624 | 0.5481 | 0.9669 |
|
| 77 |
+
| 0.4761 | 13.0 | 676 | 0.5432 | 0.9687 |
|
| 78 |
+
| 0.4761 | 14.0 | 728 | 0.5409 | 0.9731 |
|
| 79 |
+
| 0.4761 | 15.0 | 780 | 0.5403 | 0.9737 |
|
| 80 |
+
| 0.4761 | 16.0 | 832 | 0.5393 | 0.9737 |
|
| 81 |
+
| 0.4761 | 17.0 | 884 | 0.5412 | 0.9719 |
|
| 82 |
+
| 0.4761 | 18.0 | 936 | 0.5433 | 0.9674 |
|
| 83 |
+
| 0.4761 | 19.0 | 988 | 0.5367 | 0.9755 |
|
| 84 |
+
| 0.4705 | 20.0 | 1040 | 0.5389 | 0.9737 |
|
| 85 |
+
| 0.4705 | 21.0 | 1092 | 0.5396 | 0.9737 |
|
| 86 |
+
| 0.4705 | 22.0 | 1144 | 0.5514 | 0.9683 |
|
| 87 |
+
| 0.4705 | 23.0 | 1196 | 0.5550 | 0.9617 |
|
| 88 |
+
| 0.4705 | 24.0 | 1248 | 0.5428 | 0.9719 |
|
| 89 |
+
| 0.4705 | 25.0 | 1300 | 0.5371 | 0.9719 |
|
| 90 |
+
| 0.4705 | 26.0 | 1352 | 0.5455 | 0.9719 |
|
| 91 |
+
| 0.4705 | 27.0 | 1404 | 0.5409 | 0.9680 |
|
| 92 |
+
| 0.4705 | 28.0 | 1456 | 0.5345 | 0.9756 |
|
| 93 |
+
| 0.4696 | 29.0 | 1508 | 0.5381 | 0.9756 |
|
| 94 |
+
| 0.4696 | 30.0 | 1560 | 0.5387 | 0.9705 |
|
| 95 |
+
| 0.4696 | 31.0 | 1612 | 0.5540 | 0.9605 |
|
| 96 |
+
| 0.4696 | 32.0 | 1664 | 0.5467 | 0.9706 |
|
| 97 |
+
| 0.4696 | 33.0 | 1716 | 0.5322 | 0.9756 |
|
| 98 |
+
| 0.4696 | 34.0 | 1768 | 0.5325 | 0.9756 |
|
| 99 |
+
| 0.4696 | 35.0 | 1820 | 0.5305 | 0.9737 |
|
| 100 |
+
| 0.4696 | 36.0 | 1872 | 0.5305 | 0.9769 |
|
| 101 |
+
| 0.4696 | 37.0 | 1924 | 0.5345 | 0.9756 |
|
| 102 |
+
| 0.4696 | 38.0 | 1976 | 0.5315 | 0.9737 |
|
| 103 |
+
| 0.4699 | 39.0 | 2028 | 0.5333 | 0.9756 |
|
| 104 |
+
| 0.4699 | 40.0 | 2080 | 0.5316 | 0.9756 |
|
| 105 |
+
| 0.4699 | 41.0 | 2132 | 0.5284 | 0.9756 |
|
| 106 |
+
| 0.4699 | 42.0 | 2184 | 0.5325 | 0.9756 |
|
| 107 |
+
| 0.4699 | 43.0 | 2236 | 0.5321 | 0.9756 |
|
| 108 |
+
| 0.4699 | 44.0 | 2288 | 0.5322 | 0.9756 |
|
| 109 |
+
| 0.4699 | 45.0 | 2340 | 0.5323 | 0.9756 |
|
| 110 |
+
| 0.4699 | 46.0 | 2392 | 0.5318 | 0.9756 |
|
| 111 |
+
| 0.4699 | 47.0 | 2444 | 0.5329 | 0.9756 |
|
| 112 |
+
| 0.4699 | 48.0 | 2496 | 0.5317 | 0.9756 |
|
| 113 |
+
| 0.4701 | 49.0 | 2548 | 0.5317 | 0.9756 |
|
| 114 |
+
| 0.4701 | 50.0 | 2600 | 0.5319 | 0.9756 |
|
| 115 |
+
|
| 116 |
+
|
| 117 |
+
### Framework versions
|
| 118 |
+
|
| 119 |
+
- Transformers 4.17.0
|
| 120 |
+
- Pytorch 1.10.0+cu111
|
| 121 |
+
- Datasets 2.0.0
|
| 122 |
+
- Tokenizers 0.11.6
|