--- 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)