artetxem commited on
Commit
ef8724c
·
verified ·
1 Parent(s): b515709

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -3,12 +3,14 @@ license: apache-2.0
3
  ---
4
  # Reka Flash 3
5
 
6
- Reka Flash 3 is our latest general-purpose reasoning model that excels in general chat, coding, instruction following, and function calling. At a size of 21B parameters, it performs competitively with proprietary models such as OpenAI o1-mini, making it a good foundation to build many applications that require low latency or on-device deployments. It is currently the best model in its size category.
7
-
8
- ![Performance](./eval.png)
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
+ ![Performance](./eval.png)
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.