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

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

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

salesforce/CodeT5

0
View on GitHub↗
3,098 星标·490 分支·Python·BSD-3-Clause·4 次浏览arxiv.org/abs/2305.07922↗

CodeT5

Home of CodeT5: Open Code LLMs for Code Understanding and Generation

Features

  • AI Coding Assistants - Enables code understanding and generation using transformer-based models.
  • Code Generation Models - Encoder-decoder models for code understanding and generation tasks.
  • Large Language Models - Transformer-based models for code understanding and generation.
  • Pre-training Research - Models designed for both code understanding and generation tasks.
  • Large Language Models (LLMs) - Listed in the “Large Language Models (LLMs)” section of the The Incredible Pytorch awesome list.

Star 历史

salesforce/codet5 的 Star 历史图表salesforce/codet5 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

常见问题解答

salesforce/codet5 是做什么的?

Home of CodeT5: Open Code LLMs for Code Understanding and Generation

salesforce/codet5 的主要功能有哪些?

salesforce/codet5 的主要功能包括:AI Coding Assistants, Code Generation Models, Large Language Models, Pre-training Research, Large Language Models (LLMs)。

salesforce/codet5 有哪些开源替代品?

salesforce/codet5 的开源替代品包括: salesforce/codegen — CodeGen is a trained large language model and program synthesis model designed to generate functional source code. It… bigcode-project/starcoder2 — StarCoder2 is a family of code generation models (3B, 7B, and 15B), trained on 600+ programming languages from The… chroma-core/chroma — Chroma is a specialized vector database designed to index and retrieve high-dimensional data representations for… berriai/litellm — LiteLLM is a unified gateway and proxy server designed to centralize access to over one hundred language model… bigscience-workshop/petals — Petals is a decentralized framework and inference engine for running large language models across a peer-to-peer… artidoro/qlora — This project is a quantized fine-tuning framework for large language models. It implements a low-rank adaptation…

CodeT5 的开源替代方案

相似的开源项目,按与 CodeT5 的功能重合度排序。
  • salesforce/codegensalesforce 的头像

    salesforce/CodeGen

    5,175在 GitHub 上查看↗

    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.

    Python
    在 GitHub 上查看↗5,175
  • bigcode-project/starcoder2bigcode-project 的头像

    bigcode-project/starcoder2

    2,075在 GitHub 上查看↗

    StarCoder2 is a family of code generation models (3B, 7B, and 15B), trained on 600+ programming languages from The Stack v2 and some natural language text such as Wikipedia, Arxiv, and GitHub issues. The models use Grouped Query Attention, a context window of 16,384 tokens, with sliding window…

    Python
    在 GitHub 上查看↗2,075
  • artidoro/qloraartidoro 的头像

    artidoro/qlora

    10,929在 GitHub 上查看↗

    This project is a quantized fine-tuning framework for large language models. It implements a low-rank adaptation library and a four-bit quantizer to reduce the GPU memory requirements needed to train large models. The framework utilizes four-bit quantization and low-rank adapters to enable model training on consumer-grade hardware. It further reduces the memory footprint through double quantization and a paged optimizer that offloads states to system RAM. The system supports distributed training across multiple GPUs to handle larger parameter scales and includes utilities for custom dataset

    Jupyter Notebook
    在 GitHub 上查看↗10,929
  • berriai/litellmBerriAI 的头像

    BerriAI/litellm

    50,579在 GitHub 上查看↗

    LiteLLM is a unified gateway and proxy server designed to centralize access to over one hundred language model providers. It provides a standardized API interface that abstracts vendor-specific schemas, allowing developers to interact with diverse models through a single, consistent format. By acting as a central traffic management layer, it enables organizations to route, secure, and govern model interactions across multiple deployments. The platform distinguishes itself through its policy-driven architecture, which uses configuration-based routing to manage traffic distribution, load balanc

    Pythonai-gatewayanthropicazure-openai
    在 GitHub 上查看↗50,579
  • 查看 CodeT5 的所有 30 个替代方案→