| # Luong Multiplicative Attention (2015) | |
| CRNN with Luong multiplicative attention between BiLSTM layers 2 and 3. | |
| ## Architecture | |
| - Family: **Luong** | |
| - CNN backbone: 6 convolutional blocks (max 256 channels) | |
| - Recurrent block: 3 BiLSTM layers, hidden = 160 per direction | |
| - Decoding: Connectionist Temporal Classification (CTC) | |
| - Parameters: 3,915,345 | |
| ## Test Performance (DASTNUS, seed 42) | |
| | Metric | Value | | |
| |--------|-------| | |
| | Test CER | 0.0391 | | |
| | Test WER | 0.1663 | | |
| ## Files | |
| - `model.safetensors` — model weights | |
| - `config.json` — architecture and training configuration | |
| - `vocab.json` — character-to-index mapping (CTC blank at index 0) | |
| - `idx_to_char.json` — reverse mapping for decoding | |
| ## License | |
| Released for non-commercial scientific research purposes only. | |