eval.py
Model Overview
A giant-scale implementation of the clip architecture, built for multitask tasks.
Architecture
- Architecture: clip
- Scale: giant
- Attention: dilated
- Fusion strategy: bilinear
- Task head: multitask
- Activation: gelu tanh
- Normalization: batchnorm
- Initialization: xavier
Training
- Optimizer: sgd
- LR scheduler: cosine
Files
eval.py — main artifact of this repository
License
See the license field above.