spawn99 commited on
Commit
c9f98f5
·
verified ·
1 Parent(s): a79bb21

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -5,9 +5,9 @@ tags:
5
  base_model: RekaAI/reka-flash-3
6
  ---
7
 
8
- # spawn99/reka-flash-3-mlx-fp16
9
 
10
- The Model [spawn99/reka-flash-3-mlx-fp16](https://huggingface.co/spawn99/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,7 +18,7 @@ pip install mlx-lm
18
  ```python
19
  from mlx_lm import load, generate
20
 
21
- model, tokenizer = load("spawn99/reka-flash-3-mlx-fp16")
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