13个月前更新
13个月前
49fb06b2da48 · 6.9GB
模型
架构StarCoder
·
参数15.8B
·
量化Q3_K_S
6.9GB
参数
{ "stop": [ "<|endoftext|>" ] }
36B
自述文件
StarCoder模型使用GitHub代码进行训练,涵盖80多种编程语言。
示例提示
def print_hello_world():
示例回复
print("Hello world")