This website requires JavaScript.
Explore
Help
Sign In
penkovsky_sa
/
llm-arch-research
Watch
1
Star
0
Fork
0
You've already forked llm-arch-research
mirror of
https://github.com/pese-git/llm-arch-research.git
synced
2026-01-23 21:10:54 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
feature/gpt2
llm-arch-research
/
llm
History
Sergey Penkovsky
3843e64098
test(core): fix FeedForward and MultiHeadAttention tests for unified interface and tuple outputs
2025-10-05 19:26:18 +03:00
..
src
/llm
feat(gpt2): add GPT2 architecture with universal FeedForward, CachedDecoder, and refactored components. Core modules now shared; add train and generate scripts for GPT2-BPE.
2025-10-05 19:11:20 +03:00
tests
test(core): fix FeedForward and MultiHeadAttention tests for unified interface and tuple outputs
2025-10-05 19:26:18 +03:00
.gitignore
feat: initial project setup with LLM architecture and HF integration
2025-10-04 22:40:21 +03:00
.python-version
feat: initial project setup with LLM architecture and HF integration
2025-10-04 22:40:21 +03:00
pyproject.toml
fix: update PyTorch mask types and BPE tokenizer serialization
2025-10-05 08:09:30 +03:00
pytest.ini
test: add comprehensive test suite for LLM components
2025-10-05 08:11:18 +03:00
README.md
feat: initial project setup with LLM architecture and HF integration
2025-10-04 22:40:21 +03:00
README.md
The file is empty.