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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

37 repository-uri

Awesome GitHub RepositoriesSequence Decoders

Components for generating output sequences conditioned on input context.

Distinct from Sequence Decoding Models: Distinct from general sequence decoding models: focuses on the decoder component logic rather than the full model architecture.

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

Awesome Sequence Decoders GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • azl397985856/leetcodeAvatar azl397985856

    azl397985856/leetcode

    55,758Vezi pe GitHub↗

    This project is a curated educational resource and solution repository for algorithmic challenges, specifically focused on LeetCode problems. It serves as a technical reference for common data structures and algorithmic patterns, providing verified code implementations across multiple programming languages alongside detailed logic and complexity analysis. The repository functions as a comprehensive study guide for competitive programming and technical interview preparation. It includes specialized learning tools such as an Anki flashcard dataset for spaced repetition and a browser extension t

    The project computes the total ways to decode a numeric string into letters using dynamic programming.

    JavaScriptalgoalgorithmalgorithms
    Vezi pe GitHub↗55,758
  • sgl-project/sglangAvatar sgl-project

    sgl-project/sglang

    29,079Vezi pe GitHub↗

    Sglang is a high-performance inference engine and serving system designed for large language and multimodal models. It provides a programmable interface for orchestrating complex generation workflows, enabling developers to coordinate multi-turn dialogues, tool invocations, and reasoning chains through a domain-specific language. The platform is built to support production-scale deployments, offering an OpenAI-compatible API that allows for integration with existing application ecosystems. The system distinguishes itself through a disaggregated architecture that separates compute-intensive pr

    Separates compute-intensive prefill and memory-intensive decoding phases across distinct hardware nodes to maximize throughput.

    Pythonattentionblackwellcuda
    Vezi pe GitHub↗29,079
  • d2l-ai/d2l-enAvatar d2l-ai

    d2l-ai/d2l-en

    29,001Vezi pe 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

    Integrates attention mechanisms into sequence-to-sequence models by dynamically updating context variables.

    Pythonbookcomputer-visiondata-science
    Vezi pe GitHub↗29,001
  • arendst/tasmotaAvatar arendst

    arendst/Tasmota

    24,502Vezi pe GitHub↗

    Tasmota is a universal firmware platform for ESP8266 and ESP32 microcontrollers, designed to provide local control and management of smart home hardware. It functions as an event-driven automation controller that replaces proprietary factory firmware, allowing users to manage relays, sensors, and lighting systems without relying on external cloud services. The system is built on a modular driver architecture that enables dynamic hardware configuration and peripheral support through a web-based management interface. The platform distinguishes itself through a template-driven hardware mapping s

    Translates raw sensor data into structured messages using custom decoder files to simplify integration with local automation systems.

    Carduinoautomationesp32
    Vezi pe GitHub↗24,502
  • microsoft/unilmAvatar microsoft

    microsoft/unilm

    22,030Vezi pe GitHub↗

    This project is a comprehensive framework and toolkit for developing, optimizing, and deploying transformer-based models across multimodal, document intelligence, and natural language processing tasks. It provides a unified neural architecture that processes text, vision, audio, and document layout data through a shared set of weights, enabling researchers and developers to build foundational models that align cross-modal representations. The platform distinguishes itself through advanced training and inference strategies designed for large-scale deep learning. It incorporates specialized mec

    Predicts multiple tokens simultaneously during sequence generation to reduce decoding steps.

    Pythonbeitbeit-3bitnet
    Vezi pe GitHub↗22,030
  • deepseek-ai/flashmlaAvatar deepseek-ai

    deepseek-ai/FlashMLA

    12,706Vezi pe GitHub↗

    FlashMLA is an LLM attention kernel library and inference acceleration library providing a collection of high-performance CUDA kernels. It implements multi-head latent attention mechanisms designed to reduce memory overhead and increase throughput during the forward and backward passes of large language model inference. The library utilizes quantized cache attention kernels to improve computation efficiency across both sparse and dense token processing. It specifically optimizes the prefill and decoding phases of model inference through these latent attention implementations. The project cov

    Implements distinct computational paths to optimize the transition between prefill and decoding phases.

    C++
    Vezi pe GitHub↗12,706
  • sapientinc/hrmAvatar sapientinc

    sapientinc/HRM

    12,546Vezi pe GitHub↗

    HRM is an automated reasoning engine and language framework designed to execute complex, multi-scale problem solving. It functions as a reinforcement learning agent that continuously updates internal knowledge representations to improve task performance based on incoming data streams. The system distinguishes itself through a hierarchical architecture that coordinates abstract, long-term planning with granular, low-level logic. By integrating evolutionary algorithms and reinforcement learning, the framework refines model parameters and weights over successive generations, ensuring that intern

    Decodes high-dimensional latent representations into structured natural language sequences.

    Pythonbrain-inspired-aideep-learninglarge-language-models
    Vezi pe GitHub↗12,546
  • ludwig-ai/ludwigAvatar ludwig-ai

    ludwig-ai/ludwig

    11,717Vezi pe GitHub↗

    Ludwig is a multimodal machine learning platform and low-code framework designed for building, training, and deploying neural networks. It enables the construction of models that process text, images, audio, and tabular data through a unified interface using declarative configuration files rather than custom code. The system features a specialized low-code framework for large language models, supporting supervised fine-tuning, preference alignment, and a constrained decoding tool to force structured data output via logit extraction. It also includes an automated model architecture search to i

    Forces large language models to produce structured data using logit extraction and constrained decoding.

    Pythoncomputer-visiondata-centricdata-science
    Vezi pe GitHub↗11,717
  • idea-research/groundingdinoAvatar IDEA-Research

    IDEA-Research/GroundingDINO

    9,738Vezi pe GitHub↗

    GroundingDINO is a deep learning vision model and open-vocabulary object detector designed to map natural language prompts to spatial coordinates. It functions as a text-to-bounding-box framework that enables zero-shot image localization, allowing the system to identify and locate arbitrary objects without requiring predefined classes or specific training for those categories. The project distinguishes itself by matching visual features to natural language descriptions to achieve open-set visual recognition. It supports text-guided image localization and the isolation of specific objects base

    Employs a sequence decoder to predict spatial coordinates and class labels from multimodal features.

    Pythonobject-detectionopen-worldopen-world-detection
    Vezi pe GitHub↗9,738
  • infrasys-ai/aiinfraAvatar Infrasys-AI

    Infrasys-AI/AIInfra

    7,414Vezi pe GitHub↗

    Implements separation of prefill and decode phases to avoid resource contention.

    Jupyter Notebookaiinfraaisystem
    Vezi pe GitHub↗7,414
  • harvardnlp/annotated-transformerAvatar harvardnlp

    harvardnlp/annotated-transformer

    7,325Vezi pe GitHub↗

    The Annotated Transformer is an educational resource that provides annotated code implementations of the Transformer architecture for sequence-to-sequence tasks, built with PyTorch. It serves as a learning tool for understanding attention mechanisms, multi-head parallel attention, and scaled dot-product attention through executable examples that walk through each component of the model. The project covers the full Transformer pipeline, including stacked encoder-decoder layers with residual connections and layer normalization, sinusoidal positional encoding for order-aware representation, and

    Generates an output sequence token by token using masked self-attention and encoder-decoder attention.

    Jupyter Notebookannotatednotebookpython
    Vezi pe GitHub↗7,325
  • princewen/tensorflow_practiceAvatar princewen

    princewen/tensorflow_practice

    7,009Vezi pe GitHub↗

    This repository is a collection of practical deep learning implementations and examples built using the TensorFlow framework. It provides a variety of neural network architectures focusing on natural language processing, recommendation systems, reinforcement learning, and time series prediction. The project features a range of specialized models, including sequence-to-sequence and transformer architectures for text processing, and factorization machines for personalized ranking and retrieval. It also includes implementations of reinforcement learning agents using actor-critic and policy gradi

    Implements decoder components for generating output sequences conditioned on input context via attention.

    Python
    Vezi pe GitHub↗7,009
  • lmcache/lmcacheAvatar LMCache

    LMCache/LMCache

    6,909Vezi pe GitHub↗

    LMCache is a distributed key-value cache manager and tiering system designed to accelerate large language model inference. It functions as a tiered storage layer that offloads tensors from GPU memory to CPU RAM, local disks, or remote object stores, enabling the reuse of cached prefixes across different inference sessions and serving engines. The system differentiates itself through a disaggregated prefill-decode model, which separates prompt processing from token generation by transferring caches between distributed compute nodes. It utilizes peer-to-peer orchestration to share and retrieve

    Implements an architecture that separates prompt processing from token generation by transferring KV caches across compute nodes.

    Pythonamdcudafast
    Vezi pe GitHub↗6,909
  • ericlbuehler/mistral.rsAvatar EricLBuehler

    EricLBuehler/mistral.rs

    6,597Vezi pe GitHub↗

    mistral.rs is an inference engine for large language models that runs locally and exposes models behind OpenAI and Anthropic-compatible APIs. It serves as a multi-model serving platform, capable of loading several models in a single server process with per-request routing and on-demand loading and unloading. The engine supports multimodal inference, processing text alongside images, video, audio, and speech inputs, and includes a quantized model deployment runtime that reduces memory use and speeds up inference on consumer hardware. The project distinguishes itself through an agentic tool exe

    Enforces JSON Schema on tool call arguments during decoding to prevent malformed output.

    Rustllmrustuqff
    Vezi pe GitHub↗6,597
  • facebookresearch/wav2letterAvatar facebookresearch

    facebookresearch/wav2letter

    6,444Vezi pe GitHub↗

    wav2letter is an automatic speech recognition toolkit and deep learning framework designed to convert audio speech signals into written text. It functions as a distributed training system and an inference engine for building and deploying neural network architectures. The system enables the training of large-scale speech models across multiple compute nodes using custom architecture files and structured recipes. It includes an inference engine that allows these trained models to be executed within Python workflows to transform audio sequences into text. The framework covers the full speech r

    Implements sequence decoders to determine the most accurate sequence of words for a given audio input.

    C++
    Vezi pe GitHub↗6,444
  • ai-dynamo/dynamoAvatar ai-dynamo

    ai-dynamo/dynamo

    6,112Vezi pe GitHub↗

    Dynamo is a distributed inference orchestration platform designed for large language models. It functions as a system to coordinate prefill and decode phases across GPU nodes, utilizing a multi-backend runtime adapter to connect engines like vLLM and TensorRT-LLM through a unified block-oriented memory interface. An OpenAI-compatible API server provides the frontend for integration with existing tools and clients. The project is distinguished by its disaggregated serving architecture, which separates prompt processing and token generation onto independent GPU pools to optimize throughput and

    Separates prompt processing and token generation onto independent GPU pools to optimize throughput and memory.

    Rust
    Vezi pe GitHub↗6,112
  • neuphonic/neuttsAvatar neuphonic

    neuphonic/neutts

    6,007Vezi pe GitHub↗

    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

    Loads only the decoder portion of the speech model during inference to minimize memory and computation.

    Python
    Vezi pe GitHub↗6,007
  • google/gemma_pytorchAvatar google

    google/gemma_pytorch

    5,697Vezi pe GitHub↗

    The official PyTorch implementation of Google's Gemma models

    Loads and executes a decoder-only transformer to generate text completions from a prompt on CPU, GPU, or TPU.

    Pythongemmagooglepytorch
    Vezi pe GitHub↗5,697
  • google-ai-edge/litert-lmAvatar google-ai-edge

    google-ai-edge/LiteRT-LM

    5,619Vezi pe GitHub↗

    LiteRT-LM este un framework de inferență de înaltă performanță conceput pentru a executa modele de limbaj mari local pe hardware mobil, desktop și IoT. Acesta servește ca un runtime de model on-device care utilizează accelerarea CPU, GPU și NPU pentru a oferi procesare cu latență scăzută. Framework-ul se distinge prin capacitatea sa de a procesa intrări de text, viziune și audio printr-un singur motor de inferență multimodal. Dispune de un server HTTP local care emulează endpoint-uri API compatibile cu OpenAI și un runtime bazat pe WebGPU pentru executarea modelelor direct într-un browser web. Pentru a asigura fiabilitatea output-ului, include un generator de text constrâns care impune scheme JSON sau reguli gramaticale asupra răspunsurilor modelului. Proiectul oferă capabilități largi pentru gestionarea conversațiilor stateful, decodare speculativă pentru viteze crescute de generare a token-urilor și o interfață de apelare a instrumentelor (tool-calling) care mapează cererile modelului către funcții externe. Include, de asemenea, integrare specializată pentru ecosistemul Apple și un plugin dedicat pentru rularea modelelor în Flutter. Utilizatorii pot executa modele printr-o interfață în linie de comandă (CLI) sau le pot integra în aplicații prin API-uri native.

    Provides constrained decoding to ensure model outputs follow specific structured formats via logit manipulation.

    C++
    Vezi pe GitHub↗5,619
  • google/seq2seqAvatar google

    google/seq2seq

    5,621Vezi pe GitHub↗

    Acesta este un framework de tip encoder-decoder bazat pe TensorFlow și o bibliotecă de modele utilizată pentru maparea secvențelor de intrare la secvențe de ieșire. Funcționează ca un mapper de secvențe de deep learning conceput pentru a transforma datele secvențiale dintr-un domeniu în altul. Biblioteca oferă instrumente pentru implementarea modelării secvență-la-secvență în mai multe domenii, inclusiv traducerea automată neuronală, sumarizarea automată a textului și generarea de descrieri pentru imagini. Framework-ul încorporează rețele neuronale recurente și utilizează contextualizarea bazată pe atenție pentru a pondera secvențele de intrare. Suportă multiple strategii de decodare, inclusiv beam search și decodare greedy, executând în același timp operații matematice prin calculul grafic TensorFlow.

    Includes a greedy decoding strategy that selects the highest probability token at each step.

    Pythondeeplearningmachine-translationneural-network
    Vezi pe GitHub↗5,621
