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

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

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

43 Repos

Awesome GitHub RepositoriesTransformer Architectures

Deep learning models based on attention mechanisms for sequence processing.

Distinguishing note: Focuses on hierarchical stacking of transformer layers for audio synthesis.

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

Awesome Transformer Architectures GitHub Repositories

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

    labmlai/annotated_deep_learning_paper_implementations

    66,981Auf GitHub ansehen↗

    This project is a collection of deep learning research papers translated into annotated code. It serves as a resource for reproducing academic research, providing implementations of transformers, diffusion models, and reinforcement learning architectures. The library distinguishes itself by using a side-by-side annotation format that combines executable Python code with descriptive markdown notes. This approach provides a structured way to explain the logic of neural network papers alongside their PyTorch-based implementations. The codebase covers several major capability areas, including ge

    Provides a comprehensive reference of transformer architectures, including vision and language models.

    Pythonattentiondeep-learningdeep-learning-tutorial
    Auf GitHub ansehen↗66,981
  • suno-ai/barkAvatar von suno-ai

    suno-ai/bark

    39,159Auf GitHub ansehen↗

    Bark is a generative audio engine and machine learning inference library designed to convert written text into high-fidelity speech and sound effects. It functions as a text-to-audio transformer, utilizing multi-stage neural network architectures to map semantic input tokens into detailed audio codebooks for synthesis. The system distinguishes itself through a hierarchical transformer stacking approach that separates semantic understanding from acoustic realization. By employing autoregressive token prediction and vector quantized codebook mapping, the engine bridges linguistic and sonic doma

    Processes information through hierarchical transformer layers to map semantic tokens into audio representations.

    Jupyter Notebook
    Auf GitHub ansehen↗39,159
  • datawhalechina/self-llmAvatar von datawhalechina

    datawhalechina/self-llm

    30,941Auf GitHub ansehen↗

    This project is an open-source educational resource providing structured, step-by-step guides for fine-tuning large language models. It focuses on adapting pre-trained transformer-based causal models to custom datasets, enabling users to transfer specific writing styles or domain knowledge into generative AI models. The repository distinguishes itself by emphasizing parameter-efficient training techniques, specifically low-rank adaptation. By providing practical implementations for updating only a small subset of model weights, it allows for the customization of massive neural networks on con

    Utilizes autoregressive architectures to predict subsequent tokens based on preceding context within a sequence.

    Jupyter Notebookchatglmchatglm3gemma-2b-it
    Auf GitHub ansehen↗30,941
  • hpcaitech/open-soraAvatar von hpcaitech

    hpcaitech/Open-Sora

    29,101Auf GitHub ansehen↗

    Open-Sora is a video generation framework designed to produce cinematic sequences from text prompts and images. It functions as a generative system that transforms written descriptions or reference images into video content featuring realistic textures and lighting. The project includes a dedicated prompt engineering tool that uses large language models to expand simple user inputs into detailed descriptions. It also features a motion controller for adjusting movement intensity in generated sequences and evaluating motion levels in existing video files. The framework incorporates text-to-vid

    Implements a Diffusion Transformer architecture to generate video frames by combining scaling properties with iterative denoising.

    Python
    Auf GitHub ansehen↗29,101
  • d2l-ai/d2l-enAvatar von d2l-ai

    d2l-ai/d2l-en

    29,001Auf GitHub ansehen↗

    This project is an educational platform and research toolkit designed to teach deep learning through a combination of mathematical theory, visual diagrams, and executable code. It provides a comprehensive environment for building, training, and evaluating neural networks, grounding complex concepts in interactive computational notebooks that allow for hands-on experimentation. The framework distinguishes itself by interleaving theoretical foundations—including linear algebra, calculus, and probability—with practical implementations across multiple industry-standard libraries. It supports flex

    Constructs encoder-decoder models using stacked self-attention layers, residual connections, and layer normalization.

    Pythonbookcomputer-visiondata-science
    Auf GitHub ansehen↗29,001
  • qwenlm/qwen3Avatar von QwenLM

    QwenLM/Qwen3

    27,324Auf GitHub ansehen↗

    Qwen3 is a transformer-based large language model designed as a generative AI foundation for understanding, reasoning, and generating human language. It functions as a comprehensive ecosystem for model training, fine-tuning, and production-ready inference, providing the underlying architecture and weights necessary to build diverse artificial intelligence applications. The project distinguishes itself through extensive support for model quantization and distributed inference, enabling efficient execution across a wide range of hardware from consumer-grade devices to scalable cloud infrastruct

    A deep learning architecture using self-attention mechanisms to process input tokens and predict subsequent elements in a sequence.

    Python
    Auf GitHub ansehen↗27,324
  • systran/faster-whisperAvatar von SYSTRAN

    SYSTRAN/faster-whisper

    21,043Auf GitHub ansehen↗

    Faster-Whisper is a high-performance implementation of the Whisper speech-to-text model designed for efficient audio transcription. It provides an end-to-end processing pipeline that converts spoken audio into written text while maintaining lower memory consumption and faster execution speeds than standard implementations. The project achieves its performance through a specialized inference engine that utilizes optimized kernels and weight quantization to reduce computational complexity. It supports large-scale operations by grouping audio segments into dynamic batches and filtering out non-s

    Processes sequential audio data through self-attention layers to map complex acoustic features into accurate text representations.

    Pythondeep-learninginferenceopenai
    Auf GitHub ansehen↗21,043
  • stability-ai/stablelmAvatar von Stability-AI

    Stability-AI/StableLM

    15,699Auf GitHub ansehen↗

    StableLM is a pre-trained transformer-based large language model designed for natural language generation and zero-shot inference. It functions as a causal language model that predicts the next token in a sequence to produce human-like text for conversational and creative writing tasks. The model is built as a fine-tunable base, allowing the adaptation of pre-trained weights to specific tasks or styles through custom dataset training and weight regularization. It utilizes rotary positional embeddings and flash-attention to optimize memory usage and processing efficiency during deployment on G

    Built on a transformer-based architecture utilizing self-attention and feed-forward layers.

    Jupyter Notebook
    Auf GitHub ansehen↗15,699
  • zai-org/chatglm2-6bAvatar von zai-org

    zai-org/ChatGLM2-6B

    15,564Auf GitHub ansehen↗

    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

    Utilizes a deep transformer-based architecture with attention mechanisms for natural language processing.

    Pythonchatglmchatglm-6blarge-language-models
    Auf GitHub ansehen↗15,564
  • naklecha/llama3-from-scratchAvatar von naklecha

    naklecha/llama3-from-scratch

    15,230Auf GitHub ansehen↗

    This project is a manual reconstruction of the Llama 3 transformer architecture implemented as a PyTorch neural network. It serves as a reference for the internal mathematical structure and tensor flow of a transformer-based language model designed for next token prediction. The implementation focuses on building the model from scratch using basic matrix operations and tensor manipulations. It demonstrates the manual construction of core components, including rotary positional embeddings, multi-head self-attention, and root mean square normalization. The codebase covers the full inference pi

    Serves as a reference for studying the internal mechanics of transformer architectures through manual implementation.

    Jupyter Notebook
    Auf GitHub ansehen↗15,230
  • swivid/f5-ttsAvatar von SWivid

    SWivid/F5-TTS

    14,798Auf GitHub ansehen↗

    F5-TTS is a text-to-speech system that utilizes a flow matching engine and diffusion transformers to generate fluent synthetic speech. It functions as a multilingual speech synthesizer and neural training framework, providing tools for voice cloning and high-performance inference serving. The project distinguishes itself through a voice cloning toolkit capable of mimicking specific speaker characteristics and tones from reference audio clips. It supports cross-lingual generation, allowing for the synthesis of audio across various global languages or the mixing of multiple languages within a s

    Uses a transformer architecture combined with diffusion-based denoising to model long-range dependencies in speech.

    Python
    Auf GitHub ansehen↗14,798
  • thudm/chatglm3Avatar von THUDM

    THUDM/ChatGLM3

    13,676Auf GitHub ansehen↗

    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

    Implements an auto-regressive transformer architecture utilizing self-attention mechanisms for bilingual text generation.

    Python
    Auf GitHub ansehen↗13,676
  • wdndev/llm_interview_noteAvatar von wdndev

    wdndev/llm_interview_note

    12,438Auf GitHub ansehen↗

    This project is a comprehensive technical reference and educational resource focused on the lifecycle of large language models. It provides structured learning materials that cover the foundational mechanics of transformer architectures, the mathematical principles of attention mechanisms, and the engineering practices required for modern generative artificial intelligence. The repository serves as a guide for both technical skill development and professional preparation, offering a curriculum that spans from model training and inference optimization to advanced alignment techniques. It detai

    Analyzes transformer architectures and decoding strategies to explain how generative models process language.

    HTMLinterviewllmllm-interview
    Auf GitHub ansehen↗12,438
  • pku-yuangroup/open-sora-planAvatar von PKU-YuanGroup

    PKU-YuanGroup/Open-Sora-Plan

    12,163Auf GitHub ansehen↗

    Open-Sora-Plan is a text-to-video framework and distributed video training system. It utilizes a diffusion transformer architecture and large language model components to transform written descriptions or image prompts into high-quality video sequences. The system features a distributed infrastructure designed for large-scale video training and inference. It employs sequence parallelism to split high-resolution or long-duration video samples across multiple GPUs and uses a sparse attention mechanism to increase processing speed. The project includes capabilities for both text-to-video and im

    Combines transformer-based attention with diffusion denoising to generate spatial-temporal video data.

    Python
    Auf GitHub ansehen↗12,163
  • databrickslabs/dollyAvatar von databrickslabs

    databrickslabs/dolly

    10,795Auf GitHub ansehen↗

    Dolly is an instruction-tuned large language model designed to follow complex natural language directions. It operates as a causal language model that predicts the next token in a sequence to generate coherent conversational responses and perform tasks such as brainstorming, classification, and question answering. The project focuses on the development of models using open datasets suitable for commercial application. It enables the creation of instruction-following models by utilizing curated collections of human-generated instruction-response pairs. The repository provides capabilities for

    Utilizes a transformer-based architecture with self-attention mechanisms to process and generate sequences of text.

    Python
    Auf GitHub ansehen↗10,795
  • zai-org/codegeexAvatar von zai-org

    zai-org/CodeGeeX

    8,793Auf GitHub ansehen↗

    CodeGeeX is a multilingual large language model and AI code completion engine designed to generate, translate, and complete source code across numerous programming languages. It functions as an intelligence layer that synthesizes logic from natural language prompts and existing code snippets. The project provides a specialized source code translator that converts logic and functionality between different programming languages while preserving the original behavior. It also operates as an integrated AI assistant suite, offering extensions that embed generative AI directly into development envi

    Utilizes a transformer-based neural network with self-attention to model complex dependencies in code sequences.

    Python
    Auf GitHub ansehen↗8,793
  • thudm/codegeexAvatar von THUDM

    THUDM/CodeGeeX

    8,793Auf GitHub ansehen↗

    CodeGeeX is an open-source code model and multilingual large language model designed to generate, translate, and complete source code across multiple programming languages. It functions as an AI coding assistant and a cross-lingual code translator that produces executable code and technical documentation. The project enables natural language programming by turning plain English descriptions into functional programs. It also provides the ability to convert source code from one programming language to another while preserving the original logic and functionality. The system covers a range of c

    Utilizes a transformer architecture with attention mechanisms to process and generate multilingual code sequences.

    Python
    Auf GitHub ansehen↗8,793
  • dusty-nv/jetson-inferenceAvatar von dusty-nv

    dusty-nv/jetson-inference

    8,734Auf GitHub ansehen↗

    jetson-inference is a set of libraries and tools for executing optimized deep learning models on embedded GPU hardware. Its primary purpose is to enable real-time computer vision and AI inference at the edge with low latency and high throughput. The project distinguishes itself through high-performance streaming analytics and the ability to execute concurrent AI pipelines on auto-grade silicon. It provides specialized support for multi-sensor stream processing, utilizing zero-copy data transport to load camera frames directly into GPU memory. The codebase covers a broad surface of capabiliti

    Provides composable APIs for constructing custom attention mechanisms, normalization layers, and embedding techniques.

    C++caffecomputer-visiondeep-learning
    Auf GitHub ansehen↗8,734
  • facebookresearch/ditAvatar von facebookresearch

    facebookresearch/DiT

    8,642Auf GitHub ansehen↗

    DiT ist ein latentes Diffusionsmodell und ein auf Transformern basierendes generatives KI-Framework, das in PyTorch implementiert ist. Es fungiert als klassenbedingter Bildgenerator, der traditionelle konvolutionale Backbones durch eine Transformer-Architektur ersetzt, um hochauflösende Bilder zu synthetisieren. Das Projekt nutzt patchbasierte latente Verarbeitung und latente Raumkompression, um auf niedrigdimensionalen Bildrepräsentationen zu operieren. Es integriert klassenbedingte Steuerung und anpassbare Guidance-Skalen, um den visuellen Inhalt generierter Bilder während des Sampling-Prozesses zu steuern. Das Framework deckt verteiltes Modelltraining, iteratives Noise-Sampling und die Erstellung synthetischer Bilddatensätze ab. Es enthält zudem Werkzeuge zur Bewertung der Modellqualität, um Genauigkeits- und Qualitätswerte anhand von Standard-Benchmarks zu berechnen.

    Combines transformer-based attention with diffusion-based denoising to synthesize high-fidelity images.

    Python
    Auf GitHub ansehen↗8,642
  • aladdinpersson/machine-learning-collectionAvatar von aladdinpersson

    aladdinpersson/Machine-Learning-Collection

    8,465Auf GitHub ansehen↗

    This project is a machine learning educational repository providing a collection of implementations and guides for machine learning and deep learning algorithms. It serves as a deep learning model library and a reference for training workflows, covering foundational machine learning, convolutional, recurrent, and transformer architectures. The collection includes a generative adversarial network suite for synthesizing realistic images and performing image-to-image translation. It also functions as a computer vision implementation guide for object detection and semantic segmentation, alongside

    Provides implementations of transformer architectures based on attention mechanisms for sequence processing.

    Pythonmachine-learningmachine-learning-algorithmspytorch
    Auf GitHub ansehen↗8,465
Vorherige123Nächste
  1. Home
  2. Artificial Intelligence & ML
  3. Transformer Architectures

Unter-Tags erkunden

  • Biomedical Pre-Trained TransformersTransformer models pre-trained exclusively on biomedical literature to generate and understand specialized medical text. **Distinct from Transformer Architectures:** Distinct from Transformer Architectures: focuses on models pre-trained on biomedical corpora, not general transformer architectures.
  • Diffusion Transformers3 Sub-TagsNeural architectures that combine transformer-based attention with diffusion-based denoising for high-dimensional data generation. **Distinct from Transformer Architectures:** Distinct from general Transformer Architectures by integrating the iterative denoising process of diffusion models.
  • Layer Construction3 Sub-TagsAPIs and tools for building custom individual layers within a transformer or neural network. **Distinct from Transformer Architectures:** Focuses on the composable construction of specific layers rather than the overall architecture.
  • Operation VisualizersInteractive tools that render the mathematical operations of a model in real time. **Distinct from Transformer Architectures:** Focuses on visualizing operations rather than the structural definition of the transformer architecture.