Update README.md
Browse files
README.md
CHANGED
@@ -24,13 +24,13 @@ I simply converted it to MLX format (using mlx-lm version **0.21.4**.) for bette
|
|
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 |
converted to MLX format from [zed-industries/zeta](https://huggingface.co/zed-industries/zeta)
|
35 |
using mlx-lm version **0.21.4**.
|
36 |
|
@@ -43,7 +43,7 @@ pip install mlx-lm
|
|
43 |
```python
|
44 |
from mlx_lm import load, generate
|
45 |
|
46 |
-
model, tokenizer = load("
|
47 |
|
48 |
prompt = "hello"
|
49 |
|
|
|
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-mlx
|
32 |
|
33 |
+
The Model [AlejandroOlmedo/zeta-mlx](https://huggingface.co/AlejandroOlmedo/zeta-mlx) was
|
34 |
converted to MLX format from [zed-industries/zeta](https://huggingface.co/zed-industries/zeta)
|
35 |
using mlx-lm version **0.21.4**.
|
36 |
|
|
|
43 |
```python
|
44 |
from mlx_lm import load, generate
|
45 |
|
46 |
+
model, tokenizer = load("AlejandroOlmedo/zeta-mlx")
|
47 |
|
48 |
prompt = "hello"
|
49 |
|