13个月前更新
13个月前
ab94427f1d73 · 12GB
模型
架构starcoder
·
参数15.8B
·
量化Q5_K_M
12GB
参数
{ "stop": [ "<|endoftext|>" ] }
36B
自述文件
StarCoder模型使用超过80种编程语言的GitHub代码进行训练。
示例提示
def print_hello_world():
示例回复
print("Hello world")