更新于 15 个月前
15 个月前
ba547f1125e5 · 12GB
模型
archstarcoder
·
参数15.8B
·
量化Q5_K_M
12GB
参数
{ "stop": [ "<|endoftext|>" ] }
36B
Readme
StarCoder 模型在包含 80 多种编程语言的 GitHub 代码上训练。
示例提示
def print_hello_world():
示例响应
print("Hello world")