iszhuangsha's Stars
karpathy/nanoGPT
The simplest, fastest repository for training/finetuning medium-sized GPTs.
hiyouga/LLaMA-Factory
Unified Efficient Fine-Tuning of 100+ LLMs (ACL 2024)
haotian-liu/LLaVA
[NeurIPS'23 Oral] Visual Instruction Tuning (LLaVA) built towards GPT-4V level capabilities and beyond.
datawhalechina/leedl-tutorial
《李宏毅深度学习教程》(李宏毅老师推荐👍,苹果书🍎),PDF下载地址:https://github.com/datawhalechina/leedl-tutorial/releases
datawhalechina/llm-cookbook
面向开发者的 LLM 入门教程,吴恩达大模型系列课程中文版
liguodongiot/llm-action
本项目旨在分享大模型相关技术原理以及实战经验(大模型工程化、大模型应用落地)
datawhalechina/self-llm
《开源大模型食用指南》针对**宝宝量身打造的基于Linux环境快速微调(全参数/Lora)、部署国内外开源大模型(LLM)/多模态大模型(MLLM)教程
MorvanZhou/Reinforcement-learning-with-tensorflow
Simple Reinforcement learning tutorials, 莫烦Python 中文AI教学
liaokongVFX/LangChain-Chinese-Getting-Started-Guide
LangChain 的中文入门教程
datawhalechina/llm-universe
本项目是一个面向小白开发者的大模型应用开发教程,在线阅读地址:https://datawhalechina.github.io/llm-universe/
shibing624/MedicalGPT
MedicalGPT: Training Your Own Medical GPT Model with ChatGPT Training Pipeline. 训练医疗大模型,实现了包括增量预训练(PT)、有监督微调(SFT)、RLHF、DPO、ORPO。
datawhalechina/so-large-lm
大模型基础: 一文了解大模型基础知识
datawhalechina/hugging-llm
HuggingLLM, Hugging Future.
modelscope/swift
ms-swift: Use PEFT or Full-parameter to finetune 300+ LLMs or 50+ MLLMs. (Qwen2, GLM4v, Internlm2.5, Yi, Llama3.1, Llava-Video, Internvl2, MiniCPM-V-2.6, Deepseek, Baichuan2, Gemma2, Phi3-Vision, ...)
DLLXW/baby-llama2-chinese
用于从头预训练+SFT一个小参数量的中文LLaMa2的仓库;24G单卡即可运行得到一个具备简单中文问答能力的chat-llama2.
EvolvingLMMs-Lab/lmms-eval
Accelerating the development of large multimodal models (LMMs) with one-click evaluation module - lmms-eval.
codefuse-ai/Awesome-Code-LLM
[TMLR] A curated list of language modeling researches for code (and other software engineering activities), plus related datasets.
bigcode-project/starcoder2
Home of StarCoder2!
Lizhi-sjtu/DRL-code-pytorch
Concise pytorch implements of DRL algorithms, including REINFORCE, A2C, DQN, PPO(discrete and continuous), DDPG, TD3, SAC.
TinyLLaVA/TinyLLaVA_Factory
A Framework of Small-scale Large Multimodal Models
charent/Phi2-mini-Chinese
Phi2-Chinese-0.2B 从0开始训练自己的Phi2中文小模型,支持接入langchain加载本地知识库做检索增强生成RAG。Training your own Phi2 small chat model from scratch.
run-llama/finetune-embedding
Fine-Tuning Embedding for RAG with Synthetic Data
jiahe7ay/MINI_LLM
This is a repository used by individuals to experiment and reproduce the pre-training process of LLM.
LLM-Testing/LLM4SoftwareTesting
jayli/langchain-GLM_Agent
本地知识库 + chatGLM6B + CustomAgent
MLNLP-World/Awesome-LLM
This project collects awesome resources (e.g., papers, open-source models) for large language model (LLM)
mzbac/llama2-fine-tune
Scripts for fine-tuning Llama2 via SFT and DPO.
wp931120/text2sql
prompt engineering ,llm,text2sql
Goooaaal/Oh_My_Bot_and_My_QA
基于Seq2Seq的多轮对话系统和基于LSTM的问答机制
xiaobaicxy/STM_Multi_Turn_Responses_Selcetion_Pytorch
Pytorch实现STM(Spatio-Temporal Matching network)多轮对话算法