更新于 15 个月前
15 个月前
40aa0dd07f6a · 8.2GB
模型
架构starcoder
·
参数量15.8B
·
量化Q3_K_M
8.2GB
参数
{ "stop": [ "<|endoftext|>" ] }
36B
自述文件
StarCoder 模型是在 GitHub 代码上训练的,代码包含 80 多种编程语言。
示例提示
def print_hello_world():
示例响应
print("Hello world")