thiera1 commited on
Commit
2297336
·
verified ·
1 Parent(s): 56b97a2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -4,9 +4,9 @@ tags:
4
  - mlx
5
  ---
6
 
7
- # thiera1/Tiger-Gemma-9B-v3-Q4-mlx
8
 
9
- The Model [thiera1/Tiger-Gemma-9B-v3-Q4-mlx](https://huggingface.co/thiera1/Tiger-Gemma-9B-v3-Q4-mlx) was converted to MLX format from [TheDrummer/Tiger-Gemma-9B-v3](https://huggingface.co/TheDrummer/Tiger-Gemma-9B-v3) using mlx-lm version **0.20.5**.
10
 
11
  ## Use with mlx
12
 
@@ -17,7 +17,7 @@ pip install mlx-lm
17
  ```python
18
  from mlx_lm import load, generate
19
 
20
- model, tokenizer = load("thiera1/Tiger-Gemma-9B-v3-Q4-mlx")
21
 
22
  prompt="hello"
23
 
 
4
  - mlx
5
  ---
6
 
7
+ # mlx-community/Tiger-Gemma-9B-v3-Q4-mlx
8
 
9
+ The Model [mlx-community/Tiger-Gemma-9B-v3-Q4-mlx](https://huggingface.co/mlx-community/Tiger-Gemma-9B-v3-Q4-mlx) was converted to MLX format from [TheDrummer/Tiger-Gemma-9B-v3](https://huggingface.co/TheDrummer/Tiger-Gemma-9B-v3) using mlx-lm version **0.20.5**.
10
 
11
  ## Use with mlx
12
 
 
17
  ```python
18
  from mlx_lm import load, generate
19
 
20
+ model, tokenizer = load("mlx-community/Tiger-Gemma-9B-v3-Q4-mlx")
21
 
22
  prompt="hello"
23