eval.py
Model Overview
A nano-scale implementation of the poolformer architecture, built for contrastive tasks.
Architecture
- Architecture: poolformer
- Scale: nano
- Attention: dilated
- Fusion strategy: tensor fusion
- Task head: contrastive
- Activation: mish
- Normalization: rmsnorm
- Initialization: xavier uniform
Training
- Optimizer: adafactor
- LR scheduler: step
Files
eval.py — main artifact of this repository
License
See the license field above.