File size: 1,117 Bytes
89371f1 d33d791 5269819 89371f1 cffd0c2 89371f1 450a4b6 89371f1 cffd0c2 89371f1 cffd0c2 89371f1 d33d791 89371f1 450a4b6 d33d791 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 |
---
license: apache-2.0
pipeline_tag: text-generation
tags:
- cortex.cpp
---
## Overview
[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.
## Variants
| No | Variant | Cortex CLI command |
| --- | --- | --- |
| 1 | [Yi-1.5-34b](https://huggingface.co/cortexhub/yi-1.5/tree/34b) | `cortex run yi-1.5:34b` |
## Use it with Jan (UI)
1. Install **Jan** using [Quickstart](https://jan.ai/docs/quickstart)
2. Use in Jan model Hub:
```bash
cortexhub/yi-1.5
```
## Use it with Cortex (CLI)
1. Install **Cortex** using [Quickstart](https://cortex.jan.ai/docs/quickstart)
2. Run the model with command:
```bash
cortex run yi-1.5
```
## Credits
- **Author:** 01-ai
- **Converter:** [Homebrew](https://www.homebrew.ltd/)
- **Original License:** [License](https://choosealicense.com/licenses/apache-2.0/)
- **Papers:** [Yi Paper](https://arxiv.org/abs/2403.04652) |