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