starcoder:15b-q4_0

228.6K 2 years ago

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

1b 3b 7b 15b

2 years ago

fc59c84e00c5 · 9.0GB ·

starcoder
·
15.8B
·
Q4_0
{ "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")