200.4K Downloads Updated 1 year ago
StarCoder is a code generation model trained on 80+ programming languages.
1b
3b
7b
15b
Models
View all →Name
100 models
starcoder:latest
1.8GB · 8K context window · Text · 1 year ago
starcoder:1b
726MB · 8K context window · Text · 1 year ago
starcoder:3b
latest1.8GB · 8K context window · Text · 1 year ago
starcoder:7b
4.3GB · 8K context window · Text · 1 year ago
starcoder:15b
9.0GB · 8K context window · Text · 1 year ago
Readme
StarCoder models are trained on GitHub code with over 80+ programming languages.
Example prompt
def print_hello_world():
Example response
print("Hello world")