Felladrin commited on
Commit
def8290
·
verified ·
1 Parent(s): 394b2e5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -13,9 +13,9 @@ tags:
13
  - mlx-my-repo
14
  ---
15
 
16
- # Felladrin/UserLM-8b-mlx-4Bit
17
 
18
- The Model [Felladrin/UserLM-8b-mlx-4Bit](https://huggingface.co/Felladrin/UserLM-8b-mlx-4Bit) was converted to MLX format from [microsoft/UserLM-8b](https://huggingface.co/microsoft/UserLM-8b) using mlx-lm version **0.26.4**.
19
 
20
  ## Use with mlx
21
 
@@ -26,7 +26,7 @@ pip install mlx-lm
26
  ```python
27
  from mlx_lm import load, generate
28
 
29
- model, tokenizer = load("Felladrin/UserLM-8b-mlx-4Bit")
30
 
31
  prompt="hello"
32
 
 
13
  - mlx-my-repo
14
  ---
15
 
16
+ # mlx-community/UserLM-8b-4bit
17
 
18
+ The Model [mlx-community/UserLM-8b-4bit](https://huggingface.co/mlx-community/UserLM-8b-4bit) was converted to MLX format from [microsoft/UserLM-8b](https://huggingface.co/microsoft/UserLM-8b) using mlx-lm version **0.26.4**.
19
 
20
  ## Use with mlx
21
 
 
26
  ```python
27
  from mlx_lm import load, generate
28
 
29
+ model, tokenizer = load("mlx-community/UserLM-8b-4bit")
30
 
31
  prompt="hello"
32