awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

29 Repos

Awesome GitHub RepositoriesDecoder Architectures

Transformer-based model structures utilizing causal attention mechanisms for autoregressive sequence generation.

Distinguishing note: Specifically targets decoder-only transformer blocks used for generative tasks, distinct from encoder-only or encoder-decoder architectures.

Explore 29 awesome GitHub repositories matching artificial intelligence & ml · Decoder Architectures. Refine with filters or upvote what's useful.

Awesome Decoder Architectures GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • jingyaogong/minimindAvatar von jingyaogong

    jingyaogong/minimind

    51,834Auf GitHub ansehen↗

    This project is a comprehensive framework for the entire lifecycle of transformer-based language models, supporting everything from foundational pretraining to specialized deployment. It provides a modular toolkit for defining neural network architectures, managing data preparation pipelines, and executing training routines across various scales. The framework is designed to handle the full model development process, including supervised fine-tuning, behavioral alignment, and the integration of agentic capabilities. What distinguishes this framework is its focus on efficient training and adva

    Models are constructed using stacked transformer blocks with causal attention mechanisms to predict subsequent tokens in a sequence.

    Pythonartificial-intelligencelarge-language-model
    Auf GitHub ansehen↗51,834
  • thudm/chatglm-6bAvatar von THUDM

    THUDM/ChatGLM-6B

    41,040Auf GitHub ansehen↗

    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

    Utilizes a transformer-based decoder architecture with causal attention for autoregressive bilingual sequence generation.

    Python
    Auf GitHub ansehen↗41,040
  • openbmb/voxcpmAvatar von OpenBMB

    OpenBMB/VoxCPM

    29,985Auf GitHub ansehen↗

    VoxCPM is a multilingual speech synthesis system and text-to-speech inference server. It functions as an AI voice cloning tool and a synthetic voice designer, capable of generating natural speech across global languages and regional dialects using a GPU-accelerated audio generator. The project features a speech model fine-tuning framework that supports both full parameter updates and low-rank adaptation for customizing voice characteristics. It enables high-fidelity voice cloning from reference audio, including cross-lingual voice transfer and acoustic environment mimicry, as well as the crea

    Produces high-resolution studio audio by conditioning the output decoder on specific target sample rates.

    Pythonaudiodeeplearningminicpm
    Auf GitHub ansehen↗29,985
  • qwenlm/qwen2.5Avatar von QwenLM

    QwenLM/Qwen2.5

    27,307Auf GitHub ansehen↗

    Qwen2.5 is a suite of large language model foundation models designed for natural language generation, code production, and complex mathematical reasoning. The project encompasses a multilingual language model capable of processing dozens of languages and a specialized code generation model for technical problem solving and debugging. The framework is distinguished by its long context capabilities, enabling the analysis of massive inputs ranging from 256K up to 1 million tokens. It further functions as an agentic framework, utilizing standardized templates and parsers to execute autonomous wo

    Implements a transformer-based decoder architecture for autoregressive sequence generation of text and code.

    Python
    Auf GitHub ansehen↗27,307
  • openai/gpt-2Avatar von openai

    openai/gpt-2

    24,967Auf GitHub ansehen↗

    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.

    Utilizes a transformer-based decoder architecture with masked self-attention for autoregressive sequence generation.

    Python
    Auf GitHub ansehen↗24,967
  • qwenlm/qwen-7bAvatar von QwenLM

    QwenLM/Qwen-7B

    21,343Auf GitHub ansehen↗

    Qwen-7B is a pretrained causal language model designed for natural language generation, text processing, and complex reasoning tasks. It is available as an instruction-tuned model optimized for conversational interactions and a tool-use model capable of executing function calls and interacting with external APIs. The project provides a quantized version of the model to reduce GPU memory usage and supports the development of autonomous agents that can execute code and perform functions to complete complex goals. The system covers a wide range of capabilities including model fine-tuning throug

    Employs a transformer-based decoder architecture designed for autoregressive next-token prediction.

    Python
    Auf GitHub ansehen↗21,343
  • qwenlm/qwen2.5-coderAvatar von QwenLM

    QwenLM/Qwen2.5-Coder

    16,654Auf GitHub ansehen↗

    Qwen2.5-Coder is a code-centric large language model designed to generate, complete, and analyze source code. It serves as a polyglot programming model capable of producing functional code across hundreds of different programming languages. The model is optimized for reasoning over extensive software repositories, utilizing a context window that supports up to one million tokens. It also functions as an agentic coding framework, executing multi-step workflows and browser tasks through specialized function call formats. Its capabilities include large-scale codebase analysis, intelligent parti

    Utilizes a transformer-based decoder architecture for autoregressive sequence generation and next-token prediction.

    Python
    Auf GitHub ansehen↗16,654
  • openai/gpt-3Avatar von openai

    openai/gpt-3

    15,740Auf GitHub ansehen↗

    This project is a large language model and general purpose natural language processing engine designed for text generation and linguistic analysis. It functions as a few-shot learning framework capable of solving diverse reasoning and language tasks using a small number of provided examples without requiring additional training. The system specializes in generating human-like synthetic text and long-form content, including news articles. It also provides capabilities for automated text reasoning to solve logic and arithmetic problems through direct interaction. The project includes tools for

    Employs a decoder-only transformer architecture with causal attention for autoregressive sequence generation.

    Auf GitHub ansehen↗15,740
  • thudm/chatglm2-6bAvatar von THUDM

    THUDM/ChatGLM2-6B

    15,565Auf GitHub ansehen↗

    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

    Implements a decoder-only transformer architecture utilizing causal attention for autoregressive text generation.

    Python
    Auf GitHub ansehen↗15,565
  • nvidia/tensorrt-llmAvatar von NVIDIA

    NVIDIA/TensorRT-LLM

    12,913Auf GitHub ansehen↗

    TensorRT-LLM is a platform and toolkit designed for compiling, optimizing, and serving transformer-based models on accelerated hardware. It functions as a framework that transforms machine learning models into efficient execution graphs, providing an engine to refine these models for specific hardware to maximize throughput and minimize latency during text generation. The project distinguishes itself through advanced execution strategies that manage the entire inference pipeline. It utilizes kernel-level fusion and static graph execution to optimize mathematical operations and computational f

    Implements custom sampling strategies directly within the execution pipeline to minimize data transfer overhead.

    Pythonblackwellcudallm-serving
    Auf GitHub ansehen↗12,913
  • cs231n/cs231n.github.ioAvatar von cs231n

    cs231n/cs231n.github.io

    10,923Auf GitHub ansehen↗

    This project is a static educational website and comprehensive curriculum focused on computer vision and deep learning. It serves as a public repository of instructional materials, lecture notes, and technical guides specifically detailing convolutional neural networks and visual recognition. The site is developed using static-site generation to host course documentation and student project directories. It provides structured academic resources that guide learners through image classification, generative modeling, and the implementation of various neural network architectures. The curriculum

    Provides technical guides on building transformer decoders for autoregressive sequence generation.

    Jupyter Notebook
    Auf GitHub ansehen↗10,923
  • morizeyao/gpt2-chineseAvatar von Morizeyao

    Morizeyao/GPT2-Chinese

    7,596Auf GitHub ansehen↗

    GPT2-Chinese is a Chinese language model implementation based on the GPT-2 architecture. It provides a causal language model trainer and a natural language generation tool designed for training and generating human-like Chinese text sequences. The system integrates a BERT tokenizer to process Chinese corpora into manageable units for machine learning. It enables the development of predictive text models that can generate specific patterns, such as news or poetry, through prompt-based text completion. The project covers a full workflow including text tokenization, model training using a trans

    Implements a GPT-2 based transformer decoder architecture for autoregressive Chinese text generation.

    Python
    Auf GitHub ansehen↗7,596
  • datawhalechina/so-large-lmAvatar von datawhalechina

    datawhalechina/so-large-lm

    7,400Auf GitHub ansehen↗

    This project is a comprehensive educational curriculum and structured learning path covering the full lifecycle of large language models. It provides a guided progression through the theory, architecture, training, and deployment of these models. The curriculum includes specialized guides on transformer architecture, model training tutorials, and frameworks for designing autonomous agents. It also provides dedicated resources for studying model safety and ethics. The material covers a wide range of technical capabilities, including distributed training strategies, parameter-efficient fine-tu

    Explains transformer structures utilizing causal attention mechanisms for autoregressive sequence generation.

    Auf GitHub ansehen↗7,400
  • thudm/glm-4Avatar von THUDM

    THUDM/GLM-4

    7,059Auf GitHub ansehen↗

    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

    Implements a decoder-only transformer architecture using causal attention for autoregressive sequence generation.

    Python
    Auf GitHub ansehen↗7,059
  • tensorflow/nmtAvatar von tensorflow

    tensorflow/nmt

    6,461Auf GitHub ansehen↗

    This project is a neural machine translation system used to build models that automatically translate text from one language to another. It utilizes sequence-to-sequence modeling to transform variable-length input sequences into corresponding output sequences. The system implements bidirectional recurrent neural network encoding and attention mechanisms to capture contextual information and focus on specific parts of the source text during translation. To manage training and inference, it employs separate computational graphs and supports distributing model layers across multiple GPU devices.

    Implements a decoder architecture that uses attention mechanisms to generate translated sequences autoregressively.

    Python
    Auf GitHub ansehen↗6,461
  • nndl/llm-beginnerAvatar von nndl

    nndl/llm-beginner

    6,421Auf GitHub ansehen↗

    This project is a collection of educational resources and technical guides focused on the development and implementation of large language models. It provides a comprehensive curriculum covering transformer architectures, training methods, and deployment strategies. The materials provide detailed instructions for building autonomous agents using reasoning loops and tool integration, as well as guides for fine-tuning models through supervised learning and preference optimization. It also includes tutorials for constructing retrieval augmented generation pipelines and implementing transformer m

    Implements decoder-only transformer architectures featuring rotary positional embeddings and causal attention.

    Pythonagentfudannlpllm
    Auf GitHub ansehen↗6,421
  • neuphonic/neuttsAvatar von neuphonic

    neuphonic/neutts

    6,007Auf GitHub ansehen↗

    Neutts is a neural text-to-speech engine designed for real-time streaming output on edge devices such as phones and laptops. It supports voice cloning from short audio references, enabling zero-shot reproduction of a target speaker's voice, and can be fine-tuned or retrained from scratch for custom voices and styles. The system distinguishes itself through a decoder-only architecture that halves memory and accelerates generation on constrained hardware, combined with quantized model inference for reduced memory footprint. Its streaming decoder loop interleaves synthesis with playback, deliver

    Uses a decoder-only transformer architecture to reduce memory and accelerate inference on edge hardware.

    Python
    Auf GitHub ansehen↗6,007
  • lucidrains/x-transformersAvatar von lucidrains

    lucidrains/x-transformers

    5,912Auf GitHub ansehen↗

    x-transformers ist eine PyTorch-Bibliothek und ein Research-Toolkit für den Aufbau von Transformer-Architekturen. Es bietet ein modulares Framework für die Implementierung experimenteller Transformer-Forschung, einschließlich einer Suite fortschrittlicher Attention-Mechanismen, Tools für die Modellierung langer Sequenzen und eines Frameworks für Vision-Transformer. Das Projekt zeichnet sich durch den Fokus auf speichereffiziente und performante Komponenten aus, wie etwa Flash-Attention mit Tiled-Kernels und Multi-Query-Attention. Zudem implementiert es spezialisierte Methoden zur Erweiterung von Kontextfenstern, einschließlich Sequence-Recurrence und Rotary-Positional-Embeddings. Die Bibliothek deckt ein breites Spektrum architektonischer Funktionen ab, darunter verschiedene Normalisierungsschemata zur Stabilisierung des Trainings, Gated-Feedforward-Netzwerke und benutzerdefinierte Layer-Topologien wie Macaron-Netzwerke. Sie unterstützt sowohl Encoder- als auch Decoder-Konstruktionen und bietet Tools für die autoregressive Sequenzgenerierung sowie Vision-Language-Aufgaben wie Bildunterschriften.

    Creates modular transformer-based decoder architectures for autoregressive sequence generation.

    Python
    Auf GitHub ansehen↗5,912
  • google-deepmind/gemmaAvatar von google-deepmind

    google-deepmind/gemma

    5,475Auf GitHub ansehen↗

    Gemma ist eine Familie von Open-Weights Large Language Models, die auf einer Decoder-only-Transformer-Architektur basieren. Diese Modelle sind für Textgenerierung und multimodale Konversationen konzipiert und in der Lage, Antworten basierend auf sowohl textuellen als auch visuellen Eingabesequenzen zu verarbeiten und zu generieren. Das Projekt bietet ein feinabgestimmtes KI-Modell, das Gewichtsanpassungen und Low-Rank-Adaption unterstützt, um die Leistung für bestimmte Aufgaben zu spezialisieren. Es beinhaltet Unterstützung für quantisierte Gewichte, um den Speicherverbrauch zu reduzieren und die Inferenzgeschwindigkeit auf begrenzter Hardware zu erhöhen. Die Funktionspalette deckt multimodale KI-Integration, Speicheroptimierung durch Parameter-Sharding sowie die Integration externer Tools und APIs zum Abrufen von Echtzeitdaten ab. Es ermöglicht zudem die Generierung von Bildern aus Text und das Sampling strukturierter Textausgaben.

    Implements a transformer-based architecture utilizing causal attention mechanisms for autoregressive sequence generation.

    Python
    Auf GitHub ansehen↗5,475
  • zhaochenyang20/awesome-ml-sys-tutorialAvatar von zhaochenyang20

    zhaochenyang20/Awesome-ML-SYS-Tutorial

    5,371Auf GitHub ansehen↗

    This project provides a comprehensive technical guide and framework for engineering large-scale machine learning systems. It covers the full lifecycle of model development, focusing on the infrastructure and computational principles required to build, train, and serve generative AI models across distributed GPU clusters. The repository distinguishes itself by offering deep-dive tutorials and implementation strategies for complex system challenges. It emphasizes high-performance architectural primitives, such as collective communication orchestration, distributed tensor sharding, and static gr

    Customizes diffusion decoding behavior through external configuration files to decouple algorithm parameters from core inference logic.

    Python
    Auf GitHub ansehen↗5,371
