van-qa commited on
Commit
5a55d40
·
2 Parent(s): cf368c5 54101f7

Merge branch 'main' of hf.co:cortexso/codestral into default

Browse files
Files changed (1) hide show
  1. README.md +37 -0
README.md ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ ---
4
+
5
+ ## Overview
6
+
7
+ 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
8
+
9
+ ## Variants
10
+
11
+ | No | Variant | Cortex CLI command |
12
+ | --- | --- | --- |
13
+ | 1 | [22b-gguf](https://huggingface.co/cortexhub/codestral/tree/22b-gguf) | `cortex run codestral:22b-gguf` |
14
+
15
+
16
+ ## Use it with Jan (UI)
17
+
18
+ 1. Install **Jan** using [Quickstart](https://jan.ai/docs/quickstart)
19
+ 2. Use in Jan model Hub:
20
+ ```
21
+ cortexhub/codestral
22
+ ```
23
+
24
+ ## Use it with Cortex (CLI)
25
+
26
+ 1. Install **Cortex** using [Quickstart](https://cortex.jan.ai/docs/quickstart)
27
+ 2. Run the model with command:
28
+ ```
29
+ cortex run codestral
30
+ ```
31
+
32
+ ## Credits
33
+
34
+ - **Author:** Mistral AI
35
+ - **Converter:** [Homebrew](https://www.homebrew.ltd/)
36
+ - **Original License:** [Licence](https://mistral.ai/licenses/MNPL-0.1.md)
37
+ - **Papers:** [Codestral Blog](https://mistral.ai/news/codestral/)