一些 LLM 方面的从零复现笔记
☆257Apr 29, 2025Updated last year
Alternatives and similar repositories for LLM-from-scratch
Users that are interested in LLM-from-scratch are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Train a 1B LLM with 1T tokens from scratch by personal☆814Apr 27, 2025Updated last year
- 用于从头预训练+SFT一个小参数量的中文LLaMa2的仓库;24G单卡即可运行得到一个具备简单中文问答能力的chat-llama2.☆2,922May 21, 2024Updated 2 years ago
- A pytorch Implementation of the Transformer: Attention Is All You Need☆14Jun 7, 2024Updated 2 years ago
- 一个基于HuggingFace开发的大语言模型训练、测试工具。支持各模型的webui、终端预测,低参数量及全参数模型训练(预训练、SFT、RM、PPO、DPO)和融合、量化。☆226Dec 8, 2023Updated 2 years ago
- 一个MCP客户端实践:实现LLM调用天气MCP服务端查询天气的快速示例☆15Apr 2, 2025Updated last year
- Deploy open-source AI quickly and easily - Special Bonus Offer • AdRunpod Hub is built for open source. One-click deployment and autoscaling endpoints without provisioning your own infrastructure.
- ☆13Dec 13, 2022Updated 3 years ago
- The implementation for CIKM 2024: Towards Completeness-Oriented Tool Retrieval for Large Language Models.☆26Nov 6, 2024Updated last year
- 从0到1构建一个MiniLLM (pretrain+sft+dpo实践中)☆552Mar 23, 2025Updated last year
- Created a simple neural network using C++17 standard and the Eigen library that supports both forward and backward propagation.☆11Jul 27, 2024Updated 2 years ago
- This is a repository used by individuals to experiment and reproduce the pre-training process of LLM.☆504May 1, 2025Updated last year
- 中文对话0.2B小模型(ChatLM-Chinese-0.2B),开源所有数据集来源、数据清洗、tokenizer训练、模型预训练、SFT指令微调、RLHF优化等流程的全部代码。支持下游任务sft微调,给出三元组信息抽取微调示例。☆1,724Apr 20, 2024Updated 2 years ago
- 使用deepspeed从头开始训练一个LLM,经过pretrain和sft阶段,验证llm学习知识、理解语言、回答问题的能力☆166Oct 13, 2025Updated 9 months ago
- KuaiSearch PERKS☆12Nov 16, 2021Updated 4 years ago
- ☆34Sep 14, 2024Updated last year
- 1-Click AI Models by DigitalOcean Gradient • AdDeploy popular AI models on DigitalOcean Gradient GPU virtual machines with just a single click. Zero configuration with optimized deployments.
- ☆16May 31, 2024Updated 2 years ago
- 基于ChatGLM-6B、ChatGLM2-6B、ChatGLM3-6B模型,进行下游具体任务微调,涉及Freeze、Lora、P-tuning、全参微调等☆2,772Dec 12, 2023Updated 2 years ago
- A simple and trans-platform agent framework and tutorial☆204Jan 17, 2026Updated 6 months ago
- 大语言模型微调,Qwen2VL、Qwen2、GLM4指令微调☆654May 26, 2025Updated last year
- ⭐️ NLP Algorithms with transformers lib. Supporting Text-Classification, Text-Generation, Information-Extraction, Text-Matching, RLHF, SF…☆2,421Sep 29, 2023Updated 2 years ago
- ☆73Mar 12, 2024Updated 2 years ago
- llama3 implementation one matrix multiplication at a time☆15,224May 23, 2024Updated 2 years ago
- 使用单个24G显卡,从0开始训练LLM☆54Jul 9, 2025Updated last year
- Code for "MM-UAVBench: How Well Do Multimodal Large Language Models See, Think, and Plan in Low-Altitude UAV Scenarios?"☆22Jan 18, 2026Updated 6 months ago
- Bare Metal GPUs on DigitalOcean Gradient AI • AdPurpose-built for serious AI teams training foundational models, running large-scale inference, and pushing the boundaries of what's possible.
- chatglm多gpu用deepspeed和☆409Jul 8, 2024Updated 2 years ago
- SimCSE中文语义相似度对比学习模型☆91Mar 7, 2022Updated 4 years ago
- Phi2-Chinese-0.2B 从0开始训练自己的Phi2中文小模型,支持接入langchain加载本地知识库做检索增强生成RAG。Training your own Phi2 small chat model from scratch.☆591Jul 11, 2024Updated 2 years ago
- ☆64Apr 9, 2024Updated 2 years ago
- Math24o: 高中奥林匹克数学竞赛测评集 High School Olympiad Mathematics Chinese Benchmark☆14Mar 27, 2025Updated last year
- 从零实现一个 llama3 中文版☆1,052Jun 12, 2024Updated 2 years ago
- Unify Efficient Fine-tuning of RAG Retrieval, including Embedding, ColBERT, ReRanker.☆23Updated this week
- All about DeepLearning: 推荐系统、自然语言处理、Tensorflow、Pytorch等☆514May 7, 2025Updated last year
- Rethinking RL Scaling for Vision Language Models: A Transparent, From-Scratch Framework and Comprehensive Evaluation Scheme☆149Apr 9, 2025Updated last year
- Managed Kubernetes at scale on DigitalOcean • AdDigitalOcean Kubernetes includes the control plane, bandwidth allowance, container registry, automatic updates, and more for free.
- [ACL'24] Beyond One-Preference-Fits-All Alignment: Multi-Objective Direct Preference Optimization☆101Aug 20, 2024Updated last year
- 本项目旨在分享大模型相关技术原理以及实战经验(大模型工程化、大模型应用落地)☆24,884Jul 19, 2026Updated 3 weeks ago
- 轻量级 LLM Post-training 框架,支持 SFT、RLVR、On-Policy KD、Guide KD 及混合训练;实现单轮/多轮 Guide 蒸馏、多教师蒸馏、Reward 混合训练与自动化数据分流👩🎓👨🎓☆939Mar 8, 2026Updated 5 months ago
- Unify Efficient Fine-tuning of RAG Retrieval, including Embedding, ColBERT, ReRanker.☆1,128Jul 21, 2026Updated 2 weeks ago
- 仅需Python基础,从0构建大语言模型;从0逐步构建GLM4\Llama3\RWKV6, 深入理解大模型原理☆4,314Mar 26, 2026Updated 4 months ago
- Advanced Retrieval-Augmented Generation (RAG) through practical notebooks, using the power of the Langchain, OpenAI GPTs ,META LLAMA3 ,A…☆490Apr 26, 2024Updated 2 years ago
- 每天阅读过的论文的简要笔记☆215Aug 25, 2025Updated 11 months ago