Minh141120 commited on
Commit
658108e
·
verified ·
1 Parent(s): c1887fe

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -0
README.md ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ ---
4
+ ## Overview
5
+
6
+ **Cohere For AI** developed and released the [Aya 23](https://huggingface.co/CohereForAI/aya-23), an open weights instruction fine-tuned model with advanced multilingual capabilities. Aya 23 is built upon the highly performant Command family of models and fine-tuned using the Aya Collection to deliver state-of-the-art performance across 23 languages. This multilingual large language model is designed to support a wide range of use cases, including multilingual text generation, understanding, and translation tasks.
7
+
8
+ Aya 23, balancing efficiency and performance. It offers robust multilingual support for languages such as Arabic, Chinese, English, Spanish, Hindi, Vietnamese, and more, making it a versatile tool for global applications. A 35-billion parameter version is also available [here](https://huggingface.co/CohereForAI/aya-23-35b).
9
+
10
+ ## Variants
11
+
12
+ | No | Variant | Cortex CLI command |
13
+ | --- | --- | --- |
14
+ | 1 | [gguf](https://huggingface.co/cortexso/aya-23-8b/tree/main) | `cortex run aya-23` |
15
+
16
+ ## Supported Languages
17
+
18
+ Aya 23 supports the following 23 languages:
19
+ Arabic, Chinese (simplified & traditional), Czech, Dutch, English, French, German, Greek, Hebrew, Hindi, Indonesian, Italian, Japanese, Korean, Persian, Polish, Portuguese, Romanian, Russian, Spanish, Turkish, Ukrainian, and Vietnamese.
20
+
21
+ ## Use it with Jan (UI)
22
+
23
+ 1. Install **Jan** using [Quickstart](https://jan.ai/docs/quickstart)
24
+ 2. Use in Jan model Hub:
25
+ ```text
26
+ cortexso/aya-23
27
+ ```
28
+
29
+ ## Use it with Cortex (CLI)
30
+
31
+ 1. Install **Cortex** using [Quickstart](https://cortex.jan.ai/docs/quickstart)
32
+ 2. Run the model with command:
33
+ ```bash
34
+ cortex run aya-23
35
+ ```
36
+
37
+ ## Credits
38
+
39
+ - **Author:** Cohere For AI and Cohere
40
+ - **Converter:** [Homebrew](https://www.homebrew.ltd/)
41
+ - **Original License:** [License](https://spdx.org/licenses/CC-BY-NC-4.0)