Mxoder / LLM-from-scratchLinks
一些 LLM 方面的从零复现笔记
☆200Updated last month
Alternatives and similar repositories for LLM-from-scratch
Users that are interested in LLM-from-scratch are comparing it to the libraries listed below
Sorting:
- 怎么训练一个LLM分词器☆149Updated last year
- 欢迎来到 "LLM-travel" 仓库!探索大语言模型(LLM)的奥秘 🚀。致力于深入理解、探讨以及实现与大模型相关的各种技术、原理和应用。☆325Updated 10 months ago
- personal chatgpt☆372Updated 5 months ago
- 从0开始,将chatgpt的技术路线跑一遍。☆237Updated 8 months ago
- This is a repository used by individuals to experiment and reproduce the pre-training process of LLM.☆435Updated last month
- 该仓库主要记录 LLMs 算法工程师相关的顶会论文研读笔记(多模态、PEFT、小样本QA问答、RAG、LMMs可解释性、Agents、CoT)☆333Updated last year
- 一个基于HuggingFace开发的大语言模型训练、测试工具。支持各模型的webui、终端预测,低参数量及全参数模型训练(预训练、SFT、RM、PPO、DPO)和融合、量化。☆217Updated last year
- Train a 1B LLM with 1T tokens from scratch by personal☆665Updated last month
- 使用单个24G显卡,从0开始训练LLM☆54Updated last week
- Baichuan2代码的逐行解析版本,适合小白☆214Updated last year
- an implementation of transformer, bert, gpt, and diffusion models for learning purposes☆153Updated 7 months ago
- 从0到1构建一个MiniLLM (pretrain+sft+dpo实践中)☆439Updated 2 months ago
- 中文大模型微调(LLM-SFT), 数学指令数据集MWP-Instruct, 支持模型(ChatGLM-6B, LLaMA, Bloom-7B, baichuan-7B), 支持(LoRA, QLoRA, DeepSpeed, UI, TensorboardX), 支持(微…☆201Updated last year
- ☆79Updated 4 months ago
- ☆110Updated 11 months ago
- ☆69Updated last year
- 对llama3进行全参微调、lora微调以及qlora微调。☆198Updated 7 months ago
- 开源SFT数据集整理,随时补充☆516Updated 2 years ago
- Inference code for LLaMA models☆121Updated last year
- 快速入门RAG与私有化部署☆186Updated last year
- TinyRAG☆298Updated last month
- ☆76Updated 9 months ago
- ☆83Updated last month
- Phi2-Chinese-0.2B 从0开始训练自己的Phi2中文小模型,支持接入langchain加载本地知识库做检索增强生成RAG。Training your own Phi2 small chat model from scratch.☆552Updated 10 months ago
- 这是一个从头训练大语言模型的项目,包括预训练、微调和直接偏好优化,模型拥有1B参数,支持中英文。