LexiMind / src /models /encoder.py

Commit History

Update LexiMind: improved training, model architecture, and evaluation
1ec7405

OliverPerrin commited on

Full training run, code cleanup, mypy/ruff fixes
590a604

OliverPerrin commited on

feat: Add FLAN-T5 compatibility with relative position bias
b43ba56

OliverPerrin commited on

Build: Pin ruff to v0.4.4 in pre-commit to match CI
6b4c072

OliverPerrin commited on

Chore: Update pre-commit hooks and fix formatting
17181fd

OliverPerrin commited on

Style: Fix formatting for models and tests
6e61c34

OliverPerrin commited on

Refactor: Consolidate dependencies, improve testing, and add CI/CD
d18b34d

OliverPerrin commited on

Implemented the following parts for the Transformer model: poisional_encoding, feedfoward, encoder, and skeleton of decoder. As well as Test cases for each class respectively and visualizations
5a20c96

OliverPerrin commited on

Implemented ScaledDotProduct Attention and Multi-Head Attention
204fb3c

OliverPerrin commited on