awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
zai-org avatar

zai-org/ChatGLM2-6B

0
View on GitHub↗
15,564 stars·1,805 forks·Python·8 vues

ChatGLM2 6B

ChatGLM2-6B is a bilingual chat large language model designed for natural conversation and text generation in both English and Chinese. It functions as a fine-tunable language model that supports updating weights via specialized scripts to adapt to specific datasets and tasks.

The project serves as a quantized inference engine and multi-GPU model orchestrator, enabling the execution of large models on consumer-grade hardware. It is capable of processing long context sequences up to 32K tokens to maintain understanding across extended documents.

The system covers capabilities for multilingual dialogue generation, model parameter fine-tuning, and the exposure of model functions through a web server for external API integration.

Features

  • Conversational Dialogue Systems - Provides a bilingual conversational AI system capable of natural dialogue in English and Chinese.
  • Autoregressive Models - Implements an autoregressive generation mechanism to predict subsequent tokens for fluid conversational text.
  • Bilingual Language Models - Functions as a large language model trained for natural dialogue in both English and Chinese.
  • Bilingual Tokenizers - Employs a shared vocabulary tokenization system optimized for both Chinese and English.
  • Multilingual Response Generators - Generates fluid, human-like conversational responses and dialogue in both English and Chinese.
  • Multi-GPU Distribution - Splits model parameters across multiple graphics cards to allow large models to fit in available memory.
  • Quantized Inference Runtimes - Provides a quantized inference runtime to execute large models on consumer-grade hardware.
  • Weight Quantization - Compresses model weights into lower-precision formats to enable execution on consumer-grade hardware.
  • Quantized Model Implementations - Implements low-precision weight formats to reduce memory requirements for execution on consumer hardware.
  • Transformer Architectures - Utilizes a deep transformer-based architecture with attention mechanisms for natural language processing.
  • Large Language Model Deployments - Enables the deployment of large-scale language models on private consumer hardware using quantization.
  • Language Model Fine-Tuning - Provides a model architecture that supports updating weights via scripts to adapt to specific datasets.
  • Long-Context Models - Maintains logical coherence across large input sequences up to 32K tokens.
  • Long Context Processing - Processes and analyzes extended input sequences up to 32K tokens in a single pass.
  • Language Model Fine-Tuning - Supports adapting pre-trained model weights to specific tasks and datasets via specialized fine-tuning workflows.
  • Positional Encodings - Uses rotation matrices for positional encoding to maintain coherence across long context sequences.

Historique des stars

Graphique de l'historique des stars pour zai-org/chatglm2-6bGraphique de l'historique des stars pour zai-org/chatglm2-6b

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Questions fréquentes

Que fait zai-org/chatglm2-6b ?

ChatGLM2-6B is a bilingual chat large language model designed for natural conversation and text generation in both English and Chinese. It functions as a fine-tunable language model that supports updating weights via specialized scripts to adapt to specific datasets and tasks.

Quelles sont les fonctionnalités principales de zai-org/chatglm2-6b ?

Les fonctionnalités principales de zai-org/chatglm2-6b sont : Conversational Dialogue Systems, Autoregressive Models, Bilingual Language Models, Bilingual Tokenizers, Multilingual Response Generators, Multi-GPU Distribution, Quantized Inference Runtimes, Weight Quantization.

Quelles sont les alternatives open-source à zai-org/chatglm2-6b ?

Les alternatives open-source à zai-org/chatglm2-6b incluent : thudm/chatglm2-6b — ChatGLM2-6B is an open-weight large language model designed for natural language conversations and text generation in… 01-ai/yi — Yi is a bilingual language model and foundation model designed for natural language processing, reasoning, and reading… thudm/chatglm3 — ChatGLM3 is an open-weights large language model designed for bilingual conversational interactions in English and… intel/ipex-llm — Intel XPU LLM Acceleration Library is a toolkit designed to accelerate large language model inference and finetuning… openlmlab/moss — MOSS is a conversational AI platform, fine-tuning toolkit, and quantized model runtime. It provides a framework for… openbmb/minicpm — MiniCPM is a collection of small language models designed for local, on-device deployment in resource-constrained…

Alternatives open source à ChatGLM2 6B

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec ChatGLM2 6B.
  • thudm/chatglm2-6bAvatar de THUDM

    THUDM/ChatGLM2-6B

    15,565Voir sur 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

    Python
    Voir sur GitHub↗15,565
  • 01-ai/yiAvatar de 01-ai

    01-ai/Yi

    7,822Voir sur 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

    Jupyter Notebooklarge-language-models
    Voir sur GitHub↗7,822
  • thudm/chatglm3Avatar de THUDM

    THUDM/ChatGLM3

    13,676Voir sur 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

    Python
    Voir sur GitHub↗13,676
  • intel/ipex-llmAvatar de intel

    intel/ipex-llm

    8,836Voir sur GitHub↗

    Intel XPU LLM Acceleration Library is a toolkit designed to accelerate large language model inference and finetuning on Intel CPUs, GPUs, and NPUs. It provides a distributed inference engine for scaling models across multiple accelerators, a multimodal model runtime for vision and speech tasks, and a low-bit model quantization tool for converting weights into INT4, FP8, and GGUF formats. The project features a parameter-efficient finetuning framework that enables model adaptation using QLoRA and DPO on Intel hardware. It distinguishes itself by providing specialized optimizations for Intel XP

    Python
    Voir sur GitHub↗8,836
Voir les 30 alternatives à ChatGLM2 6B→