jan-hq commited on
Commit
3b0b7a4
·
verified ·
1 Parent(s): 10b95b4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +36 -3
README.md CHANGED
@@ -1,3 +1,36 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+
5
+ ## Overview
6
+
7
+ Qwen2.5 by Qwen is a family of model include various specialized models for coding and mathematics available in multiple sizes from 0.5B to 72B parameters
8
+
9
+ ## Variants
10
+
11
+ | No | Variant | Cortex CLI command |
12
+ | --- | --- | --- |
13
+ | 1 | [main/default](https://huggingface.co/cortexso/qwen2.5/tree/main) | `cortex run qwen2.5` |
14
+
15
+ ## Use it with Jan (UI)
16
+
17
+ 1. Install **Jan** using [Quickstart](https://jan.ai/docs/quickstart)
18
+ 2. Use in Jan model Hub:
19
+ ```
20
+ cortexso/qwen2.5
21
+ ```
22
+
23
+ ## Use it with Cortex (CLI)
24
+
25
+ 1. Install **Cortex** using [Quickstart](https://cortex.jan.ai/docs/quickstart)
26
+ 2. Run the model with command:
27
+ ```
28
+ cortex run qwen2.5
29
+ ```
30
+
31
+ ## Credits
32
+
33
+ - **Author:** Qwen
34
+ - **Converter:** [Homebrew](https://www.homebrew.ltd/)
35
+ - **Original License:** [License Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0)
36
+ - **Papers:** [Qwen2.5 Blog](https://qwenlm.github.io/blog/qwen2.5/)