AlejandroOlmedo commited on
Commit
c18c9c5
·
verified ·
1 Parent(s): 0a0321a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -24,13 +24,13 @@ I simply converted it to MLX format (using mlx-lm version **0.20.5**.) with a qu
24
  ## Other Types:
25
  | Link | Type | Size| Notes |
26
  |-------|-----------|-----------|-----------|
27
- | [MLX] (https://huggingface.co/Alejandroolmedo/zeta-8bit-mlx) | 8-bit | 8.10 GB | **Best Quality** |
28
- | [MLX] (https://huggingface.co/Alejandroolmedo/zeta-4bit-mlx) | 4-bit | 4.30 GB | Good Quality|
29
 
30
 
31
- # Alejandroolmedo/zeta-8bit-mlx
32
 
33
- The Model [Alejandroolmedo/zeta-8bit-mlx](https://huggingface.co/Alejandroolmedo/zeta-8bit-mlx) was converted to MLX format from [zed-industries/zeta](https://huggingface.co/zed-industries/zeta) using mlx-lm version **0.20.5**.
34
 
35
  ## Use with mlx
36
 
@@ -41,7 +41,7 @@ pip install mlx-lm
41
  ```python
42
  from mlx_lm import load, generate
43
 
44
- model, tokenizer = load("Alejandroolmedo/zeta-8bit-mlx")
45
 
46
  prompt="hello"
47
 
 
24
  ## Other Types:
25
  | Link | Type | Size| Notes |
26
  |-------|-----------|-----------|-----------|
27
+ | [MLX] (https://huggingface.co/AlejandroOlmedo/zeta-8bit-mlx) | 8-bit | 8.10 GB | **Best Quality** |
28
+ | [MLX] (https://huggingface.co/AlejandroOlmedo/zeta-4bit-mlx) | 4-bit | 4.30 GB | Good Quality|
29
 
30
 
31
+ # AlejandroOlmedo/zeta-8bit-mlx
32
 
33
+ The Model [AlejandroOlmedo/zeta-8bit-mlx](https://huggingface.co/AlejandroOlmedo/zeta-8bit-mlx) was converted to MLX format from [zed-industries/zeta](https://huggingface.co/zed-industries/zeta) using mlx-lm version **0.20.5**.
34
 
35
  ## Use with mlx
36
 
 
41
  ```python
42
  from mlx_lm import load, generate
43
 
44
+ model, tokenizer = load("AlejandroOlmedo/zeta-8bit-mlx")
45
 
46
  prompt="hello"
47