KHWR / FAA-Word-Model /README.md
Karez's picture
Update FAA-Word-Model/README.md
bfef7fd verified
|
Raw
History Blame Contribute Delete
821 Bytes
# FAA (Proposed) β€” Frequency-Adaptive Attention
Proposed CRNN with Frequency-Adaptive Attention between BiLSTM layers 2 and 3.
## Architecture
- Family: **FAA**
- CNN backbone: 6 convolutional blocks (max 256 channels)
- Recurrent block: 3 BiLSTM layers, hidden = 160 per direction
- Decoding: Connectionist Temporal Classification (CTC)
- Parameters: 3,997,859
## Test Performance (DASTNUS, seed 42)
| Metric | Value |
|--------|-------|
| Test CER | 0.0373 |
| Test WER | 0.1480 |
## 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.