README / README.md
Muennighoff's picture
Update README.md
7bac3d0
metadata
title: README
emoji: 
colorFrom: gray
colorTo: red
sdk: static
pinned: false

BigCode

BigCode is an open scientific collaboration working on responsible training of large language models for coding applications. You can find more information on the main website or follow Big Code on Twitter. In this organization you can find the artefacts of this collaboration: StarCoder, a state-of-the-art language model for code, OctoPack, artifacts for instruction tuning large code models, The Stack, the largest available pretraining dataset with perimssive code, and SantaCoder, a 1.1B parameter model for code.


💫StarCoder

StarCoder is a 15.5B parameters language model for code trained for 1T tokens on 80+ programming languages. It uses MQA for efficient generation, has 8,192 tokens context window and can do fill-in-the-middle.

Models

  • Paper: A technical report about StarCoder.
  • GitHub: All you need to know about using or fine-tuning StarCoder.
  • StarCoder: StarCoderBase further trained on Python.
  • StarCoderBase: Trained on 80+ languages from The Stack.
  • StarCoder+: StarCoderBase further trained on English web data.
  • StarEncoder: Encoder model trained on TheStack.
  • StarPii: StarEncoder based PII detector.

Tools & Demos

Data & Governance


🐙OctoPack

OctoPack consists of data, evals & models relating to Code LLMs that follow human instructions.

  • Paper: Research paper with details about all components of OctoPack.
  • GitHub: All code used for the creation of OctoPack.
  • CommitPack: 4TB of Git commits.
  • Am I in the CommitPack: Check if your code is in the CommitPack.
  • CommitPackFT: 2GB of high-quality Git commits that resemble instructions.
  • HumanEvalPack: Benchmark for Code Fixing/Explaining/Synthesizing across Python/JavaScript/Java/Go/C++/Rust.
  • OctoCoder: Instruction tuned model of StarCoder by training on CommitPackFT.
  • OctoCoder Demo: Play with OctoCoder.
  • OctoGeeX: Instruction tuned model of CodeGeeX2 by training on CommitPackFT.

📑The Stack

The Stack is a 6.4TB of source code in 358 programming languages from permissive licenses.


🎅SantaCoder

SantaCoder aka smol StarCoder: same architecture but only trained on Python, Java, JavaScript.