Update README.md
Browse files
README.md
CHANGED
@@ -100,9 +100,9 @@ model-index:
|
|
100 |
name: Open LLM Leaderboard
|
101 |
---
|
102 |
|
103 |
-
#
|
104 |
|
105 |
-
The Model [
|
106 |
|
107 |
## Use with mlx
|
108 |
|
@@ -113,7 +113,7 @@ pip install mlx-lm
|
|
113 |
```python
|
114 |
from mlx_lm import load, generate
|
115 |
|
116 |
-
model, tokenizer = load("
|
117 |
|
118 |
prompt="hello"
|
119 |
|
|
|
100 |
name: Open LLM Leaderboard
|
101 |
---
|
102 |
|
103 |
+
# mlx-community/Virtuoso-Small-4bit
|
104 |
|
105 |
+
The Model [mlx-community/Virtuoso-Small-4bit](https://huggingface.co/mlx-community/Virtuoso-Small-4bit) was converted to MLX format from [arcee-ai/Virtuoso-Small](https://huggingface.co/arcee-ai/Virtuoso-Small) using mlx-lm version **0.19.2**.
|
106 |
|
107 |
## Use with mlx
|
108 |
|
|
|
113 |
```python
|
114 |
from mlx_lm import load, generate
|
115 |
|
116 |
+
model, tokenizer = load("mlx-community/Virtuoso-Small-4bit")
|
117 |
|
118 |
prompt="hello"
|
119 |
|