Update README.md
Browse files
README.md
CHANGED
@@ -3,12 +3,14 @@ license: apache-2.0
|
|
3 |
---
|
4 |
# Reka Flash 3
|
5 |
|
6 |
-
Reka Flash 3 is
|
7 |
-
|
8 |
-

|
9 |
|
10 |
Try it out at [Reka Space](https://space.reka.ai).
|
11 |
|
|
|
|
|
|
|
|
|
12 |
## Quickstart
|
13 |
|
14 |
For ease of deployment, the model is released in a Llama-compatible format. You may use any library compatible with Llama to run the model.
|
|
|
3 |
---
|
4 |
# Reka Flash 3
|
5 |
|
6 |
+
Reka Flash 3 is a 21B general-purpose reasoning model that was trained from scratch. It was trained in synthetic and public datasets for supervised finetuning, followed by RLOO with model-based and rule-based rewards. It performs competitively with proprietary models such as OpenAI o1-mini, making it a good foundation to build applications that require low latency or on-device deployment. It is currently the best open model in its size category.
|
|
|
|
|
7 |
|
8 |
Try it out at [Reka Space](https://space.reka.ai).
|
9 |
|
10 |
+
Reka Flash 3 powers Nexus, our new platform for organizations to create and manage AI workers. Nexus workers have native deep research capabilities and can browse the web, execute code, and analyse internal files including documents, images, videos and audio. Learn more about Nexus at [getnexus.reka.ai](https://getnexus.reka.ai).
|
11 |
+
|
12 |
+

|
13 |
+
|
14 |
## Quickstart
|
15 |
|
16 |
For ease of deployment, the model is released in a Llama-compatible format. You may use any library compatible with Llama to run the model.
|