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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
THUDM avatar

THUDM/GLM-130B

0
View on GitHub↗
7,649 stars·603 forks·Python·Apache-2.0·21 views

GLM 130B

GLM-130B is a pre-trained foundation model and bilingual large language model designed for natural language processing tasks in both English and Chinese. It functions as an autoregressive language model and text generator capable of producing long-form content and predicting missing phrases.

The model utilizes an autoregressive blank-filling architecture and a bidirectional dense transformer to process text. This approach allows the system to transition between understanding context through masked language modeling and generating sequential text using specific mask tokens.

The project covers capabilities for bilingual text generation, high-performance model inference, and large language model evaluation. It supports hardware-specific quantization to reduce memory usage and increase inference speed, alongside a configuration-driven system for measuring performance across various datasets.

Features

  • Bilingual Language Models - Functions as a large-scale model trained for high proficiency and natural dialogue in English and Chinese.
  • Bilingual Text Generation - A system for producing long-form content and predicting missing phrases in English and Chinese.
  • Long-Form Text Generation - Produces sequential, long-form text from left-to-right using generative mask triggers.
  • Masked Language Modeling - Employs training techniques to predict randomly hidden tokens within a sequence to learn semantic relationships.
  • Natural Language Processing - Performs comprehensive natural language processing tasks across both English and Chinese languages.
  • Masked - Predicts missing words or phrases within a sentence by identifying and replacing mask tokens.
  • Transformer Language Models - Implements a transformer-based language model for sequential text generation.
  • Pre-trained Models - Serves as a large-scale pre-trained architecture ready for downstream fine-tuning and general-purpose text generation.
  • Bidirectional Processing Architectures - Utilizes a bidirectional processing architecture to analyze text sequences in both directions for deeper contextual understanding.
  • Bilingual Embeddings - Maps English and Chinese characters into a shared high-dimensional vector space for cross-lingual semantic understanding.
  • High-Throughput Text Inference - Optimizes model execution for high-volume text generation with low computational latency.
  • Inference Acceleration Techniques - Increases text generation speed through hardware-specific optimizations and quantization techniques.
  • Open-Weights Models - Provides a pre-trained model with publicly available weights for deployment and custom NLP tasks.
  • Precision Quantization - Employs hardware-specific quantization to reduce model weight precision, lowering memory usage and accelerating inference.
  • Autoregressive Text Generation - Implements a text generation system that predicts tokens sequentially by feeding previous outputs back into the model.
  • Generative Mask Tokens - Uses specific mask tokens to trigger the transition from blank-filling mode to sequential text generation.
  • Decoder Models - Bilingual open-source pre-trained language model.
  • Foundation Models - Large-scale bilingual pre-trained language model.
  • Large Language Models - High-performance model optimized for limited compute environments.
  • Open Source Models - Open bilingual pre-trained model with high parameter count.

Star history

Star history chart for thudm/glm-130bStar history chart for thudm/glm-130b

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does thudm/glm-130b do?

GLM-130B is a pre-trained foundation model and bilingual large language model designed for natural language processing tasks in both English and Chinese. It functions as an autoregressive language model and text generator capable of producing long-form content and predicting missing phrases.

What are the main features of thudm/glm-130b?

The main features of thudm/glm-130b are: Bilingual Language Models, Bilingual Text Generation, Long-Form Text Generation, Masked Language Modeling, Natural Language Processing, Masked, Transformer Language Models, Pre-trained Models.

Which projects share features with thudm/glm-130b?

Projects with overlapping indexed features include: thudm/chatglm2-6b — ChatGLM2-6B is an open-weight large language model designed for natural language conversations and text generation in… thudm/chatglm-6b — ChatGLM-6B is an open-source bilingual large language model designed for natural dialogue and text generation in both… 01-ai/yi — Yi is a bilingual language model and foundation model designed for natural language processing, reasoning, and reading… openlm-research/open_llama — Open Llama is an open source large language model and pre-trained transformer designed as a permissively licensed… yandex/yalm-100b — YaLM-100B is a large language model and open-weights AI model designed for generating and processing natural language… stability-ai/stablelm — StableLM is a pre-trained transformer-based large language model designed for natural language generation and…

Projects sharing features with GLM 130B

These projects share indexed features with GLM 130B. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • thudm/chatglm2-6bTHUDM avatar

    THUDM/ChatGLM2-6B

    15,565View on 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
    View on GitHub↗15,565
  • thudm/chatglm-6bTHUDM avatar

    THUDM/ChatGLM-6B

    41,040View on 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

    Python
    View on GitHub↗41,040
  • 01-ai/yi01-ai avatar

    01-ai/Yi

    7,822View on 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
    View on GitHub↗7,822
  • openlm-research/open_llamaopenlm-research avatar

    openlm-research/open_llama

    7,526View on GitHub↗

    Open Llama is an open source large language model and pre-trained transformer designed as a permissively licensed alternative to proprietary weights. It serves as a base model reproduction of the Llama architecture, providing a set of weights for a decoder-only transformer. The project provides a transparently trained model based on the RedPajama dataset, supporting unrestricted commercial and research use. It includes systems for serving pre-trained weights in various sizes. The project covers natural language processing research and performance benchmarking through text quality evaluation

    View on GitHub↗7,526
Compare all 30 related projects→