codestral:22b-v0.1-q3_K_M

308.5K 9 months ago

Codestral is Mistral AI’s first-ever code model designed for code generation tasks.

22b

9 months ago

71655d0feff7 · 11GB

llama
·
22.2B
·
Q3_K_M
{{- if .Suffix }}[SUFFIX]{{ .Suffix }}[PREFIX] {{ .Prompt }} {{- else if .Messages }} {{- range $ind
# Mistral AI Non-Production License ## 1. Scope and acceptance **1.1. Scope of the Agreement.** T
{ "stop": [ "[INST]", "[/INST]", "[PREFIX]", "[MIDDLE]",

Readme

Codestral

Codestral Hello World

Codestral is Mistral AI’s first-ever code model designed for code generation tasks. It is a 22B model.

Fluent in 80+ programming languages

Codestral is trained on a dataset of over 80 programming languages, including Python, Java, C, C++, JavaScript, Swift, Fortran and Bash.

The model can complete coding functions, write tests, and complete any partial code using a fill-in-the-middle mechanism.

Benchmarks

With its larger context window of 32k (compared to 4k, 8k or 16k for competitors), Codestral outperforms all other models in RepoBench, a long-range eval for code generation

Benchmarks

FIM benchmarks

Reference

Mistral AI - Codestral: Hello, World