Felladrin commited on
Commit
3aba7ae
·
verified ·
1 Parent(s): d9a703d

Update README.md

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