starcoder:1b-base-q3_K_L

219.8K 1 year ago

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

1b 3b 7b 15b

1 year ago

1c516b827b88 · 720MB

starcoder
·
1.24B
·
Q3_K_L
{ "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")