Felladrin commited on
Commit
03c4c93
·
verified ·
1 Parent(s): 817eb8e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -9,9 +9,9 @@ tags:
9
  - mlx-my-repo
10
  ---
11
 
12
- # Felladrin/Llama-3.2-3B-Instruct-abliterated-mlx-6Bit
13
 
14
- The Model [Felladrin/Llama-3.2-3B-Instruct-abliterated-mlx-6Bit](https://huggingface.co/Felladrin/Llama-3.2-3B-Instruct-abliterated-mlx-6Bit) was converted to MLX format from [huihui-ai/Llama-3.2-3B-Instruct-abliterated](https://huggingface.co/huihui-ai/Llama-3.2-3B-Instruct-abliterated) using mlx-lm version **0.22.3**.
15
 
16
  ## Use with mlx
17
 
@@ -22,7 +22,7 @@ pip install mlx-lm
22
  ```python
23
  from mlx_lm import load, generate
24
 
25
- model, tokenizer = load("Felladrin/Llama-3.2-3B-Instruct-abliterated-mlx-6Bit")
26
 
27
  prompt="hello"
28
 
 
9
  - mlx-my-repo
10
  ---
11
 
12
+ # mlx-community/Llama-3.2-3B-Instruct-abliterated-6bit
13
 
14
+ The Model [mlx-community/Llama-3.2-3B-Instruct-abliterated-6bit](https://huggingface.co/mlx-community/Llama-3.2-3B-Instruct-abliterated-6bit) was converted to MLX format from [huihui-ai/Llama-3.2-3B-Instruct-abliterated](https://huggingface.co/huihui-ai/Llama-3.2-3B-Instruct-abliterated) using mlx-lm version **0.22.3**.
15
 
16
  ## Use with mlx
17
 
 
22
  ```python
23
  from mlx_lm import load, generate
24
 
25
+ model, tokenizer = load("mlx-community/Llama-3.2-3B-Instruct-abliterated-6bit")
26
 
27
  prompt="hello"
28