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