TheBlueObserver commited on
Commit
19b8835
·
verified ·
1 Parent(s): fb18aa0

Upload folder using huggingface_hub (#2)

Browse files

- d979712cafc461b666d5f507e78055eb9b8912533c7cfd9c43f2d61ba602c041 (7ea9b4f4ab2401acc8781d309c705ea3f6af12ad)

Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -11,9 +11,9 @@ tags:
11
  library_name: transformers
12
  ---
13
 
14
- # TheBlueObserver/Qwen2.5-1.5B-Instruct-MLX-7dd7f
15
 
16
- The Model [TheBlueObserver/Qwen2.5-1.5B-Instruct-MLX-7dd7f](https://huggingface.co/TheBlueObserver/Qwen2.5-1.5B-Instruct-MLX-7dd7f) was
17
  converted to MLX format from [Qwen/Qwen2.5-1.5B-Instruct](https://huggingface.co/Qwen/Qwen2.5-1.5B-Instruct)
18
  using mlx-lm version **0.20.2**.
19
 
@@ -26,7 +26,7 @@ pip install mlx-lm
26
  ```python
27
  from mlx_lm import load, generate
28
 
29
- model, tokenizer = load("TheBlueObserver/Qwen2.5-1.5B-Instruct-MLX-7dd7f")
30
 
31
  prompt="hello"
32
 
 
11
  library_name: transformers
12
  ---
13
 
14
+ # theblueobserver/Qwen2.5-1.5B-Instruct-MLX-7dd7f
15
 
16
+ The Model [theblueobserver/Qwen2.5-1.5B-Instruct-MLX-7dd7f](https://huggingface.co/theblueobserver/Qwen2.5-1.5B-Instruct-MLX-7dd7f) was
17
  converted to MLX format from [Qwen/Qwen2.5-1.5B-Instruct](https://huggingface.co/Qwen/Qwen2.5-1.5B-Instruct)
18
  using mlx-lm version **0.20.2**.
19
 
 
26
  ```python
27
  from mlx_lm import load, generate
28
 
29
+ model, tokenizer = load("theblueobserver/Qwen2.5-1.5B-Instruct-MLX-7dd7f")
30
 
31
  prompt="hello"
32