Chatglm Open Source Projects
Browse 52 Chatglm open source projects, ranked by GitHub stars. Find the most popular Chatglm tools and libraries.
hiyouga/LLaMA-Factory
Unified Efficient Fine-Tuning of 100+ LLMs & VLMs (ACL 2024)
Metrics details
| Stars | 73,376 |
chatchat-space/Langchain-Chatchat
Langchain-Chatchat(原Langchain-ChatGLM)基于 Langchain 与 ChatGLM, Qwen 与 Llama 等语言模型的 RAG 与 Agent 应用 | Langchain-Chatchat (formerly langchain-ChatGLM), local knowledge based LLM (like ChatGLM, Qwen and Llama) RAG and Agent app with langchain
Metrics details
| Stars | 38,435 |
HqWu-HITCS/Awesome-Chinese-LLM
整理开源的中文大语言模型,以规模较小、可私有化部署、训练成本较低的模型为主,包括底座模型,垂直领域微调及应用,数据集与教程等。
Metrics details
| Stars | 22,679 |
THUDM/ChatGLM2-6B
ChatGLM2-6B: An Open Bilingual Chat LLM | 开源双语对话语言模型
Metrics details
| Stars | 15,546 |
modelscope/swift
魔搭大模型训练推理部署工具箱,支持LLaMA、千问、ChatGLM、BaiChuan等多种模型及LoRA等多种训练方式(The LLM training/inference/deployment framework of ModelScope community, Support various models like LLaMA, Qwen, ChatGLM, Baichuan and others, and training methods like LoRA, ResTuning, NEFTune, etc.)
Metrics details
| Stars | 14,809 |
yzfly/awesome-chatgpt-zh
ChatGPT 中文指南🔥,ChatGPT 中文调教指南,指令指南,应用开发指南,精选资源清单,更好的使用 chatGPT 让你的生产力 up up up! 🚀
Metrics details
| Stars | 11,597 |
xorbitsai/inference
Swap GPT for any LLM by changing a single line of code. Xinference lets you run open-source, speech, and multimodal models on cloud, on-prem, or your laptop — all through one unified, production-ready inference API.
Metrics details
| Stars | 9,440 |
yangjianxin1/Firefly
Firefly: 大模型训练工具,支持训练Qwen2.5、Qwen2、Yi1.5、Phi-3、Llama3、Gemma、MiniCPM、Yi、Deepseek、Orion、Xverse、Mixtral-8x7B、Zephyr、Mistral、Baichuan2、Llma2、Llama、Qwen、Baichuan、ChatGLM2、InternLM、Ziya2、Vicuna、Bloom等大模型
Metrics details
| Stars | 6,646 |
InternLM/xtuner
A Next-Generation Training Engine Built for Ultra-Large MoE Models
Metrics details
| Stars | 5,161 |
yangjian102621/chatgpt-plus
AI 助手全套开源解决方案,自带运营管理后台,开箱即用。集成了 ChatGPT, Azure, ChatGLM,讯飞星火,文心一言等多个平台的大语言模型。支持 MJ AI 绘画,Stable Diffusion AI 绘画,微博热搜等插件工具。采用 Go + Vue3 + element-plus 实现。
Metrics details
| Stars | 4,671 |
mymusise/ChatGLM-Tuning
基于ChatGLM-6B + LoRA的Fintune方案
Metrics details
| Stars | 3,744 |
hiyouga/ChatGLM-Efficient-Tuning
Fine-tuning ChatGLM-6B with PEFT | 基于 PEFT 的高效 ChatGLM 微调
Metrics details
| Stars | 3,719 |
li-plus/chatglm.cpp
C++ implementation of ChatGLM-6B & ChatGLM2-6B & ChatGLM3 & GLM4(V)
Metrics details
| Stars | 2,960 |
PhoebusSi/Alpaca-CoT
We unified the interfaces of instruction-tuning data (e.g., CoT data), multiple LLMs and parameter-efficient methods (e.g., lora, p-tuning) together for easy use. We welcome open-source enthusiasts to initiate any meaningful PR on this repo and integrate as many LLM related technologies as possible. 我们打造了方便研究人员上手和使用大模型等微调平台,我们欢迎开源爱好者发起任何有意义的pr!
Metrics details
| Stars | 2,791 |
liucongg/ChatGLM-Finetuning
基于ChatGLM-6B、ChatGLM2-6B、ChatGLM3-6B模型,进行下游具体任务微调,涉及Freeze、Lora、P-tuning、全参微调等
Metrics details
| Stars | 2,773 |
xusenlinzy/api-for-open-llm
Openai style api for open large language models, using LLMs just as chatgpt! Support for LLaMA, LLaMA-2, BLOOM, Falcon, Baichuan, Qwen, Xverse, SqlCoder, CodeLLaMA, ChatGLM, ChatGLM2, ChatGLM3 etc. 开源大模型的统一后端接口
Metrics details
| Stars | 2,460 |
MetaGLM/FinGLM
FinGLM: 致力于构建一个开放的、公益的、持久的金融大模型项目,利用开源开放来促进「AI+金融」。
Metrics details
| Stars | 2,253 |
chenking2020/FindTheChatGPTer
ChatGPT爆火,开启了通往AGI的关键一步,本项目旨在汇总那些ChatGPT的开源平替们,包括文本大模型、多模态大模型等,为大家提供一些便利
Metrics details
| Stars | 2,010 |
ssbuild/chatglm_finetuning
chatglm 6b finetuning and alpaca finetuning
Metrics details
| Stars | 1,528 |
Tongjilibo/bert4torch
An elegent pytorch implement of transformers
Metrics details
| Stars | 1,328 |
hikariming/alpaca_chinese_dataset
人工精调的中文对话数据集和一段chatglm的微调代码
Metrics details
| Stars | 1,190 |
horseee/LLM-Pruner
[NeurIPS 2023] LLM-Pruner: On the Structural Pruning of Large Language Models. Support Llama-3/3.1, Llama-2, LLaMA, BLOOM, Vicuna, Baichuan, TinyLlama, etc.
Metrics details
| Stars | 1,130 |
LOGIC-10/RepoAgent
An LLM-powered repository agent designed to assist developers and teams in generating documentation and understanding repositories quickly.
Metrics details
| Stars | 1,009 |
shibing624/textgen
TextGen: Implementation of Text Generation models, include LLaMA, BLOOM, GPT2, BART, T5, SongNet and so on. 文本生成模型,实现了包括LLaMA,ChatGLM,BLOOM,GPT2,Seq2Seq,BART,T5,UDA等模型的训练和预测,开箱即用。
Metrics details
| Stars | 981 |
codingonion/awesome-llm-and-aigc
🚀🚀🚀A collection of some awesome public projects about Large Language Model, Vision Foundation Model and AI Generated Content.
Metrics details
| Stars | 810 |
CloudOrc/SolidUI
one sentence generates any graph
Metrics details
| Stars | 657 |
onejune2018/Awesome-LLM-Eval
Awesome-LLM-Eval: a curated list of tools, datasets/benchmark, demos, leaderboard, papers, docs and models, mainly for Evaluation on LLMs. 一个由工具、基准/数据、演示、排行榜和大模型等组成的精选列表,主要面向基础大模型评测,旨在探求生成式AI的技术边界.
Metrics details
| Stars | 651 |
mindspore-courses/step_into_llm
MindSpore online courses: Step into LLM
Metrics details
| Stars | 481 |
THUDM/AlignBench
大模型多维度中文对齐评测基准 (ACL 2024)
Metrics details
| Stars | 430 |
ChatLunaLab/chatluna
多平台模型接入,可扩展,多种输出格式,提供大语言模型聊天服务的插件 | A bot plugin for LLM chat with multi-model integration, extensibility, and various output formats
Metrics details
| Stars | 428 |
yangjianxin1/Firefly-LLaMA2-Chinese
Firefly中文LLaMA-2大模型,支持增量预训练Baichuan2、Llama2、Llama、Falcon、Qwen、Baichuan、InternLM、Bloom等大模型
Metrics details
| Stars | 415 |
josStorer/selfhostedAI
A collection of one-click self-hosted AI
Metrics details
| Stars | 412 |
carbonz0/alpaca-chinese-dataset
alpaca中文指令微调数据集
Metrics details
| Stars | 395 |
TUDB-Labs/multi-lora-fine-tune
Provide efficient LLM LoRA fine tune
Metrics details
| Stars | 383 |
jasonaidm/ai_webui
AI-WEBUI: A universal web interface for AI creation, 一款好用的图像、音频、视频AI处理工具
Metrics details
| Stars | 270 |
OpenLLMAI/OpenLLMWiki
OpenLLMWiki: Docs of OpenLLMAI. Survey, reproduction and domain/task adaptation of open source chatgpt alternatives/implementations. PiXiu-貔貅 means fortune.
Metrics details
| Stars | 269 |
RapidAI/Knowledge-QA-LLM
QA based on local knowledge and LLM.
Metrics details
| Stars | 250 |
ypwhs/CreativeChatGLM
👋 欢迎来到 ChatGLM 创意世界!你可以使用修订和续写的功能来生成创意内容!
Metrics details
| Stars | 248 |
twang2218/vocab-coverage
语言模型中文认知能力分析
Metrics details
| Stars | 235 |
stanleylsx/llms_tool
一个基于HuggingFace开发的大语言模型训练、测试工具。支持各模型的webui、终端预测,低参数量及全参数模型训练(预训练、SFT、RM、PPO、DPO)和融合、量化。
Metrics details
| Stars | 226 |
jackaduma/Recurrent-LLM
The open-source LLM implementation of paper: RecurrentGPT: Interactive Generation of (Arbitrarily) Long Text. AI 写小说,AI写作
Metrics details
| Stars | 206 |
hscspring/hcgf
Humanable Chat Generative-model Fine-tuning | LLM微调
Metrics details
| Stars | 205 |
Miraclemarvel55/ChatGLM-RLHF
对ChatGLM直接使用RLHF提升或降低目标输出概率|Modify ChatGLM output with only RLHF
Metrics details
| Stars | 196 |
IAAR-Shanghai/UHGEval
[ACL 2024] User-friendly evaluation framework: Eval Suite & Benchmarks: UHGEval, HaluEval, HalluQA, etc.
Metrics details
| Stars | 181 |
OedoSoldier/chatglm_webui
A naive webui for ChatGLM
Metrics details
| Stars | 180 |
yongzhuo/chatglm-maths
chatglm-6b微调/LORA/PPO/推理, 样本为自动生成的整数/小数加减乘除运算, 可gpu/cpu
Metrics details
| Stars | 165 |
yuanfangqiao/euanka
本地完整部署ASR(K2)-NLP(Rasa,Spacy)-LLM(Chatglm2)-TTS(Vits)
Metrics details
| Stars | 151 |
ssbuild/chatglm2_finetuning
chatglm2 6b finetuning and alpaca finetuning
Metrics details
| Stars | 141 |
jackaduma/ChatGLM-LoRA-RLHF-PyTorch
A full pipeline to finetune ChatGLM LLM with LoRA and RLHF on consumer hardware. Implementation of RLHF (Reinforcement Learning with Human Feedback) on top of the ChatGLM architecture. Basically ChatGPT but with ChatGLM
Metrics details
| Stars | 138 |
FrostMiKu/ChatGLM-LangChain
ChatGLM 6B 的模型与UI,通过 LangChain 与向量匹配实现本地知识库问答,支持流式输出
Metrics details
| Stars | 116 |
DemoGit4LIANG/Chat2Anything
An LLM-based tool to chat with your documents and databases, including a management system | 面向企业内部环境的大模型(LLM)知识库问答系统,包含后台管理系统
Metrics details
| Stars | 113 |
SunLemuria/OpenGPTAndBeyond
Open efforts to implement ChatGPT-like models and beyond.
Metrics details
| Stars | 107 |
