Best open-model course: Hugging Face LLM Course. Free Hugging Face course on transformers, LLMs, and inference. Start here if you want open-source AI foundations rather than hosted API habits only.
Best practical Llama recipes: Llama Cookbook. Meta Llama recipes for inference, RAG, fine-tuning, and applications. Use it when you want implementation examples around open Llama models.
Best model discovery hub: Hugging Face model hub. Catalog of open model checkpoints, datasets, demos, and metadata. Use it to compare what is actually available to run or fine-tune.
Open-source AI is more than model downloads
Open-source AI work includes model discovery, licenses, inference, fine-tuning, evaluation, hosting, quantization, and deployment. A model checkpoint is only the beginning.
Hugging Face's LLM Course and model hub are the natural starting points. Llama Cookbook helps with practical recipes once you choose a family. Official provider docs matter because model access and recommended deployment paths change.
Choose open models for a reason
Open models can be useful for privacy, customization, cost control, local inference, and research. They can also be harder to operate than hosted APIs. Learn the tradeoffs before committing.
A strong resource should help you compare quality, latency, hardware needs, context length, license terms, and deployment route on the workload you actually care about.
Recommended courses and resources
-
The Illustrated Transformer
Visual guide · Jay Alammar · Beginner to intermediate
Transformer architecture still feels fuzzy.
-
Hugging Face Skills
Open-source skills and tutorial · Hugging Face · Intermediate to advanced
You want reusable, open-source agent skills for training, fine-tuning, evaluating, quantizing, and publishing models with Codex, Claude Code, Gemini CLI, or another skills-compatible coding agent.
-
Multi-Vector Embedding Models with Sentence Transformers
Practical guide · Hugging Face · Intermediate to advanced
You want a runnable guide to ColBERT-style late-interaction retrieval, including MaxSim scoring, retrieve-and-rerank, indexing, visual document retrieval, evaluation, and the storage-quality tradeoff versus dense embeddings.
-
Training and Finetuning Multi-Vector Embedding Models with Sentence Transformers
Training guide · Hugging Face · Advanced
You need an end-to-end August 26, 2026 recipe for adapting a late-interaction retriever to your own domain, from datasets and losses through training, evaluation, and index optimization.
-
OpenAI evals quickstart and datasets
Guide · OpenAI · Intermediate
You want OpenAI's current quickstart for turning examples into dataset-backed evals and improvement loops instead of relying on a deprecated docs path.