awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Autoregressive Decoding Strategies · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesAutoregressive Decoding Strategies

Methods for generating sequences by iteratively predicting tokens based on previous outputs.

Explore 1 awesome GitHub repository matching artificial intelligence & ml · Autoregressive Decoding Strategies. Refine with filters or upvote what's useful.

  1. Home
  2. Artificial Intelligence & ML
  3. Machine Learning
  4. Architectures
  5. Transformer
  6. Autoregressive Decoding Strategies

Awesome Autoregressive Decoding Strategies GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • openai/codex

    openai/codex

    61,152GitHubView on 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 environme

    Constructs code sequences by iteratively predicting tokens based on previous outputs.

    Rust