Update README.md
Browse files
README.md
CHANGED
@@ -5,9 +5,9 @@ tags:
|
|
5 |
base_model: RekaAI/reka-flash-3
|
6 |
---
|
7 |
|
8 |
-
#
|
9 |
|
10 |
-
The Model [
|
11 |
|
12 |
## Use with mlx
|
13 |
|
@@ -18,7 +18,7 @@ pip install mlx-lm
|
|
18 |
```python
|
19 |
from mlx_lm import load, generate
|
20 |
|
21 |
-
model, tokenizer = load("
|
22 |
|
23 |
prompt="hello"
|
24 |
|
|
|
5 |
base_model: RekaAI/reka-flash-3
|
6 |
---
|
7 |
|
8 |
+
# mlx-community/reka-flash-3-mlx-fp16
|
9 |
|
10 |
+
The Model [mlx-community/reka-flash-3-mlx-fp16](https://huggingface.co/mlx-community/reka-flash-3-mlx-fp16) was converted to MLX format from [RekaAI/reka-flash-3](https://huggingface.co/RekaAI/reka-flash-3) using mlx-lm version **0.21.5**.
|
11 |
|
12 |
## Use with mlx
|
13 |
|
|
|
18 |
```python
|
19 |
from mlx_lm import load, generate
|
20 |
|
21 |
+
model, tokenizer = load("mlx-community/reka-flash-3-mlx-fp16")
|
22 |
|
23 |
prompt="hello"
|
24 |
|