易码 (Yi-Coder) 是一系列开源代码语言模型,在不到 100 亿个参数的情况下,提供最先进的编码性能。
1.5b 9b
56.1K 请求 更新于 8 周前
更新于 8 周前
8 周前
39c63e7675d7 · 5.0GB
模型
架构llama
·
参数8.83B
·
量化Q4_0
5.0GB
参数
{"stop":["\u003c|endoftext|\u003e","\u003c|im_end|\u003e","\u003cfim_prefix\u003e","\u003cfim_suffix
135B
模板
{{- if .Messages }} {{- range $i, $_ := .Messages }} {{- $last := eq (len (slice $.Messages $i)) 1 -
527B
许可证
Apache License Version 2.0, January 2004
11kB
自述文件
易码 (Yi-Coder) 在长上下文理解方面表现出色,最大上下文长度为 128K 个词元。它支持 52 种主要的编程语言。
大小
- 9B:
ollama run yi-coder:9b
- 1.5B:
ollama run yi-coder:1.5b
用法
聊天
ollama run yi-coder
代码补全
curl https://127.0.0.1:11434/api/generate -d '{
"model": "yi-coder",
"prompt": "def compute_gcd(a, b):",
"suffix": " return result",
"options": {
"temperature": 0
},
"stream": false
}'