TheBlueObserver
commited on
Commit
•
4e7d9bb
1
Parent(s):
366b4a3
Upload folder using huggingface_hub (#12)
Browse files- 84e3aa78df2288a7aba9c88e5fd5e25465b49c102d98fd3a672b14a819286857 (baad0d22e3f78262516895488fd707e626676244)
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
base_model:
|
3 |
language:
|
4 |
- en
|
5 |
library_name: transformers
|
@@ -12,10 +12,10 @@ tags:
|
|
12 |
- mlx
|
13 |
---
|
14 |
|
15 |
-
#
|
16 |
|
17 |
-
The Model [
|
18 |
-
converted to MLX format from [
|
19 |
using mlx-lm version **0.20.2**.
|
20 |
|
21 |
## Use with mlx
|
@@ -27,7 +27,7 @@ pip install mlx-lm
|
|
27 |
```python
|
28 |
from mlx_lm import load, generate
|
29 |
|
30 |
-
model, tokenizer = load("
|
31 |
|
32 |
prompt="hello"
|
33 |
|
|
|
1 |
---
|
2 |
+
base_model: theblueobserver/Qwen2.5-1.5B-Instruct
|
3 |
language:
|
4 |
- en
|
5 |
library_name: transformers
|
|
|
12 |
- mlx
|
13 |
---
|
14 |
|
15 |
+
# theblueobserver/Qwen2.5-1.5B-Instruct-MLX
|
16 |
|
17 |
+
The Model [theblueobserver/Qwen2.5-1.5B-Instruct-MLX](https://huggingface.co/theblueobserver/Qwen2.5-1.5B-Instruct-MLX) was
|
18 |
+
converted to MLX format from [theblueobserver/Qwen2.5-1.5B-Instruct](https://huggingface.co/theblueobserver/Qwen2.5-1.5B-Instruct)
|
19 |
using mlx-lm version **0.20.2**.
|
20 |
|
21 |
## Use with mlx
|
|
|
27 |
```python
|
28 |
from mlx_lm import load, generate
|
29 |
|
30 |
+
model, tokenizer = load("theblueobserver/Qwen2.5-1.5B-Instruct-MLX")
|
31 |
|
32 |
prompt="hello"
|
33 |
|