Înapoi12Înainte
  1. Home
  2. Artificial Intelligence & ML
  3. Sequence Decoding Models
  4. Sequence Decoders

Explorează sub-etichetele

  • Combinatorial Sequence DecodingCalculates the total number of ways to decode a sequence into valid interpretations using state transition equations. **Distinct from Sequence Decoders:** Focuses on counting decoding possibilities via dynamic programming, unlike sequence decoders that generate specific output sequences.
  • Conditional Random Fields3 sub-tag-uriProbabilistic graphical models used for sequence labeling by considering transition constraints between labels. **Distinct from Sequence Decoders:** Provides structured sequence decoding via CRFs, distinct from generic sequence decoders.
  • Constrained Decoding1 sub-tagTechniques for forcing model outputs into specific structured formats via logit manipulation. **Distinct from Sequence Decoders:** Distinct from general sequence decoding by focusing on the constraint/forcing of specific output formats.
  • Decoder-Only InferenceExecution modes optimized for models that only use a decoder for autoregressive generation. **Distinct from Sequence Decoders:** Focuses on general text generation using decoder-only architectures, whereas the parent is a general component logic.
  • Decoder-Only Inference ModesInference configurations that load only the decoder portion of a speech model to reduce memory and computation. **Distinct from Prefill-Decode Disaggregation:** Distinct from Prefill-Decode Disaggregation: focuses on using only the decoder part, not separating prefill and decode phases.
  • Greedy Decoding StrategiesDecoding methods that select the most likely token at each step to minimize computational cost. **Distinct from Sequence Decoders:** Distinct from general sequence decoders: focuses on the greedy selection strategy specifically.
  • LoRaWan Decoders1 sub-tagTranslates raw LoRaWan sensor payloads into structured data formats. **Distinct from Sequence Decoders:** Distinct from general sequence decoders: focuses on protocol-specific payload translation for IoT sensors.
  • Prefill-Decode Disaggregation1 sub-tagSeparation of compute-intensive prefill and memory-intensive decoding phases into distinct engine instances. **Distinct from Sequence Decoders:** Distinct from general sequence decoders: focuses on the architectural separation of inference phases.