LexiMind / src /models /positional_encoding.py

Commit History

Fix Pylance type errors, add inductor compilation support
cf79a6c

OliverPerrin commited on

Full training run, code cleanup, mypy/ruff fixes
a47e5cf

OliverPerrin commited on

feat: Add FLAN-T5 compatibility with relative position bias
486475d

OliverPerrin commited on

Style: Fix linting errors and organize imports (ruff & mypy)
f9d964d

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
aefdcf0

OliverPerrin commited on

Implemented ScaledDotProduct Attention and Multi-Head Attention
046d0f2

OliverPerrin commited on