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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

Awesome GitHub RepositoriesAutoregressive Code Generation

Generation of programming code sequences token-by-token by feeding previous outputs back into the model decoder.

Distinct from Autoregressive Text Generation: Specifically targets source code modality rather than general natural language text.

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

Awesome Autoregressive Code Generation GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • salesforce/codegenAvatar von salesforce

    salesforce/CodeGen

    5,175Auf GitHub ansehen↗

    CodeGen is a trained large language model and program synthesis model designed to generate functional source code. It utilizes a neural network architecture to synthesize executable code from natural language descriptions or partial code snippets. The model enables automated program synthesis and AI-assisted coding by predicting and filling in missing sections of code within a program. It transforms natural language descriptions into functional programming logic to automate the creation of boilerplate and logic.

    Implements an autoregressive mechanism to produce source code incrementally by predicting the next token based on previous context.

    Python
    Auf GitHub ansehen↗5,175
  1. Home
  2. Artificial Intelligence & ML
  3. Sequence Generation
  4. Autoregressive Code Generation