Decoder-only language models for code generation by BigCode, trained on permissively licensed code with support for fill-in-the-middle and multi-query attention.
/starcoder
directory within ModelZoo. Here’s how it’s organized:
gpt2_model.py
.Configuration | Description |
---|---|
params_starcoder_15b.yaml | Base StarCoder model with 15.5B parameters. |
params_octocoder_15b.yaml | StarCoder variant fine-tuned with OctoPack-style data. |
params_sqlcoder_15b.yaml | StarCoder variant specialized for SQL generation. |
params_wizardcoder_15b.yaml | StarCoder variant tuned for instruction-style prompts. |