| ---
|
| license: mit
|
| tags:
|
| - clip
|
| - generation
|
| - instancenorm
|
| - lamb
|
| - mish
|
| - onecycle
|
| - sparse
|
| - tensor-fusion
|
| - tiny
|
| - trunc-normal
|
| ---
|
|
|
| # model_192078697_clip_tiny.py
|
|
|
| ## Model Overview
|
|
|
| A **tiny**-scale implementation of the **clip** architecture, built for **generation** tasks.
|
|
|
| ## Architecture
|
|
|
| - **Architecture**: clip
|
| - **Scale**: tiny
|
| - **Attention**: sparse
|
| - **Fusion strategy**: tensor fusion
|
| - **Task head**: generation
|
| - **Activation**: mish
|
| - **Normalization**: instancenorm
|
| - **Initialization**: trunc normal
|
|
|
| ## Training
|
|
|
| - **Optimizer**: lamb
|
| - **LR scheduler**: onecycle
|
|
|
| ## Files
|
|
|
| - `model_192078697_clip_tiny.py` — main artifact of this repository
|
|
|
| ## License
|
|
|
| See the license field above.
|
|
|