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