Merge branch 'main' of hf.co:cortexso/yi-1.5 into 34B-gguf
Browse files
README.md
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
---
|
4 |
+
|
5 |
+
## Overview
|
6 |
+
|
7 |
+
[Yi-1.5](01-ai/Yi-1.5-34B-Chat) delivers stronger performance in coding, math, reasoning, and instruction-following capability, while still maintaining excellent capabilities in language understanding, commonsense reasoning, and reading comprehension.
|
8 |
+
|
9 |
+
## Variants
|
10 |
+
|
11 |
+
| No | Variant | Cortex CLI command |
|
12 |
+
| --- | --- | --- |
|
13 |
+
| 1 | [34B-gguf](https://huggingface.co/cortexhub/yi-1.5/tree/34B-gguf) | `cortex run yi-1.5:34B-gguf` |
|
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 |
+
cortexhub/yi-1.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 yi-1.5
|
29 |
+
```
|
30 |
+
|
31 |
+
## Credits
|
32 |
+
|
33 |
+
- **Author:** 01-ai
|
34 |
+
- **Converter:** [Homebrew](https://www.homebrew.ltd/)
|
35 |
+
- **Original License:** [License](https://huggingface.co/datasets/choosealicense/licenses/blob/main/markdown/apache-2.0.md)
|
36 |
+
- **Papers:** [Yi Paper](https://arxiv.org/abs/2403.04652)
|