--- license: bsd-3-clause tags: - base - bilinear - exponential - groupnorm - kaiming - lamb - linear - mish - multitask - vit --- # model_014945486_vit_base.py ## Model Overview A **base**-scale implementation of the **vit** architecture, built for **multitask** tasks. ## Architecture - **Architecture**: vit - **Scale**: base - **Attention**: linear - **Fusion strategy**: bilinear - **Task head**: multitask - **Activation**: mish - **Normalization**: groupnorm - **Initialization**: kaiming ## Training - **Optimizer**: lamb - **LR scheduler**: exponential ## Files - `model_014945486_vit_base.py` — main artifact of this repository ## License See the license field above.