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,175GitHub पर देखें↗

    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
    GitHub पर देखें↗5,175
  1. Home
  2. Artificial Intelligence & ML
  3. Sequence Generation
  4. Autoregressive Code Generation