awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

12 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • huggingface/transformershuggingface 的头像

    huggingface/transformers

    161,630在 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
    在 GitHub 上查看↗161,630
  • openai/whisperopenai 的头像

    openai/whisper

    102,828在 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
    在 GitHub 上查看↗102,828
  • openai/codexopenai 的头像

    openai/codex

    91,445在 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
    在 GitHub 上查看↗91,445
  • mlabonne/llm-coursemlabonne 的头像

    mlabonne/llm-course

    80,178在 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
    在 GitHub 上查看↗80,178
  • d2l-ai/d2l-zhd2l-ai 的头像

    d2l-ai/d2l-zh

    78,493在 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
    在 GitHub 上查看↗78,493
  • karpathy/nanogptkarpathy 的头像

    karpathy/nanoGPT

    59,730在 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
    在 GitHub 上查看↗59,730
  • datawhalechina/hello-agentsdatawhalechina 的头像

    datawhalechina/hello-agents

    59,685在 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
    在 GitHub 上查看↗59,685
  • facebookresearch/llamafacebookresearch 的头像

    facebookresearch/llama

    59,466在 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
    在 GitHub 上查看↗59,466
  • meta-llama/llamameta-llama 的头像

    meta-llama/llama

    59,464在 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
    在 GitHub 上查看↗59,464
  • d2l-ai/d2l-end2l-ai 的头像

    d2l-ai/d2l-en

    29,001在 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
    在 GitHub 上查看↗29,001
  • karpathy/mingptkarpathy 的头像

    karpathy/minGPT

    23,639在 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
    在 GitHub 上查看↗23,639
  • lukas-blecher/latex-ocrlukas-blecher 的头像

    lukas-blecher/LaTeX-OCR

    16,190在 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
    在 GitHub 上查看↗16,190
  1. Home
  2. Artificial Intelligence & ML
  3. Machine Learning
  4. Architectures
  5. Transformer

探索子标签

  • 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.