Pham commited on
Commit
46a64c6
·
verified ·
1 Parent(s): 1bdea37

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: ms-pl
3
+ ---
4
+
5
+ ## Overview
6
+
7
+ The Phi-3, state-of-the-art open model trained with the Phi-3 datasets that includes both synthetic data and the filtered publicly available websites data with a focus on high-quality and reasoning dense properties. The model belongs to the Phi-3 family with the 4B, 7B version in two variants 8K and 128K which is the context length (in tokens) that it can support.
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 `cortexhub/codestral` in Jan model Hub
20
+
21
+ ## Use it with Cortex (CLI)
22
+
23
+ 1. Install **Cortex** using [Quickstart](https://cortex.jan.ai/docs/quickstart)
24
+ 2. Run the model with the command: `cortex run codestral`
25
+
26
+ ## Credits
27
+
28
+ - **Author:** meta-llama
29
+ - **Converter:** [Homebrew](https://www.homebrew.ltd/)
30
+ - **Original License:** [Licence]()
31
+ - **Papers:** N/A