File size: 1,022 Bytes
46a64c6 c7074ca 263f09e 46a64c6 c7074ca 46a64c6 6b522a6 46a64c6 a6dac7d 263f09e a6dac7d 46a64c6 a6dac7d 263f09e a6dac7d 46a64c6 c7074ca 46a64c6 c7074ca |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 |
---
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/) |