CodeQwen1.5 is a large language model pretrained on a large amount of code data.
7b
115.8K Pulls Updated 5 months ago
Updated 5 months ago
5 months ago
60e192727d09 · 3.8GB
model
archqwen2
·
parameters7.25B
·
quantizationQ3_K_M
3.8GB
system
You are a helpful assistant.
28B
license
../../../Qwen/CodeQwen1.5-7B-Chat/LICENSE
41B
params
{"stop":["\u003c|im_start|\u003e","\u003c|im_end|\u003e"]}
59B
template
{{ if .System }}<|im_start|>system
{{ .System }}<|im_end|>
{{ end }}{{ if .Prompt }}<|im_start|>user
182B
Readme
CodeQwen1.5 is based on Qwen1.5. It is trained on 3 trillion tokens of code data. Its major features include:
- Strong code generation capabilities and competitive performance across a series of benchmarks
- Support for long context understanding and generation with a maximum context length of 64K tokens
- Support for 92 coding languages
- Excellent performance in Text-to-SQL, fixing bugs and other coding use cases.