starcoder:3b-base-q5_K_S

220.5K 1 year ago

StarCoder is a code generation model trained on 80+ programming languages.

1b 3b 7b 15b

1 year ago

f4bfd7a34676 · 2.2GB

starcoder
·
3.18B
·
Q5_K_S
{ "stop": [ "<|endoftext|>" ] }

Readme

StarCoder models are trained on GitHub code with over 80+ programming languages.

Example prompt

def print_hello_world():

Example response

    print("Hello world")