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