TheBlueObserver
commited on
Upload folder using huggingface_hub (#4)
Browse files- 983d7bb61271f25af0663a2c46110c1906f51166dcc543243ce126a938571d52 (cea2bf393d477975c9d31422bf085730d41c2e2e)
README.md
CHANGED
@@ -1,20 +1,21 @@
|
|
1 |
---
|
2 |
-
|
3 |
-
license_link: https://huggingface.co/Qwen/Qwen2.5-1.5B-Instruct/blob/main/LICENSE
|
4 |
language:
|
5 |
- en
|
|
|
|
|
|
|
6 |
pipeline_tag: text-generation
|
7 |
-
base_model: Qwen/Qwen2.5-1.5B-Instruct
|
8 |
tags:
|
9 |
- chat
|
10 |
- mlx
|
11 |
-
|
12 |
---
|
13 |
|
14 |
-
#
|
15 |
|
16 |
-
The Model [
|
17 |
-
converted to MLX format from [
|
18 |
using mlx-lm version **0.20.2**.
|
19 |
|
20 |
## Use with mlx
|
@@ -26,7 +27,7 @@ pip install mlx-lm
|
|
26 |
```python
|
27 |
from mlx_lm import load, generate
|
28 |
|
29 |
-
model, tokenizer = load("
|
30 |
|
31 |
prompt="hello"
|
32 |
|
|
|
1 |
---
|
2 |
+
base_model: TheBlueObserver/Qwen2.5-1.5B-Instruct
|
|
|
3 |
language:
|
4 |
- en
|
5 |
+
library_name: transformers
|
6 |
+
license: apache-2.0
|
7 |
+
license_link: https://huggingface.co/Qwen/Qwen2.5-1.5B-Instruct/blob/main/LICENSE
|
8 |
pipeline_tag: text-generation
|
|
|
9 |
tags:
|
10 |
- chat
|
11 |
- mlx
|
12 |
+
- mlx
|
13 |
---
|
14 |
|
15 |
+
# TheBlueObserver/Qwen2.5-1.5B-Instruct-MLX-7dd7f
|
16 |
|
17 |
+
The Model [TheBlueObserver/Qwen2.5-1.5B-Instruct-MLX-7dd7f](https://huggingface.co/TheBlueObserver/Qwen2.5-1.5B-Instruct-MLX-7dd7f) 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-7dd7f")
|
31 |
|
32 |
prompt="hello"
|
33 |
|