13个月前更新
13个月前
f4bfd7a34676 · 2.2GB
模型
架构StarCoder
·
参数31.8亿
·
量化Q5_K_S
2.2GB
参数
{ "stop": [ "<|endoftext|>" ] }
36B
自述文件
StarCoder模型使用超过80多种编程语言的GitHub代码进行训练。
示例提示
def print_hello_world():
示例回复
print("Hello world")