[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-72352":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":8,"htmlUrl":8,"language":9,"languages":8,"totalLinesOfCode":8,"stars":10,"forks":11,"watchers":12,"openIssues":13,"contributorsCount":14,"subscribersCount":14,"size":14,"stars1d":15,"stars7d":16,"stars30d":17,"stars90d":14,"forks30d":14,"starsTrendScore":18,"compositeScore":19,"rankGlobal":8,"rankLanguage":8,"license":8,"archived":20,"fork":20,"defaultBranch":21,"hasWiki":20,"hasPages":22,"topics":23,"createdAt":8,"pushedAt":8,"updatedAt":24,"readmeContent":25,"aiSummary":26,"trendingCount":14,"starSnapshotCount":14,"syncStatus":27,"lastSyncTime":28,"discoverSource":29},72352,"lectures","stanford-cs336\u002Flectures","stanford-cs336",null,"Python",3248,676,13,15,0,14,82,163,42,30.49,false,"main",true,[],"2026-06-12 02:03:02","# Spring 2026 CS336 lectures\n\nThis repository contains the lecture materials for Stanford's Language Modeling from Scratch (CS336).\n\n## Executable lectures\n\nThese are named `lecture_XX.py`.\n\n### Setup\n\n        uv sync\n        git clone https:\u002F\u002Fgithub.com\u002Fpercyliang\u002Fedtrace\n\nYou can compile a lecture by running:\n\n        python execute.py -m lecture_01\n\nwhich generates a `var\u002Ftraces\u002Flecture_01.json` and caches any images as\nappropriate.\n\nTo view it locally:\n\nLoad a local server to view at `http:\u002F\u002Flocalhost:5173?trace=var\u002Ftraces\u002Fsample.json`:\n\n        npm run --prefix=edtrace\u002Ffrontend dev\n\nDeploy to the main website:\n\n        npm run --prefix=edtrace\u002Ffrontend build\n        git add assets\n        git ci -am \"\u003Csome message>\"\n        git push\n\n## Non-executable lectures\n\nThese are named `lecture_XX.pdf`.\n","该项目是斯坦福大学CS336课程《从零开始的语言建模》的讲义资料库。核心功能包括可执行的Python代码讲座和PDF格式的非执行讲座，其中可执行讲座通过运行特定脚本生成JSON文件及缓存图像，并可通过本地服务器或部署到网站进行查看。技术特点在于其采用了交互式的教学方式，允许学生直接运行代码来加深理解。适合用于自然语言处理相关领域的学习与研究场景，特别是对希望深入了解语言模型构建过程的学生和研究人员非常有用。",2,"2026-06-11 03:41:27","high_star"]