model_058084448_cnn_transformer_large.py
Model Overview
A large-scale implementation of the cnn transformer architecture, built for matching tasks.
Architecture
- Architecture: cnn transformer
- Scale: large
- Attention: sliding window
- Fusion strategy: cross attention
- Task head: matching
- Activation: approx gelu
- Normalization: batchnorm
- Initialization: xavier uniform
Training
- Optimizer: sgd
- LR scheduler: step
Files
model_058084448_cnn_transformer_large.py — main artifact of this repository
License
See the license field above.