包含了LLM的一些手撕代码,如强化学习。可以帮助从代码层面深入理解原理,以及有助于准备大模型面试可能出现的手撕。后续会更新Transformer等更多手撕
☆134Mar 15, 2026Updated 6 months ago
Alternatives and similar repositories for LLM-Handwritten-Template
Users that are interested in LLM-Handwritten-Template are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- ☆862Jul 26, 2026Updated last month
- [原理解析] 大模型基本功(手撕Transformer模型、手撕PPO、GRPO、DPO训练器)☆33Jul 8, 2025Updated last year
- ☆173Mar 18, 2026Updated 6 months ago
- 🚀 2026届大模型算法岗实习面经 | 包含 DeepSeek/Qwen 技术报告解析、手撕 PPO/RoPE/Transformer、RLHF 核心与八股文 | 持续更新中...☆688Mar 28, 2026Updated 5 months ago
- A Chinese-focused PyTorch framework for exploring Attention Residuals in Qwen3-style causal LMs, with baseline, Block AttnRes, Full AttnR…☆21May 3, 2026Updated 4 months ago
- Open source password manager - Proton Pass • AdSecurely store, share, and autofill your credentials with Proton Pass, the end-to-end encrypted password manager trusted by millions.
- some notes for opensource llm technical reorts☆20Mar 6, 2026Updated 6 months ago
- 收集为大模型面试准备的手撕代码☆56Mar 15, 2026Updated 6 months ago
- ☆251Jan 9, 2026Updated 8 months ago
- 大模型八股和手撕总结☆91Apr 15, 2026Updated 5 months ago
- 代码随想录刷题思路总结(含代码)☆41Nov 30, 2024Updated last year
- Local-first interview recording review reports with a Codex skill and CLI.☆81May 16, 2026Updated 4 months ago
- [ACL 2024 Findings] Light-PEFT: Lightening Parameter-Efficient Fine-Tuning via Early Pruning☆13Sep 2, 2024Updated 2 years ago
- LLM 时代的 Hot 100 - 大模型面试手撕代码☆47May 4, 2026Updated 4 months ago
- ☆34Jul 12, 2024Updated 2 years ago
- GPUs on demand by Runpod - Special Offer Available • AdRun AI, ML, and HPC workloads on powerful cloud GPUs—without limits or wasted spend. Deploy GPUs in under a minute and pay by the second.
- A curated list of Large Language Models (LLMs) for optimization problem modeling and solving☆18Jan 25, 2026Updated 7 months ago
- 📖 从零基础到面试通关 —— 22节课彻底搞懂大语言模型 | Learn MiniMind: 系统化学习LLM训练全流程☆581Apr 1, 2026Updated 5 months ago
- Structured Pruning Adapters in PyTorch☆19Aug 30, 2023Updated 3 years ago
- MedicalGPT: Training Your Own Medical GPT Model with ChatGPT Training Pipeline. 训练医疗大模型,实现了包括增量预训练(PT)、有监督微调(SFT)、RLHF、DPO、ORPO、GRPO。☆5,822Updated this week
- Minimal reproduction of OneRec☆1,831Sep 7, 2026Updated last week
- 本项目从零开始构建并优化了一个千万参数级别的大规模预训练语言模型,涵盖预训练、有监督微调(SFT)和R1推理蒸馏三个阶段。项目采用自定义Transformer架构(包括RMSNorm、分组注意力、多Query机制、SwiGLU激活和RoPE位置编码),实现高效的长文本处理和…