awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

54 repositorios

Awesome GitHub RepositoriesText LLM Models

Foundational large language models optimized for Chinese text generation and understanding.

Explore 54 awesome GitHub repositories matching part of an awesome list · Text LLM Models. Refine with filters or upvote what's useful.

Awesome Text LLM Models GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • thudm/chatglm-6bAvatar de THUDM

    THUDM/ChatGLM-6B

    41,040Ver en GitHub↗

    ChatGLM-6B is an open-source bilingual large language model designed for natural dialogue and text generation in both English and Chinese. It is structured as a dialogue model capable of tasks such as role-playing and information extraction. The project provides implementations for quantized language models, using low-precision weights to reduce GPU memory requirements for local inference. It also supports parameter-efficient fine-tuning, allowing model behavior to be optimized for specific tasks without requiring full retraining. The model includes capabilities for local execution on GPUs a

    Optimized Chinese-English bilingual base model for dialogue.

    Python
    Ver en GitHub↗41,040
  • openai/gpt-2Avatar de openai

    openai/gpt-2

    24,967Ver en GitHub↗

    This project is a transformer-based language model and autoregressive text generator designed to predict the next token in a sequence to produce human-like prose and synthetic text. It functions as a large language model that utilizes a transformer architecture to learn linguistic patterns from large datasets for unsupervised multitask learning. The repository provides a distribution of pre-trained weights, enabling natural language processing tasks without requiring additional training. This allows the model to perform zero-shot task generalization by applying learned patterns to new tasks.

    Provides a large language model designed for generating human-like prose and synthetic text.

    Python
    Ver en GitHub↗24,967
  • ymcui/chinese-llama-alpacaAvatar de ymcui

    ymcui/Chinese-LLaMA-Alpaca

    18,944Ver en GitHub↗

    This project is a comprehensive toolkit for adapting large language models to the Chinese language, providing a specialized framework for fine-tuning, inference, and local deployment. It serves as a coordinated suite for language-specific adaptation, including tools for expanding tokenizers and implementing retrieval-augmented generation. The project distinguishes itself through a complete pipeline for model adaptation, featuring multilingual tokenizer expansion and a fine-tuning framework that supports instruction-based supervised training and adapter merging. It also includes a dedicated de

    LLaMA-based model with expanded Chinese vocabulary and pre-training.

    Pythonalpacaalpaca-2large-language-models
    Ver en GitHub↗18,944
  • thudm/chatglm2-6bAvatar de THUDM

    THUDM/ChatGLM2-6B

    15,565Ver en GitHub↗

    ChatGLM2-6B is an open-weight large language model designed for natural language conversations and text generation in both English and Chinese. It functions as a bilingual chat model capable of processing and maintaining coherence across text sequences up to 32K tokens. The model is optimized for local deployment through precision quantization, which reduces memory requirements to allow execution on consumer-grade hardware. It supports distributing model weights across multiple graphics cards to handle parameters that exceed the memory of a single device. The project covers capabilities for

    Second-generation bilingual model with 32K context and efficient inference.

    Python
    Ver en GitHub↗15,565
  • thudm/chatglm3Avatar de THUDM

    THUDM/ChatGLM3

    13,676Ver en GitHub↗

    ChatGLM3 is an open-weights large language model designed for bilingual conversational interactions in English and Chinese. It functions as a tool-augmented system capable of calling external functions and executing internal code to resolve complex tasks. The model utilizes four-bit quantization to reduce memory requirements, enabling inference on consumer hardware and diverse processing units including GPUs and CPUs. It features an expanded context window for processing and summarizing long documents and includes a supervised fine-tuning pipeline for adapting the model to specialized domains

    Third-generation model featuring improved training strategies and base capabilities.

    Python
    Ver en GitHub↗13,676
  • openlmlab/mossAvatar de OpenLMLab

    OpenLMLab/MOSS

    12,140Ver en GitHub↗

    MOSS is a conversational AI platform, fine-tuning toolkit, and quantized model runtime. It provides a framework for deploying large language models capable of multi-turn dialogue, general-purpose response generation, and following complex instructions. The system functions as a tool-augmented framework that extends model knowledge through external plugins and tool-call loops. This allows the model to execute tasks via search engines and calculators to augment responses with external data. The project covers model training through supervised conversational fine-tuning and optimizes deployment

    Conversational model supporting plugins and multi-turn dialogue.

    Python
    Ver en GitHub↗12,140
  • blinkdl/chatrwkvAvatar de BlinkDL

    BlinkDL/ChatRWKV

    9,492Ver en GitHub↗

    ChatRWKV is an open-source frontend and GPU-accelerated inference engine designed for interacting with RWKV recurrent neural network language models. It provides a self-hosted web chat interface and a specialized client for generating human-like text using a linear-complexity architecture. The project utilizes a GPU-accelerated backend that employs custom CUDA kernels and dynamic model format conversion to increase processing speed and reduce memory overhead. It manages conversation history through state-based context management, updating a fixed-size hidden state to maintain a constant memor

    Conversational models based on the efficient RWKV architecture.

    Pythonchatbotchatgptlanguage-model
    Ver en GitHub↗9,492
  • openbmb/minicpmAvatar de OpenBMB

    OpenBMB/MiniCPM

    9,464Ver en GitHub↗

    MiniCPM is a collection of small language models designed for local, on-device deployment in resource-constrained environments. The project focuses on running dense Transformer models on consumer hardware, including GPUs, CPUs, and Apple Silicon, without requiring custom code forks. The project distinguishes itself through heavy optimization for edge hardware, utilizing quantized weight compression in GGUF and MLX formats to reduce memory overhead. It implements advanced inference techniques such as speculative sampling and radix-tree prefix caching to accelerate generation speed and throughp

    Efficient 2.4B parameter model designed for edge device deployment.

    Jupyter Notebook
    Ver en GitHub↗9,464
  • optimalscale/lmflowAvatar de OptimalScale

    OptimalScale/LMFlow

    8,488Ver en GitHub↗

    LMFlow is a comprehensive suite for large language model fine-tuning, context extension, multimodal processing, and inference execution. It provides a toolkit for updating model parameters through full tuning or memory-efficient adapter algorithms, alongside an inference engine for executing tuned models via command-line or web-based interfaces. The framework includes a dedicated alignment suite for supervised tuning and reward model training to refine model behavior. It features a context window extender to increase maximum input lengths and a multimodal framework for building chatbots that

    Bilingual model framework supporting efficient personalized fine-tuning.

    Pythonchatgptdeep-learninginstruction-following
    Ver en GitHub↗8,488
  • lianjiatech/belleAvatar de LianjiaTech

    LianjiaTech/BELLE

    8,273Ver en GitHub↗

    BELLE is a specialized implementation of Chinese conversational large language models, encompassing a full instruction tuning framework. It provides a pipeline for training, evaluating, and deploying models optimized for natural language understanding and dialogue tasks in the Chinese language. The project is distinguished by its integrated approach to model refinement, combining the curation of multi-million entry instruction datasets with a distributed training pipeline. This pipeline supports both full fine-tuning and low-rank adaptation to optimize conversational performance. The system

    Instruction-tuned models based on BLOOM and LLaMA architectures.

    HTMLbloomchinese-nlpgpt-evaluation
    Ver en GitHub↗8,273
  • 01-ai/yiAvatar de 01-ai

    01-ai/Yi

    7,822Ver en GitHub↗

    Yi is a bilingual language model and foundation model designed for natural language processing, reasoning, and reading comprehension in both English and Chinese. It is built as a transformer-based architecture capable of general purpose text generation and conversational tasks. The model is distinguished by its ability to function as a long context system, processing and analyzing extended input sequences up to 200k tokens. It also supports quantized versions that use low-bit precision to reduce memory footprints, enabling execution on consumer-grade hardware. The project covers a broad rang

    High-performance model series supporting up to 200K context windows.

    Jupyter Notebooklarge-language-models
    Ver en GitHub↗7,822
  • internlm/internlmAvatar de InternLM

    InternLM/InternLM

    7,224Ver en GitHub↗

    InternLM is a large language model and a comprehensive suite of weights designed for text generation and complex reasoning. It functions as an inference engine for serving responses, a fine-tuning framework for adjusting model weights, and a platform for building autonomous AI agents. The system is capable of processing long-context input sequences up to one million tokens for document analysis. It employs chain-of-thought reasoning to solve knowledge-intensive tasks by generating intermediate logic steps before producing a final answer. The project covers model weight optimization through s

    Advanced bilingual model series with strong performance in math and coding.

    Pythonchatbotchinesefine-tuning-llm
    Ver en GitHub↗7,224
  • ymcui/chinese-llama-alpaca-2Avatar de ymcui

    ymcui/Chinese-LLaMA-Alpaca-2

    7,136Ver en GitHub↗

    This project provides a Chinese large language model based on the LLaMA architecture. It is an instruction-tuned model optimized for natural language processing and multi-turn conversations in Chinese. The system includes a framework for parameter-efficient fine-tuning using low-rank adaptation and quantization to reduce memory requirements. It also implements retrieval augmented generation for local document question answering and supports long-context processing for sequences up to 64K tokens. The project covers a broad set of capabilities including supervised instruction tuning, reinforce

    Second-generation LLaMA-2 based model for Chinese instruction following.

    Python64kalpacaalpaca-2
    Ver en GitHub↗7,136
  • thudm/glm-4Avatar de THUDM

    THUDM/GLM-4

    7,059Ver en GitHub↗

    GLM-4 is an open weights large language model designed as a multimodal chat system. It functions as a reasoning-focused and multilingual model capable of processing and generating responses across text and visual data types. The model is distinguished by its function-calling capabilities, allowing it to interface with external tools and APIs to execute tasks and retrieve real-time information. It is optimized for complex logical reasoning, mathematical problem solving, and deep research involving long-form content generation. Broad capabilities include multilingual text generation, the creat

    Latest generation model outperforming many peers in reasoning and coding.

    Python
    Ver en GitHub↗7,059
  • yangjianxin1/fireflyAvatar de yangjianxin1

    yangjianxin1/Firefly

    6,642Ver en GitHub↗

    Firefly is a training framework and inference engine for large language models. It functions as a toolkit for pre-training and fine-tuning various open-weight architectures, providing a system for model alignment and parameter-efficient fine-tuning. The project includes utilities for merging adapter weights back into base models to create standalone files. It also provides a model alignment toolkit to format training data according to specific prompt templates, ensuring conversational consistency across different models. The framework supports distributed model training and preference-based

    Project providing data, training code, and fine-tuned models for various architectures.

    Pythonalpacaaquilabaichuan
    Ver en GitHub↗6,642
  • baichuan-inc/baichuan-7bAvatar de baichuan-inc

    baichuan-inc/Baichuan-7B

    5,654Ver en GitHub↗

    Baichuan-7B is an open-source 7 billion parameter bilingual Transformer model designed for text generation and few-shot learning across Chinese and English. It is built on a large Transformer architecture trained on a bilingual corpus, enabling it to produce coherent text in both languages from a single model. The model incorporates several optimization techniques that distinguish it from standard large language models. It uses rotary position embeddings that can extrapolate to longer sequences than seen during training, allowing context extension beyond the original 4096-token training lengt

    Open-source 7B parameter model optimized for Chinese and English.

    Pythonartificial-intelligencecevalchatgpt
    Ver en GitHub↗5,654
  • deepseek-ai/deepseek-v2Avatar de deepseek-ai

    deepseek-ai/DeepSeek-V2

    5,014Ver en GitHub↗

    DeepSeek-V2 es un modelo de lenguaje de gran tamaño diseñado para el procesamiento de lenguaje natural y el análisis de secuencias de texto extensas. Utiliza una arquitectura de mezcla de expertos (MoE) para equilibrar un alto rendimiento con la eficiencia en la inferencia. El modelo emplea un mecanismo de enrutamiento disperso y neuronas expertas compartidas para capturar conocimiento común mientras mantiene la especialización. Además, reduce la sobrecarga de memoria y aumenta el rendimiento mediante atención latente de múltiples cabezas, atención de consulta de grupo y compresión de tensores de bajo rango. Estas capacidades permiten el procesamiento y la recuperación de información a partir de un gran número de tokens y facilitan un despliegue económico al reducir los costes de hardware y los cuellos de botella de memoria. El sistema es compatible con interfaces API estándar para su integración con toolchains de modelos de lenguaje existentes.

    Efficient and powerful mixture-of-experts language model.

    Ver en GitHub↗5,014
  • idea-ccnl/fengshenbang-lmAvatar de IDEA-CCNL

    IDEA-CCNL/Fengshenbang-LM

    4,128Ver en GitHub↗

    Fengshenbang-LM es un ecosistema de modelos de lenguaje chino y framework de preentrenamiento diseñado para el desarrollo y ajuste fino de modelos de lenguaje grandes de miles de millones de parámetros. Sirve como una tubería de procesamiento de lenguaje natural y plataforma de IA cross-modal capaz de generar contenido a través de diferentes modalidades, incluyendo generación de texto a imagen y predicción de estructuras de proteínas. El proyecto proporciona un adaptador de modelo específico del dominio para aplicar modelos preentrenados a industrias especializadas como la salud, las finanzas y el derecho. Utiliza un sistema de configuración distribuido y fragmentación de datos (data sharding) para gestionar el entrenamiento de modelos a gran escala a través de múltiples nodos de cómputo. El framework cubre una amplia gama de capacidades, incluyendo procesamiento de lenguaje natural en chino, transformación automatizada de texto y generación de contenido multimodal. Además, admite tareas de lenguaje general como traducción, programación y clasificación de texto. Los flujos de trabajo de predicción y ajuste fino (fine-tuning) posteriores se gestionan y ejecutan a través de una interfaz de línea de comandos.

    Comprehensive open-source model ecosystem including general and domain-specific variants.

    Pythonaigcchinese-nlpdistributed-training
    Ver en GitHub↗4,128
  • baichuan-inc/baichuan2Avatar de baichuan-inc

    baichuan-inc/Baichuan2

    4,098Ver en GitHub↗

    Baichuan2 es una colección de modelos de lenguaje grandes pre-entrenados, incluyendo variantes base y de chat, diseñados para la generación de lenguaje natural y la IA conversacional multi-turno. Proporciona un motor de inferencia y un framework de ajuste fino (fine-tuning) para adaptar estos modelos a datasets personalizados y dominios especializados. El proyecto cuenta con un kit de herramientas de cuantización y un motor de inferencia que permiten la ejecución del modelo en hardware diverso, incluyendo procesadores gráficos, procesadores centrales y aceleradores especializados. Estas herramientas admiten la cuantización de pesos de bajo bit para reducir el uso de memoria y aumentar la velocidad de inferencia en hardware limitado. El sistema cubre una amplia gama de capacidades, incluyendo entrenamiento distribuido en múltiples máquinas, ajuste fino eficiente en parámetros y alineación supervisada para la interacción humana. También incluye utilidades para la conversión de versiones de modelos y proporciona interfaces conversacionales a través de herramientas de línea de comandos o demostraciones basadas en web.

    New generation model trained on 2.6 trillion tokens of high-quality data.

    Pythonartificial-intelligencebenchmarkceval
    Ver en GitHub↗4,098
  • flagai-open/flagaiAvatar de FlagAI-Open

    FlagAI-Open/FlagAI

    3,870Ver en GitHub↗

    FlagAI is a distributed deep learning framework and platform designed for the end-to-end lifecycle of large-scale foundation models. It provides a toolkit for training, fine-tuning, and deploying large language models and multi-modal systems across multi-node computing clusters. The project features hardware-agnostic compute abstractions to ensure consistent execution across different accelerators. It includes a dedicated library for parameter-efficient fine-tuning, allowing large neural networks to be adapted to specific tasks with minimal parameter updates and reduced computational overhead

    High-performance bilingual model series with optimized training methods.

    Python
    Ver en GitHub↗3,870
Ant.123Siguiente
  1. Home
  2. Part of an Awesome List
  3. AI & Machine Learning
  4. Text LLM Models