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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

21 repositorios

Awesome GitHub RepositoriesAutoregressive Models

Models that generate sequences by predicting future tokens based on previously generated ones.

Distinguishing note: Focuses on the autoregressive generation mechanism specifically for audio tokens.

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

Awesome Autoregressive Models GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • suno-ai/barkAvatar de suno-ai

    suno-ai/bark

    39,159Ver en GitHub↗

    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

    Generates audio by predicting sequences of discrete acoustic tokens one at a time.

    Jupyter Notebook
    Ver en GitHub↗39,159
  • exacity/deeplearningbook-chineseAvatar de exacity

    exacity/deeplearningbook-chinese

    37,285Ver en GitHub↗

    This project is a comprehensive Chinese translation of a technical deep learning textbook, providing an educational resource on the theory and implementation of neural networks. It functions as a collaborative technical translation project designed to make complex academic AI literature accessible to non-English speakers. The project utilizes a community-driven translation model that integrates external suggestions and pull requests to refine linguistic accuracy and reduce bias. It employs standardized terminology mapping to ensure a uniform vocabulary throughout the translated content. To i

    Discusses decomposing joint probabilities into conditional distributions for sequential variable prediction.

    TeX
    Ver en GitHub↗37,285
  • karpathy/mingptAvatar de karpathy

    karpathy/minGPT

    23,639Ver en 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 autoregressive generation by iteratively predicting the next token in a sequence based on previous outputs.

    Python
    Ver en GitHub↗23,639
  • funaudiollm/cosyvoiceAvatar de FunAudioLLM

    FunAudioLLM/CosyVoice

    21,673Ver en GitHub↗

    CosyVoice is a speech synthesis framework that utilizes large language models to generate expressive, multilingual audio. The system functions as an audio generation engine capable of producing natural-sounding speech across multiple languages while preserving regional dialects and specific emotional tones. The platform distinguishes itself through its zero-shot voice cloning capabilities, which allow for the creation of synthetic voice profiles from short audio samples without requiring additional model training. It provides fine-grained control over vocal attributes, enabling users to adjus

    Generates speech by predicting sequences of discrete acoustic tokens using a transformer architecture.

    Pythonaudio-generationcantonesechatbot
    Ver en GitHub↗21,673
  • qwenlm/qwen3-vlAvatar de QwenLM

    QwenLM/Qwen3-VL

    18,329Ver en GitHub↗

    Qwen3-VL is a multimodal vision-language model designed to process and reason across images, videos, and text. It functions as a computer vision framework capable of identifying objects, extracting structured data from documents, and interpreting spatial elements within visual media. The system operates as an automated user interface interaction agent, interpreting screen data to navigate software and mobile applications. By utilizing a unified transformer architecture, it performs complex visual reasoning to execute user-defined tasks without manual input. Beyond interface navigation, the m

    Predicts subsequent tokens in a sequence using autoregressive generation mechanisms for multimodal reasoning.

    Jupyter Notebook
    Ver en GitHub↗18,329
  • deepseek-ai/janusAvatar de deepseek-ai

    deepseek-ai/Janus

    17,746Ver en GitHub↗

    Janus is a multimodal large language model and unified framework that integrates visual understanding and image generation within a single neural network. It functions as both a visual understanding model for analyzing images and a text-to-image generator. The system uses a unified transformer backbone and a multimodal latent space to bridge the gap between text and visual data. This architecture employs decoupled visual encoding and cross-modal tokenization to separate the paths for discriminative understanding and generative tasks, representing images as grids of discrete codes. The projec

    Implements an autoregressive mechanism to produce images by predicting visual tokens sequentially.

    Pythonany-to-anyfoundation-modelsllm
    Ver en GitHub↗17,746
  • lllyasviel/framepackAvatar de lllyasviel

    lllyasviel/FramePack

    17,028Ver en GitHub↗

    FramePack is a neural video synthesis engine and generation framework designed to produce long, temporally consistent video sequences. It functions as a diffusion model optimizer, providing a suite of techniques to manage the computational demands of high-parameter video models while maintaining visual stability during extended generation tasks. The system distinguishes itself through a hierarchical approach to frame prediction, which plans distant anchor frames before filling in intermediate content to prevent cumulative temporal drift. By utilizing constant-length context compression and to

    Uses autoregressive generation to predict subsequent video frames incrementally.

    Python
    Ver en GitHub↗17,028
  • zai-org/chatglm2-6bAvatar de zai-org

    zai-org/ChatGLM2-6B

    15,564Ver en GitHub↗

    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

    Implements an autoregressive generation mechanism to predict subsequent tokens for fluid conversational text.

    Pythonchatglmchatglm-6blarge-language-models
    Ver en GitHub↗15,564
  • sparkaudio/spark-ttsAvatar de SparkAudio

    SparkAudio/Spark-TTS

    10,930Ver en GitHub↗

    Spark-TTS is a deep learning text-to-speech synthesis engine designed to convert written text into high-fidelity audio. It utilizes a transformer-based architecture and autoregressive sequence modeling to generate coherent speech, transforming linguistic input into natural-sounding waveforms through neural speech codec synthesis. The platform distinguishes itself through zero-shot voice cloning, which allows users to mimic a target speaker’s unique vocal identity using only a short reference audio sample without requiring additional model training. It also features cross-lingual phonetic mapp

    Generates coherent speech by predicting successive audio tokens based on preceding context.

    Python
    Ver en GitHub↗10,930
  • thudm/codegeexAvatar de THUDM

    THUDM/CodeGeeX

    8,793Ver en GitHub↗

    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

    Implements an autoregressive generation mechanism to predict subsequent code tokens based on previous sequences.

    Python
    Ver en GitHub↗8,793
  • foundationvision/varAvatar de FoundationVision

    FoundationVision/VAR

    8,702Ver en GitHub↗

    VAR is a visual autoregressive model and image generation framework that applies large language model scaling laws to visual data. It functions as an image generator that uses a coarse-to-fine next-scale prediction approach rather than traditional raster-scan tokenization. The system utilizes scale-based tokenization to represent images as a hierarchy of discrete tokens. It generates high-resolution content by iteratively predicting the next resolution level, refining coarse predictions into fine-grained details. The project covers a broad range of capabilities including autoregressive image

    Implements a generative model that predicts images across multiple scales using visual tokens.

    Jupyter Notebookauto-regressive-modelautoregressive-modelsdiffusion-models
    Ver en GitHub↗8,702
  • openai/jukeboxAvatar de openai

    openai/jukebox

    8,039Ver en GitHub↗

    Jukebox is a generative audio model and AI music synthesis tool designed to create high-fidelity music samples and singing voices. It functions as a deep learning system that synthesizes raw audio conditioned on genre and artist metadata, utilizing a neural audio codec to convert raw audio into discrete codes for generative modeling and reconstruction. The system enables musical style steering and AI music composition by conditioning generation on specific artists, genres, and lyrics. It supports audio priming, allowing existing wave files to guide the creation of new musical sequences, and p

    Implements an autoregressive model to predict sequences of audio tokens for music synthesis.

    Pythonaudiogenerative-modelmusic
    Ver en GitHub↗8,039
  • google-deepmind/graphcastAvatar de google-deepmind

    google-deepmind/graphcast

    6,680Ver en GitHub↗

    GraphCast is a machine learning model that uses graph neural networks to produce global weather forecasts up to ten days ahead at high spatial resolution. The system represents the Earth's surface as an icosahedral mesh, enabling message passing between mesh nodes to capture atmospheric dynamics, and combines this with a learned multiscale processor that operates across coarse-to-fine mesh resolutions. The model is trained on historical ERA5 reanalysis data through a supervised learning objective, and its autoregressive rollout loop feeds predictions back as input to generate multi-step forec

    Feeds model predictions back as inputs to generate a differentiable multi-step forecast trajectory.

    Pythonweatherweather-forecast
    Ver en GitHub↗6,680
  • compvis/taming-transformersAvatar de CompVis

    CompVis/taming-transformers

    6,510Ver en GitHub↗

    Taming Transformers is a generative system for high-resolution image synthesis that combines a vector-quantized GAN image encoder with an autoregressive transformer. It utilizes a discrete latent space to represent images as codebook tokens, enabling the production of high-fidelity visuals through a hybrid architecture. The project provides specialized capabilities for layout-based scene synthesis, allowing for the creation of complex images by placing objects according to defined bounding box coordinates. It also includes tools for image inpainting to fill missing sections of an image by ana

    Implements an autoregressive transformer that sequentially predicts discrete visual tokens to generate high-resolution images.

    Jupyter Notebook
    Ver en GitHub↗6,510
  • zihangdai/xlnetAvatar de zihangdai

    zihangdai/xlnet

    6,182Ver en GitHub↗

    Este proyecto es un framework de procesamiento de lenguaje natural centrado en un preentrenador autorregresivo generalizado diseñado para la representación de lenguaje no supervisado. Implementa un modelo de lenguaje que combina el entrenamiento basado en permutaciones con un backbone Transformer-XL para funcionar como un procesador de texto de contexto largo. El sistema destaca por su capacidad para manejar secuencias de texto que exceden los límites de longitud estándar mediante el uso de recurrencia a nivel de segmento y codificación posicional relativa. Escala el preentrenamiento de alto rendimiento a través de múltiples GPUs y clusters de TPU utilizando implementaciones de entrenamiento distribuido. El código base cubre el flujo de trabajo completo de machine learning, incluyendo limpieza de texto y tokenización de subpalabras para el preprocesamiento de datos, así como ajuste fino (fine-tuning) específico para tareas de respuesta a preguntas, comprensión lectora y clasificación de texto. Incluye utilidades para optimización de parámetros, programación de tasas de aprendizaje y evaluación de probabilidades de respuesta mediante métricas de precisión-recall. El proyecto proporciona configuraciones para gestionar hiperparámetros del modelo y entrenamiento acelerado por hardware en múltiples hosts.

    Implements a generalized autoregressive pretrainer combining autoregressive modeling with permutation-based training.

    Python
    Ver en GitHub↗6,182
  • lucidrains/x-transformersAvatar de lucidrains

    lucidrains/x-transformers

    5,912Ver en GitHub↗

    x-transformers es una biblioteca de PyTorch y kit de herramientas de investigación para construir arquitecturas transformer. Proporciona un framework modular para implementar investigación experimental en transformers, incluyendo un conjunto de mecanismos de atención avanzados, herramientas de modelado de secuencias largas y un framework para vision transformers. El proyecto se distingue por su enfoque en componentes de alto rendimiento y eficiencia de memoria, como Flash Attention con kernels en mosaico (tiled kernels) y atención multi-query. También implementa métodos especializados para extender ventanas de contexto, incluyendo recurrencia de secuencias y embeddings posicionales rotatorios. La biblioteca cubre una amplia gama de capacidades arquitectónicas, incluyendo varios esquemas de normalización para estabilizar el entrenamiento, redes feedforward con puertas (gated) y topologías de capas personalizadas como las redes Macaron. Admite construcciones tanto de codificador como de decodificador, proporcionando herramientas para la generación de secuencias autorregresivas y tareas de visión-lenguaje como el subtitulado de imágenes.

    Provides decoder-based architectures with KV caching for efficient autoregressive sequence generation.

    Python
    Ver en GitHub↗5,912
  • bytedance-seed/bagelAvatar de ByteDance-Seed

    ByteDance-Seed/Bagel

    5,681Ver en GitHub↗

    Generates images by predicting discrete visual tokens one at a time using a transformer decoder.

    Python
    Ver en GitHub↗5,681
  • sktime/pytorch-forecastingAvatar de sktime

    sktime/pytorch-forecasting

    4,787Ver en GitHub↗

    PyTorch Forecasting is a deep learning framework designed for building and training neural network architectures specifically for time series forecasting. It serves as a comprehensive toolkit for implementing autoregressive models, multi-horizon forecasting, and probabilistic prediction intervals using PyTorch tensors. The library distinguishes itself through a probabilistic forecasting toolkit that generates prediction intervals and quantile forecasts using both parametric and non-parametric distributions. It further provides a neural network model optimizer for automated hyperparameter tuni

    Implements neural network architectures that generate long-term forecasts by iteratively feeding previous outputs back as inputs.

    Pythonaiartificial-intelligencedata-science
    Ver en GitHub↗4,787
  • vectorspacelab/omnigen2Avatar de VectorSpaceLab

    VectorSpaceLab/OmniGen2

    4,093Ver en GitHub↗

    OmniGen2 es un modelo de generación de imágenes unificado y un modelo de lenguaje grande multimodal diseñado para manejar la generación de texto a imagen, tareas de imagen a imagen y edición de imágenes dentro de un único framework. Funciona como un motor visual de modelo de lenguaje causal capaz de generar y editar imágenes basadas en entradas combinadas de texto y visuales. El sistema cuenta con composición visual en contexto y generación impulsada por sujetos, permitiéndole extraer sujetos de imágenes de referencia y colocarlos en nuevas escenas. También admite la edición de imágenes basada en instrucciones, donde objetos o estilos específicos se modifican mediante comandos de lenguaje natural mientras se preserva el resto de la imagen. Las capacidades del modelo se extienden al análisis y razonamiento de contenido visual, permitiendo el reconocimiento de objetos a través de entradas combinadas de texto y visión. Para mejorar la calidad de salida, emplea un proceso de refinamiento visual iterativo con un mecanismo de autocorrección. El rendimiento se gestiona mediante la optimización del uso de VRAM a través de la descarga dinámica de pesos y la aceleración de la velocidad de inferencia utilizando técnicas de caché.

    Implements a visual engine that predicts image content as a sequence of discrete visual tokens.

    Jupyter Notebook
    Ver en GitHub↗4,093
  • hao-ai-lab/fastvideoAvatar de hao-ai-lab

    hao-ai-lab/FastVideo

    3,743Ver en GitHub↗

    FastVideo is a comprehensive system for accelerated video generation, serving as a video generation inference engine, a video diffusion training framework, and a modular pipeline orchestrator. It provides a distributed transformer optimizer and a distillation toolkit designed to reduce denoising steps and model complexity to increase frame rates. The project distinguishes itself through specialized acceleration techniques, including joint distillation and sparse attention training. It implements low-step video generation and weight quantization to FP8 or FP4 precision to increase throughput a

    Uses a self-forcing training method to resolve distribution mismatches and minimize autoregressive drift.

    Pythondiffusersdiffusion-modelsdistillation
    Ver en GitHub↗3,743
Ant.12Siguiente
  1. Home
  2. Artificial Intelligence & ML
  3. Autoregressive Models

Explorar subetiquetas

  • Drift Minimization StrategiesTechniques to reduce distribution mismatch and autoregressive drift during sequence generation. **Distinct from Autoregressive Models:** Focuses on training-time correction of drift rather than the general architecture of autoregressive models
  • Permutation Language ModelsModels that use permutation-based objectives to learn bidirectional representations while remaining autoregressive. **Distinct from Autoregressive Models:** Specifically covers the permutation-based training objective, unlike general autoregressive sequence generation.
  • Visual Token Generation1 sub-etiquetaGeneration of visual content by sequentially predicting discrete visual tokens. **Distinct from Autoregressive Models:** Distinct from Autoregressive Models (which the candidate notes as audio-focused) by applying the mechanism specifically to visual token grids.
  • Weather Forecast RolloutsAutoregressive generation of multi-step weather forecasts by feeding model predictions back as inputs. **Distinct from Autoregressive Models:** Distinct from Autoregressive Models: focuses on weather forecast rollouts with end-to-end differentiability, not general sequence generation.