Vorherige12Nächste
  1. Home
  2. Artificial Intelligence & ML
  3. Decoder Architectures

Unter-Tags erkunden

  • Architecture Change DocumentationsDocumentation of modifications to transformer decoder layers, normalization, activation functions, and attention mechanisms across model generations. **Distinct from Decoder Architectures:** Distinct from Decoder Architectures: focuses on tracing architectural changes over time, not the architecture itself.
  • Custom Decoding Strategies1 Sub-TagSampling and decoding logic implemented directly within the inference execution pipeline. **Distinct from Decoder Architectures:** Focuses on custom sampling logic integrated into the execution pipeline, distinct from general decoder architectures.
  • From-Scratch Decoder ImplementationsDecoder-only transformer implementations built from scratch with causal self-attention and weight-decay regularization. **Distinct from Decoder Architectures:** Distinct from Decoder Architectures: focuses on pedagogical implementations built from scratch, not production-ready decoder architectures.
  • Spatial Layout DecodersDecoder architectures that generate structured spatial coordinates and architectural labels. **Distinct from Decoder Architectures:** Distinct from general decoder architectures by specifically outputting architectural elements like walls and doors
  • Two-Pass DecodingDecoding strategies that generate n-best hypotheses with a first pass then rescore them with a second pass for higher accuracy. **Distinct from Decoder Architectures:** Distinct from Decoder Architectures: focuses on the two-pass rescoring strategy, not the decoder block structure.