StarCoder 是一个代码生成模型,经过 80 多种编程语言的训练。

1b 3b 7b 15b

187.7K 16 个月前

自述文件

StarCoder 模型是在 GitHub 代码上训练的,包含 80 多种编程语言。

示例提示

def print_hello_world():

示例回复

    print("Hello world")