abalogh commited on
Commit
8e26953
·
verified ·
1 Parent(s): 35db719

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -11,9 +11,9 @@ tags:
11
  pipeline_tag: text-generation
12
  ---
13
 
14
- # abalogh/OpenR1-Distill-7B-4bit
15
 
16
- This model [abalogh/OpenR1-Distill-7B-4bit](https://huggingface.co/abalogh/OpenR1-Distill-7B-4bit) was
17
  converted to MLX format from [open-r1/OpenR1-Distill-7B](https://huggingface.co/open-r1/OpenR1-Distill-7B)
18
  using mlx-lm version **0.24.1**.
19
 
@@ -26,7 +26,7 @@ pip install mlx-lm
26
  ```python
27
  from mlx_lm import load, generate
28
 
29
- model, tokenizer = load("abalogh/OpenR1-Distill-7B-4bit")
30
 
31
  prompt = "hello"
32
 
 
11
  pipeline_tag: text-generation
12
  ---
13
 
14
+ # mlx-community/OpenR1-Distill-7B-4bit
15
 
16
+ This model [mlx-community/OpenR1-Distill-7B-4bit](https://huggingface.co/mlx-community/OpenR1-Distill-7B-4bit) was
17
  converted to MLX format from [open-r1/OpenR1-Distill-7B](https://huggingface.co/open-r1/OpenR1-Distill-7B)
18
  using mlx-lm version **0.24.1**.
19
 
 
26
  ```python
27
  from mlx_lm import load, generate
28
 
29
+ model, tokenizer = load("mlx-community/OpenR1-Distill-7B-4bit")
30
 
31
  prompt = "hello"
32