Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: other
|
3 |
+
license_name: tongyi-qianwen
|
4 |
+
license_link: https://huggingface.co/Qwen/Qwen2-72B-Instruct/blob/main/LICENSE
|
5 |
+
---
|
6 |
+
|
7 |
+
## Overview
|
8 |
+
|
9 |
+
Qwen2 is the new series of Qwen large language models. For Qwen2, we release a number of base language models and instruction-tuned language models ranging from 0.5 to 72 billion parameters, including a Mixture-of-Experts model. This repo contains the instruction-tuned 72B Qwen2 model.
|
10 |
+
|
11 |
+
## Variants
|
12 |
+
|
13 |
+
| No | Variant | Cortex CLI command |
|
14 |
+
| --- | --- | --- |
|
15 |
+
| 1 | [7b-gguf](https://huggingface.co/cortexhub/qwen2/tree/7B-gguf) | `cortex run openhermes-2.5:7b-gguf` |
|
16 |
+
|
17 |
+
## Use it with Jan (UI)
|
18 |
+
|
19 |
+
1. Install **Jan** using [Quickstart](https://jan.ai/docs/quickstart)
|
20 |
+
2. Use in Jan model Hub:
|
21 |
+
```
|
22 |
+
cortexhub/qwen2
|
23 |
+
```
|
24 |
+
|
25 |
+
## Use it with Cortex (CLI)
|
26 |
+
|
27 |
+
1. Install **Cortex** using [Quickstart](https://cortex.jan.ai/docs/quickstart)
|
28 |
+
2. Run the model with command:
|
29 |
+
```
|
30 |
+
cortex run qwen2
|
31 |
+
```
|
32 |
+
|
33 |
+
## Credits
|
34 |
+
|
35 |
+
- **Author:** Tongyi Qianwen
|
36 |
+
- **Converter:** [Homebrew](https://www.homebrew.ltd/)
|
37 |
+
- **Original License:** [Licence](https://huggingface.co/Qwen/Qwen2-72B-Instruct/blob/main/LICENSE)
|