Update README.md
Browse files
README.md
CHANGED
|
@@ -7,7 +7,7 @@ tags:
|
|
| 7 |
|
| 8 |
## Overview
|
| 9 |
|
| 10 |
-
[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.
|
| 11 |
|
| 12 |
## Variants
|
| 13 |
|
|
@@ -19,7 +19,7 @@ tags:
|
|
| 19 |
|
| 20 |
1. Install **Jan** using [Quickstart](https://jan.ai/docs/quickstart)
|
| 21 |
2. Use in Jan model Hub:
|
| 22 |
-
```
|
| 23 |
cortexhub/yi-1.5
|
| 24 |
```
|
| 25 |
|
|
@@ -27,7 +27,7 @@ tags:
|
|
| 27 |
|
| 28 |
1. Install **Cortex** using [Quickstart](https://cortex.jan.ai/docs/quickstart)
|
| 29 |
2. Run the model with command:
|
| 30 |
-
```
|
| 31 |
cortex run yi-1.5
|
| 32 |
```
|
| 33 |
|
|
|
|
| 7 |
|
| 8 |
## Overview
|
| 9 |
|
| 10 |
+
[Yi-1.5](https://huggingface.co/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.
|
| 11 |
|
| 12 |
## Variants
|
| 13 |
|
|
|
|
| 19 |
|
| 20 |
1. Install **Jan** using [Quickstart](https://jan.ai/docs/quickstart)
|
| 21 |
2. Use in Jan model Hub:
|
| 22 |
+
```bash
|
| 23 |
cortexhub/yi-1.5
|
| 24 |
```
|
| 25 |
|
|
|
|
| 27 |
|
| 28 |
1. Install **Cortex** using [Quickstart](https://cortex.jan.ai/docs/quickstart)
|
| 29 |
2. Run the model with command:
|
| 30 |
+
```bash
|
| 31 |
cortex run yi-1.5
|
| 32 |
```
|
| 33 |
|