simple-translate23 / README.md
andreguillaume's picture
Upload 2 files
71edd12 verified
|
Raw
History Blame Contribute Delete
766 Bytes
metadata
license: mit
tags:
  - adafactor
  - contrastive
  - efficientformer
  - exponential
  - flash
  - gelu
  - orthogonal
  - scalenorm
  - tensor-fusion
  - xlarge

pipeline.py

Model Overview

A xlarge-scale implementation of the efficientformer architecture, built for contrastive tasks.

Architecture

  • Architecture: efficientformer
  • Scale: xlarge
  • Attention: flash
  • Fusion strategy: tensor fusion
  • Task head: contrastive
  • Activation: gelu
  • Normalization: scalenorm
  • Initialization: orthogonal

Training

  • Optimizer: adafactor
  • LR scheduler: exponential

Files

  • pipeline.py — main artifact of this repository

License

See the license field above.