Sergey Penkovsky
aa408e941a
docs: add GPT-2 analysis notebook
...
- Add gpt2.ipynb with GPT-2 model experiments and comparisons
2025-10-05 12:48:32 +03:00
Sergey Penkovsky
da1cf3fb55
fix: rename notebook
2025-10-05 12:46:17 +03:00
Sergey Penkovsky
1f9a4d2fa9
chore: add ipykernel dependency and update notebooks
...
- Add ipykernel to project dependencies for Jupyter notebook support
- Update BPE and GPT analysis notebooks with latest experiments
2025-10-05 11:59:24 +03:00
Sergey Penkovsky
f060497eb1
docs: add analysis notebooks for BPE and GPT
...
- Add bpe.ipynb with Byte Pair Encoding implementation analysis
- Update gpt_analysis.ipynb with GPT model experiments and visualizations
2025-10-05 08:23:09 +03:00
Sergey Penkovsky
ec07546ea8
feat: initial project setup with LLM architecture and HF integration
...
- Add LLM library with GPT model implementation
- Add hf-proxy for HuggingFace integration
- Add experiments for training and generation
- Add comprehensive documentation and examples
- Configure uv workspace with proper dependencies
2025-10-04 22:40:21 +03:00