File size: 1,271 Bytes
2d2b855 51feff9 2d2b855 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
---
license: cc-by-4.0
datasets:
- Mitsua/color-multi-fractal-db-1k-private
tags:
- vision
- image-classification
library_name: transformers
---
# Model Card for Swin Base Multi Fractal 1k
Swin Transformer model pre-trained on Color Multi Fractal DB 1k (1 million images, 1k classes) at resolution 224x224 for 300 epochs, developed by [ELAN MITSUA Project](https://elanmitsua.com/en/) / Abstract Engine.
## Model Details
### Model Description
The Swin Transformer is a type of Vision Transformer and can be utilized for various downstream tasks.
It was introduced in the paper [Swin Transformer: Hierarchical Vision Transformer using Shifted Windows](https://arxiv.org/abs/2103.14030) by Liu et al. and first released in [this repository](https://github.com/microsoft/Swin-Transformer).
- **Developed by:** [ELAN MITSUA Project](https://elanmitsua.com/en/) / Abstract Engine
- **Model type:** Image Classification
- **License:** [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)
## Training Details
### Training Data
- Color Multi Fractal DB 1k / CC BY 4.0
- This is 1 million fractal images dataset generated using a single python script, which relies solely on mathematical formulas, so no real images or pretrained models are used for this training. |