115.3K Downloads Updated 11 months ago
Updated 11 months ago
11 months ago
39c63e7675d7 · 5.0GB
Yi-Coder is excelling in long-context understanding with a maximum context length of 128K tokens. It supports 52 major programming languages.
ollama run yi-coder:9b
ollama run yi-coder:1.5b
ollama run yi-coder
curl http://localhost:11434/api/generate -d '{
"model": "yi-coder",
"prompt": "def compute_gcd(a, b):",
"suffix": " return result",
"options": {
"temperature": 0
},
"stream": false
}'