Open-source LLM Resources
Open-source LLM Resources
Knowledge
The original transformer paper. Use for: the architecture behind most modern LLMs and the idea of attention.
A landmark account of large autoregressive language models. Use for: next-token prediction and in-context behavior.
Primary-source description of supervised fine-tuning and preference-based post-training. Use for: why a chat model differs from a raw pretrained model.
Experimental evidence on balancing model size, training tokens, and compute. Use for: why more data and training are not automatically better.
Foundational primary source for the mechanism used to compute gradients through layered neural networks. Use for: the chain rule and weight updates.
A practical documentation framework for dataset motivation, collection, composition, and risks. Use for: dataset provenance and responsible preparation.
Maintained implementation guide for filtering, mapping, and splitting datasets. Use for: turning preparation principles into reproducible data-processing steps.
A maintained, practical introduction with visual and coding-oriented explanations. Use for: revisiting terminology and later hands-on study.
University course materials that give broader NLP context. Use for: deeper study after the course basics.
Wisdom (Communities)
Maintained community for asking practical questions about open models and their tooling.
Gaps
- The course currently prioritizes conceptual understanding; sources on selecting and running local models will be added only if that becomes part of the mission.