afshinea/stanford-cme-295-transformers-large-language-models

VIP cheatsheet for Stanford's CME 295 Transformers and Large Language Models

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 5 minutes ago
Added to GitGenius on September 14th, 2026
Created on March 23rd, 2025
Open Issues & Pull Requests: 4 (+0)
GitHub issues: Enabled
Number of forks: 679
Total Stargazers: 4,705 (+0)
Total Subscribers: 50 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 165.3 days
Mean response time: 108.7 days
90th percentile: 199.6 days
Tracked items: 11

Most active contributors

Sign in to see contributor activity.

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Only 10% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 3
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 269 days
Stale 30+ days: 3
Stale 90+ days: 3

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • enhancement (6)
  • invalid (3)
  • bug (1)
  • documentation (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Stanford CME 295 Transformers & Large Language Models is a study guide and reference resource for learning transformer architectures and large language model concepts.

The repository addresses the need for a consolidated reference covering the breadth of transformer and LLM topics taught in Stanford's CME 295 course. It organizes material across several domains: transformer fundamentals including self-attention and architectural variants, LLM techniques spanning prompting, supervised fine-tuning, parameter-efficient methods like LoRA, preference alignment through RLHF and DPO, and reasoning approaches. The guide also covers practical optimizations such as distributed training, KV caching, and speculative decoding, alongside applications in AI agents and model evaluation.

This resource suits students enrolled in or preparing for the Stanford course, practitioners seeking a structured overview of transformer and LLM concepts, and developers building systems with these models who need quick reference material. The repository provides a cheatsheet format alongside a more comprehensive study guide with detailed illustrations and explanations, allowing users to choose between quick lookup and deeper learning depending on their needs.

The project maintains translations across multiple languages, expanding accessibility beyond English-speaking audiences. Development appears focused on creating and refining educational content rather than building software tooling, with the repository serving as a curated knowledge base tied to an active university course.