nghuyong's Stars
run-llama/llama_index
LlamaIndex is a data framework for your LLM applications
hiyouga/LLaMA-Factory
Unified Efficient Fine-Tuning of 100+ LLMs (ACL 2024)
vllm-project/vllm
A high-throughput and memory-efficient inference and serving engine for LLMs
HqWu-HITCS/Awesome-Chinese-LLM
整理开源的中文大语言模型,以规模较小、可私有化部署、训练成本较低的模型为主,包括底座模型,垂直领域微调及应用,数据集与教程等。
huggingface/candle
Minimalist ML framework for Rust
QwenLM/Qwen
The official repo of Qwen (通义千问) chat & pretrained large language model proposed by Alibaba Cloud.
NVIDIA/Megatron-LM
Ongoing research training transformer models at scale
google/sentencepiece
Unsupervised text tokenizer for Neural Network-based text generation.
ymcui/Chinese-LLaMA-Alpaca-2
中文LLaMA-2 & Alpaca-2大模型二期项目 + 64K超长上下文模型 (Chinese LLaMA-2 & Alpaca-2 LLMs with 64K long context models)
InternLM/lmdeploy
LMDeploy is a toolkit for compressing, deploying, and serving LLMs.
NVIDIA/NeMo-Guardrails
NeMo Guardrails is an open-source toolkit for easily adding programmable guardrails to LLM-based conversational systems.
Instruction-Tuning-with-GPT-4/GPT-4-LLM
Instruction Tuning with GPT-4
yizhongw/self-instruct
Aligning pretrained language models with instruction data generated by themselves.
opendilab/awesome-RLHF
A curated list of reinforcement learning with human feedback resources (continually updated)
ztxz16/fastllm
纯c++的全平台llm加速库,支持python调用,chatglm-6B级模型单卡可达10000+token / s,支持glm, llama, moss基座,手机端流畅运行
baichuan-inc/Baichuan-13B
A 13B large language model developed by Baichuan Intelligent Technology
li-plus/chatglm.cpp
C++ implementation of ChatGLM-6B & ChatGLM2-6B & ChatGLM3 & GLM4(V)
ModelTC/lightllm
LightLLM is a Python-based LLM (Large Language Model) inference and serving framework, notable for its lightweight design, easy scalability, and high-speed performance.
huggingface/evaluate
🤗 Evaluate: A library for easily evaluating machine learning models and datasets.
OpenBuddy/OpenBuddy
Open Multilingual Chatbot for Everyone
dandelionsllm/pandallm
Panda项目是于2023年5月启动的开源海外中文大语言模型项目,致力于大模型时代探索整个技术栈,旨在推动中文自然语言处理领域的创新和合作。
pengxiao-song/awesome-chinese-legal-resources
📝 An Awesome Collection of Chinese Legal Dataset and Relevant Resources. 致力于收集全面的中文法律数据源
DUOMO/TransGPT
IMOSR/MediaGPT
中文的自媒体大语言模型MediaGPT(曾用名Media LLaMA)
zhihaiLLM/wisdomInterrogatory
triton-inference-server/fastertransformer_backend
sunzeyeah/RLHF
Implementation of Chinese ChatGPT
jina-ai/fastapi-serve
FastAPI to the Cloud, Batteries Included! ☁️🔋🚀
gmftbyGMFTBY/science-llm
A large-scale language model for scientific domain, trained on redpajama arXiv split
hzg0601/langchain-ChatGLM-annotation
对langchain-ChatGLM项目各模块进行注释,增加了一些新的特性,修复了一些bug