awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
bigcode-project avatar

bigcode-project/starcoder2

0
View on GitHub↗
2,075 estrellas·196 forks·Python·Apache-2.0·4 vistas

Starcoder2

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…

Features

  • Large Language Models - State-of-the-art open code generation models.
  • Pre-training Research - Next-generation base models trained on extensive code datasets.
  • Large Language Models (LLMs) - Listed in the “Large Language Models (LLMs)” section of the The Incredible Pytorch awesome list.

Historial de estrellas

Gráfico del historial de estrellas de bigcode-project/starcoder2Gráfico del historial de estrellas de bigcode-project/starcoder2

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Preguntas frecuentes

¿Qué hace bigcode-project/starcoder2?

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…

¿Cuáles son las características principales de bigcode-project/starcoder2?

Las características principales de bigcode-project/starcoder2 son: Large Language Models, Pre-training Research, Large Language Models (LLMs).

¿Qué alternativas de código abierto existen para bigcode-project/starcoder2?

Las alternativas de código abierto para bigcode-project/starcoder2 incluyen: salesforce/codet5 — Home of CodeT5: Open Code LLMs for Code Understanding and Generation. databrickslabs/dolly — Dolly is an instruction-tuned large language model designed to follow complex natural language directions. It operates… 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… chroma-core/chroma — Chroma is a specialized vector database designed to index and retrieve high-dimensional data representations for…

Alternativas open-source a Starcoder2

Proyectos open-source similares, clasificados según cuántas características comparten con Starcoder2.
  • salesforce/codet5Avatar de salesforce

    salesforce/CodeT5

    3,098Ver en GitHub↗

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

    Python
    Ver en GitHub↗3,098
  • bigscience-workshop/petalsAvatar de bigscience-workshop

    bigscience-workshop/petals

    10,208Ver en GitHub↗

    Petals is a decentralized framework and inference engine for running large language models across a peer-to-peer network. It enables the execution of models that exceed the memory of any single machine by splitting computations and model layers across a collaborative swarm of GPUs. The system functions as a collaborative compute network where participants share local GPU resources and host model weights. It supports distributed prompt-tuning to adapt massive models to specific tasks and allows for the establishment of private compute swarms to process sensitive data within restricted, trusted

    Python
    Ver en GitHub↗10,208
  • artidoro/qloraAvatar de artidoro

    artidoro/qlora

    10,929Ver en 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
    Ver en GitHub↗10,929
  • berriai/litellmAvatar de BerriAI

    BerriAI/litellm

    50,579Ver en 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
    Ver en GitHub↗50,579
  • Ver las 30 alternativas a Starcoder2→