awesome-repositories.com
Blog
MCP
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
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

12 dépôts

Awesome GitHub RepositoriesTransformer

Neural network designs utilizing stacked attention layers to process sequences and capture long-range dependencies.

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

Awesome Transformer GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • huggingface/transformersAvatar de huggingface

    huggingface/transformers

    161,630Voir sur GitHub↗

    Transformers is a comprehensive library for machine learning that provides a unified interface for training, fine-tuning, and deploying transformer-based models. It supports a wide range of tasks, including text classification, language modeling, question answering, and sequence-to-sequence translation, while offering specialized architectures for both text and vision processing. The framework includes tools for managing the entire model lifecycle, from data preprocessing and tokenization to distributed training and inference. The library features extensive support for model optimization and

    Exposes a registry-based interface for implementing custom attention mechanisms or modifying existing model behaviors.

    Pythonaudiodeep-learningdeepseek
    Voir sur GitHub↗161,630
  • openai/whisperAvatar de openai

    openai/whisper

    102,828Voir sur GitHub↗

    This project is a speech recognition and translation engine that utilizes a sequence-to-sequence transformer architecture to convert audio into text. It is built upon a weakly supervised learning framework, which leverages large-scale, unlabelled audio-transcript data to create generalized speech representations capable of performing simultaneous transcription, language identification, and translation. The system distinguishes itself through a unified multi-task modeling approach that shares token sequences across different objectives, allowing it to handle diverse languages and vocabularies

    Employs stacked attention layers within a sequence-to-sequence design to process audio input and generate corresponding text.

    Python
    Voir sur GitHub↗102,828
  • openai/codexAvatar de openai

    openai/codex

    91,445Voir sur GitHub↗

    Codex is an automated programming tool and generative code assistant designed to interpret developer intent through a natural language interface. It functions as a machine learning model trained on public code repositories to provide intelligent code completion, suggestions, and refactoring within development environments. By translating human instructions into executable code snippets, the system bridges the gap between high-level technical requirements and functional software implementation. The engine utilizes transformer-based sequence modeling and supervised fine-tuning to align its outp

    Employs stacked attention layers to process sequences and capture long-range dependencies within code structures.

    Rust
    Voir sur GitHub↗91,445
  • mlabonne/llm-courseAvatar de mlabonne

    mlabonne/llm-course

    80,178Voir sur GitHub↗

    This project is a comprehensive educational curriculum and engineering handbook focused on the lifecycle of large language models. It serves as a structured knowledge base for machine learning practitioners, covering the fundamental mathematical and architectural principles of transformer-based sequence modeling, as well as the practical implementation of supervised instruction fine-tuning and preference-based model alignment. The repository distinguishes itself by providing a deep dive into advanced model composition and optimization techniques. It details methodologies for weight-space mode

    Details the mechanics of stacked attention layers used to process sequences and capture long-range dependencies.

    courselarge-language-modelsllm
    Voir sur GitHub↗80,178
  • d2l-ai/d2l-zhAvatar de d2l-ai

    d2l-ai/d2l-zh

    78,493Voir sur GitHub↗

    This project is an open-source, interactive educational platform designed to teach deep learning through a comprehensive, code-first curriculum. It provides a structured learning path that covers foundational mathematics, modern neural network architectures, and practical optimization techniques, enabling practitioners to master complex artificial intelligence concepts through hands-on experimentation. The platform distinguishes itself by integrating technical explanations with executable Jupyter notebooks. This design allows readers to modify code and hyperparameters in real-time, facilitati

    Demonstrates how to calculate weighted relationships between data segments to maintain focus and logical consistency within neural models.

    Pythonbookchinesecomputer-vision
    Voir sur GitHub↗78,493
  • karpathy/nanogptAvatar de karpathy

    karpathy/nanoGPT

    59,730Voir sur GitHub↗

    nanoGPT is a lightweight engine for training and fine-tuning transformer-based language models from scratch. It provides a minimalist codebase designed for educational exploration and rapid experimentation with neural network architectures, utilizing self-attention and feed-forward layers to process sequences and predict subsequent elements. The project distinguishes itself through a focus on high-speed data ingestion and hardware-accelerated performance. It includes a dedicated pipeline for transforming raw text into memory-mapped binary files, which enables efficient streaming during traini

    Utilizes stacked self-attention and feed-forward layers to process sequences and capture long-range dependencies.

    Python
    Voir sur GitHub↗59,730
  • datawhalechina/hello-agentsAvatar de datawhalechina

    datawhalechina/hello-agents

    59,685Voir sur GitHub↗

    This project provides a comprehensive framework for building, training, and managing autonomous agents. It enables the construction of systems that utilize language models to plan, manage memory, and execute multi-step tasks through iterative reasoning loops and tool-based actions. The framework distinguishes itself by offering specialized capabilities for interacting with graphical user interfaces and legacy software, allowing agents to perceive visual elements and perform actions like a human user. It supports complex, cross-application workflows through graph-based orchestration and provid

    Builds neural architectures using self-attention mechanisms to process sequences in parallel while capturing complex long-range dependencies.

    Pythonagentllmrag
    Voir sur GitHub↗59,685
  • facebookresearch/llamaAvatar de facebookresearch

    facebookresearch/llama

    59,466Voir sur GitHub↗

    Llama is a large language model runtime and inference engine designed to load and execute autoregressive transformer models. It enables the generation of natural language text completions from prompts using pretrained weights. The system features multi-GPU model parallelism, which distributes model weights and workloads across multiple graphics processors to support larger parameter counts. It also incorporates a content safety filter that uses classifiers to intercept and block unsafe inputs or outputs during the inference process. The project covers broad capabilities in distributed model

    Generates text one token at a time by feeding previous outputs back into the model.

    Python
    Voir sur GitHub↗59,466
  • meta-llama/llamaAvatar de meta-llama

    meta-llama/llama

    59,464Voir sur GitHub↗

    Llama is a computational framework and runtime environment designed for executing transformer-based neural networks locally. It functions as a generative AI inference engine, enabling the processing of input sequences through pre-trained model weights to produce text completions and structured data outputs directly on your own hardware. The system distinguishes itself through specialized memory and computation management techniques, including memory-mapped weight loading and quantization-aware inference, which allow for efficient execution on standard consumer hardware. It utilizes a stateles

    Implements stacked attention layers to process sequences and predict tokens based on learned statistical patterns.

    Python
    Voir sur GitHub↗59,464
  • d2l-ai/d2l-enAvatar de d2l-ai

    d2l-ai/d2l-en

    29,001Voir sur GitHub↗

    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

    Ensures sequence generation depends only on previously produced tokens by applying masks to decoder self-attention.

    Pythonbookcomputer-visiondata-science
    Voir sur GitHub↗29,001
  • karpathy/mingptAvatar de karpathy

    karpathy/minGPT

    23,639Voir sur GitHub↗

    minGPT is a minimal implementation of the Transformer architecture designed for training and experimenting with language models. It functions as a neural network training framework and a text generation engine, providing the necessary tools to manage data loading, backpropagation, and parameter updates for custom deep learning models. The project is structured as an educational resource for understanding how transformer architectures function by building and training models from scratch. It utilizes a modular block architecture and transformer-based self-attention to process sequences, allowi

    Implements transformer-based self-attention to capture long-range dependencies within input sequences.

    Python
    Voir sur GitHub↗23,639
  • lukas-blecher/latex-ocrAvatar de lukas-blecher

    lukas-blecher/LaTeX-OCR

    16,190Voir sur GitHub↗

    LaTeX-OCR is a specialized optical character recognition system designed to identify and transcribe complex mathematical symbols and their spatial relationships from images. It functions as a machine learning engine that converts visual representations of equations into structured LaTeX code for use in technical documentation and academic typesetting. The project utilizes a hierarchical vision-based encoding and autoregressive sequence decoding architecture to process input images and generate mathematical notation token by token. Beyond its core recognition capabilities, the system provides

    Generates LaTeX strings token by token by predicting the next character based on previously generated symbols and visual context.

    Pythondatasetdeep-learningim2latex
    Voir sur GitHub↗16,190
  1. Home
  2. Artificial Intelligence & ML
  3. Machine Learning
  4. Architectures
  5. Transformer

Explorer les sous-tags

  • Attention MechanismsMechanisms for calculating weighted relationships between data segments to maintain logical consistency and focus in complex inputs.
  • Autoregressive Decoding StrategiesMethods for generating sequences by iteratively predicting tokens based on previous outputs.