更新于 15个月前
15个月前
04d2cea03d2d · 792MB
模型
archstarcoder
·
parameters1.24B
·
quantizationQ4_K_M
792MB
参数
{ "stop": [ "<|endoftext|>" ] }
36B
自述文件
StarCoder 模型是在包含超过 80 种编程语言的 GitHub 代码上训练的。
示例提示
def print_hello_world():
示例回复
print("Hello world")