Fixed compiling issue, added legnth penalty, and atttempting freezing encoder layers 0-5 to lower parameters and preserve T5's langauge understanding. baf3026 OliverPerrin commited on 13 days ago
Improve emotion task architecture and fix visualizations 6a7a381 OliverPerrin commited on 13 days ago
Redesign Gradio demo with book/news browsing, update .gitignore fc64ea0 OliverPerrin commited on 14 days ago
Update Gradio demo, inference factory, and evaluation results e3d3925 OliverPerrin commited on Dec 8, 2025
Update LexiMind: improved training, model architecture, and evaluation 076bc18 OliverPerrin commited on Dec 7, 2025
Fix Pylance type errors, add inductor compilation support cf79a6c OliverPerrin commited on Dec 5, 2025
feat: Add FLAN-T5 compatibility with relative position bias 486475d OliverPerrin commited on Dec 4, 2025
Refactor: Fix B905 zip() strictness and resolve mypy error in evaluate.py a7d82d1 OliverPerrin commited on Dec 3, 2025
Style: Fix linting errors and organize imports (ruff & mypy) f9d964d OliverPerrin commited on Dec 3, 2025
Refactor: Consolidate dependencies, improve testing, and add CI/CD f6d689c OliverPerrin commited on Dec 3, 2025
refactor: update training code, history and remove large checkpoint to fix storage limit 0ec3f34 OliverPerrin commited on Nov 23, 2025
Added pretrained BART wights for the encoder/decoder while keeping custom architectiure and task heads 3225a94 OliverPerrin commited on Nov 20, 2025
Refactor: Fix tokenization, pathing, and track visuals with LFS 56880bb OliverPerrin commited on Nov 19, 2025
Updated Summarizer, Preprocessor to run on my custom transformer and added basic streamlit frontend demo e48a8ab OliverPerrin commited on Oct 30, 2025
Finsihed Decoder Implementation, as well as prediction heads and multitask f672f40 OliverPerrin commited on Oct 29, 2025
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 Oct 29, 2025
Implemented ScaledDotProduct Attention and Multi-Head Attention 046d0f2 OliverPerrin commited on Oct 27, 2025
Finished Preprocessor and Implemented Summarizer with PyTorch 2d7e3cb OliverPerrin commited on Sep 26, 2025
Updating preprocessor.py and download_datasets.py to download and start processing data 44060e5 OliverPerrin commited on Sep 23, 2025