更新于 16 个月前
16 个月前
fc59c84e00c5 · 9.0GB
模型
架构starcoder
·
参数15.8B
·
量化Q4_0
9.0GB
参数
{ "stop": [ "<|endoftext|>" ] }
36B
Readme
StarCoder 模型是在 GitHub 代码上训练的,涵盖 80 多种编程语言。
示例提示
def print_hello_world():
示例响应
print("Hello world")