| --- |
| license: other |
| pipeline_tag: text-generation |
| tags: |
| - cortex.cpp |
| --- |
| |
| ## Overview |
|
|
| Codestral-22B-v0.1 is trained on a diverse dataset of 80+ programming languages, including the most popular ones, such as Python, Java, C, C++, JavaScript, and Bash |
|
|
| ## Variants |
|
|
| | No | Variant | Cortex CLI command | |
| | --- | --- | --- | |
| | 1 | [Codestral-22b](https://huggingface.co/cortexso/codestral/tree/22b) | `cortex run codestral:22b` | |
|
|
|
|
| ## Use it with Jan (UI) |
|
|
| 1. Install **Jan** using [Quickstart](https://jan.ai/docs/quickstart) |
| 2. Use in Jan model Hub: |
| ```bash |
| cortexhub/codestral |
| ``` |
| |
| ## Use it with Cortex (CLI) |
| |
| 1. Install **Cortex** using [Quickstart](https://cortex.jan.ai/docs/quickstart) |
| 2. Run the model with command: |
| ```bash |
| cortex run codestral |
| ``` |
| |
| ## Credits |
| |
| - **Author:** Mistral AI |
| - **Converter:** [Homebrew](https://www.homebrew.ltd/) |
| - **Original License:** [Licence](https://mistral.ai/licenses/MNPL-0.1.md) |
| - **Papers:** [Codestral Blog](https://mistral.ai/news/codestral/) |