
Sebastian Raschka
Staff Research Engineer, Lightning AI | Author of Build a Large Language Model (From Scratch)
Verified Proof of Work Artifacts
2 items catalogedEach artifact below represents an authenticated research publication, production code repository, or technical architectural framework directly authored or co-created by Sebastian Raschka. Every entry undergoes editorial source verification.
Practical LoRA & QLoRA Fine-Tuning Parameter Analysis & Benchmarks
Published empirical studies benchmarking the impact of rank (r), alpha scaling, target weight modules (Q, K, V vs all linear layers), and 4-bit NormalFloat quantization on model performance across Llama and Mistral.
Aggressive 4-bit quantization can induce subtle degradation on specialized domain syntax without rank compensation.
Build a Large Language Model (From Scratch): Complete PyTorch Implementation
Created the canonical open-source educational repository teaching engineers how to code, train, and fine-tune a complete GPT-style transformer from scratch in pure PyTorch without external high-level libraries.
Designed primarily for educational transparency; industrial scale multi-node training requires distributed FSDP/Megatron wrappers.