Update README.md
Browse files
README.md
CHANGED
@@ -13,9 +13,9 @@ library_name: mlx
|
|
13 |
pipeline_tag: text-generation
|
14 |
---
|
15 |
|
16 |
-
#
|
17 |
|
18 |
-
This model [
|
19 |
converted to MLX format from [nvidia/OpenMath-Nemotron-1.5B](https://huggingface.co/nvidia/OpenMath-Nemotron-1.5B)
|
20 |
using mlx-lm version **0.23.2**.
|
21 |
|
@@ -28,7 +28,7 @@ pip install mlx-lm
|
|
28 |
```python
|
29 |
from mlx_lm import load, generate
|
30 |
|
31 |
-
model, tokenizer = load("
|
32 |
|
33 |
prompt = "hello"
|
34 |
|
|
|
13 |
pipeline_tag: text-generation
|
14 |
---
|
15 |
|
16 |
+
# mlx-community/OpenMath-Nemotron-1.5B-4bit
|
17 |
|
18 |
+
This model [mlx-community/OpenMath-Nemotron-1.5B-4bit](https://huggingface.co/mlx-community/OpenMath-Nemotron-1.5B-4bit) was
|
19 |
converted to MLX format from [nvidia/OpenMath-Nemotron-1.5B](https://huggingface.co/nvidia/OpenMath-Nemotron-1.5B)
|
20 |
using mlx-lm version **0.23.2**.
|
21 |
|
|
|
28 |
```python
|
29 |
from mlx_lm import load, generate
|
30 |
|
31 |
+
model, tokenizer = load("mlx-community/OpenMath-Nemotron-1.5B-4bit")
|
32 |
|
33 |
prompt = "hello"
|
34 |
|