StarCoder 是一个在超过 80 种编程语言的代码上训练的代码生成模型。

1b 3b 7b 15b

181.4K 15 个月前

Readme

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

示例提示

def print_hello_world():

示例响应

    print("Hello world")