更新于 15 个月前
15 个月前
08a7fcaab005 · 13GB
模型
archstarcoder
·
parameters15.8B
·
quantizationQ6_K
13GB
参数
{ "stop": [ "<|endoftext|>" ] }
36B
自述文件
StarCoder 模型在 GitHub 代码上训练,使用超过 80 多种编程语言。
示例提示
def print_hello_world():
示例响应
print("Hello world")