Update README.md
Browse files
README.md
CHANGED
@@ -11,9 +11,9 @@ tags:
|
|
11 |
- mlx
|
12 |
---
|
13 |
|
14 |
-
#
|
15 |
|
16 |
-
The Model [
|
17 |
|
18 |
## Use with mlx
|
19 |
|
@@ -24,7 +24,7 @@ pip install mlx-lm
|
|
24 |
```python
|
25 |
from mlx_lm import load, generate
|
26 |
|
27 |
-
model, tokenizer = load("
|
28 |
|
29 |
prompt="hello"
|
30 |
|
|
|
11 |
- mlx
|
12 |
---
|
13 |
|
14 |
+
# ethicalabs/Kurtis-E1.1-Qwen2.5-0.5B-Instruct-mlx-4Bit
|
15 |
|
16 |
+
The Model [ethicalabs/Kurtis-E1.1-Qwen2.5-0.5B-Instruct-mlx-4Bit](https://huggingface.co/ethicalabs/Kurtis-E1.1-Qwen2.5-0.5B-Instruct-mlx-4Bit) was converted to MLX format from [ethicalabs/Kurtis-E1.1-Qwen2.5-0.5B-Instruct](https://huggingface.co/ethicalabs/Kurtis-E1.1-Qwen2.5-0.5B-Instruct) using mlx-lm version **0.22.1**.
|
17 |
|
18 |
## Use with mlx
|
19 |
|
|
|
24 |
```python
|
25 |
from mlx_lm import load, generate
|
26 |
|
27 |
+
model, tokenizer = load("ethicalabs/Kurtis-E1.1-Qwen2.5-0.5B-Instruct-mlx-4Bit")
|
28 |
|
29 |
prompt="hello"
|
30 |
|