model_347379870_mobilevit_small.py
Model Overview
A small-scale implementation of the mobilevit architecture, built for contrastive tasks.
Architecture
- Architecture: mobilevit
- Scale: small
- Attention: grouped query
- Fusion strategy: concat mlp
- Task head: contrastive
- Activation: mish
- Normalization: groupnorm
- Initialization: kaiming
Training
- Optimizer: rmsprop
- LR scheduler: constant warmup
Files
model_347379870_mobilevit_small.py — main artifact of this repository
License
See the license field above.