Update README.md
Browse files
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/
|
28 |
-
| [MLX] (https://huggingface.co/
|
29 |
|
30 |
|
31 |
-
#
|
32 |
|
33 |
-
The Model [
|
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("
|
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 |
|