classify-v2 / README.md
daniilsolovyov's picture
Upload 2 files
775bc70 verified
|
Raw
History Blame Contribute Delete
730 Bytes
---
license: apache-2.0
tags:
- adafactor
- classification
- cosine
- flamingo
- flash
- kaiming
- large
- mish
- scalenorm
- tucker
---
# inference.py
## Model Overview
A **large**-scale implementation of the **flamingo** architecture, built for **classification** tasks.
## Architecture
- **Architecture**: flamingo
- **Scale**: large
- **Attention**: flash
- **Fusion strategy**: tucker
- **Task head**: classification
- **Activation**: mish
- **Normalization**: scalenorm
- **Initialization**: kaiming
## Training
- **Optimizer**: adafactor
- **LR scheduler**: cosine
## Files
- `inference.py` — main artifact of this repository
## License
See the license field above.