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

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

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

1 个仓库

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

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

    salesforce/CodeGen

    5,175在 GitHub 上查看↗

    CodeGen 是一个经过训练的大语言模型与程序合成模型,旨在生成功能性源代码。它利用神经网络架构,根据自然语言描述或部分代码片段合成可执行代码。 该模型通过预测并填充程序中缺失的代码部分,实现了自动化程序合成与 AI 辅助编码。它将自然语言描述转换为功能性编程逻辑,以自动化样板代码与业务逻辑的创建。

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

    Python
    在 GitHub 上查看↗5,175
  1. Home
  2. Artificial Intelligence & ML
  3. Sequence Generation
  4. Autoregressive Code Generation