更新于 15 个月前
15 个月前
3eefd78d54c9 · 9.1GB
模型
archstarcoder
·
parameters15.8B
·
quantizationQ4_K_S
9.1GB
参数
{ "stop": [ "<|endoftext|>" ] }
36B
说明
StarCoder 模型在 GitHub 代码上训练,使用了 80 多种编程语言。
示例提示
def print_hello_world():
示例回应
print("Hello world")