Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,36 @@
|
|
1 |
-
---
|
2 |
-
license: cc-by-sa-4.0
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-sa-4.0
|
3 |
+
---
|
4 |
+
|
5 |
+
## Overview
|
6 |
+
|
7 |
+
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.
|
8 |
+
|
9 |
+
## Variants
|
10 |
+
|
11 |
+
| No | Variant | Cortex CLI command |
|
12 |
+
| --- | --- | --- |
|
13 |
+
| 1 | [main/default](https://huggingface.co/aya-expanse/llama3.2/tree/main) | `cortex run aya-expanse` |
|
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 |
+
cortexso/aya-expanse
|
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 aya-expanse
|
29 |
+
```
|
30 |
+
|
31 |
+
## Credits
|
32 |
+
|
33 |
+
- **Author:** CohereAI
|
34 |
+
- **Converter:** [Homebrew](https://www.homebrew.ltd/)
|
35 |
+
- **Original License:** [License](https://cohere.com/c4ai-cc-by-nc-license)
|
36 |
+
- **Papers:** [Aya Expanse Blog](https://cohere.com/blog/aya-expanse-connecting-our-world)
|