File size: 1,424 Bytes
17f2fce d942f80 17f2fce d3de661 17f2fce d3de661 17f2fce d3de661 17f2fce | 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 40 | ---
license: cc-by-sa-4.0
pipeline_tag: text-generation
tags:
- cortex.cpp
---
## Overview
Aya Expanse is an open-weight research release of a model with highly advanced multilingual capabilities. It focuses on pairing a highly performant pre-trained Command family of models with the result of a year’s dedicated research from Cohere For AI, including data arbitrage, multilingual preference training, safety tuning, and model merging. The result is a powerful multilingual large language model serving 23 languages.
## Variants
| No | Variant | Cortex CLI command |
| --- | --- | --- |
| 1 | [Aya-expanse-8b](https://huggingface.co/cortexso/aya-expanse/tree/8b) | `cortex run aya-expanse:8b` |
| 2 | [Aya-expanse-32b](https://huggingface.co/cortexso/aya-expanse/tree/32b) | `cortex run aya-expanse:32b` |
## Use it with Jan (UI)
1. Install **Jan** using [Quickstart](https://jan.ai/docs/quickstart)
2. Use in Jan model Hub:
```bash
cortexso/aya-expanse
```
## 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 aya-expanse
```
## Credits
- **Author:** CohereAI
- **Converter:** [Homebrew](https://www.homebrew.ltd/)
- **Original License:** [License](https://cohere.com/c4ai-cc-by-nc-license)
- **Papers:** [Aya Expanse Blog](https://cohere.com/blog/aya-expanse-connecting-our-world) |