更新于 15 个月前
15 个月前
fea253550249 · 868MB
模型
架构starcoder
·
参数1.24B
·
量化Q5_0
868MB
参数
{ "stop": [ "<|endoftext|>" ] }
36B
Readme
StarCoder 模型是在 GitHub 代码上训练的,使用了超过 80 多种编程语言。
示例提示
def print_hello_world():
示例响应
print("Hello world")