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