mrs83 commited on
Commit
8d2de86
·
verified ·
1 Parent(s): 4aa01e0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -13,9 +13,9 @@ tags:
13
  - mlx-my-repo
14
  ---
15
 
16
- # mrs83/Kurtis-E1-SmolLM2-1.7B-Instruct-mlx-4Bit
17
 
18
- The Model [mrs83/Kurtis-E1-SmolLM2-1.7B-Instruct-mlx-4Bit](https://huggingface.co/mrs83/Kurtis-E1-SmolLM2-1.7B-Instruct-mlx-4Bit) was converted to MLX format from [ethicalabs/Kurtis-E1-SmolLM2-1.7B-Instruct](https://huggingface.co/ethicalabs/Kurtis-E1-SmolLM2-1.7B-Instruct) using mlx-lm version **0.21.5**.
19
 
20
  ## Use with mlx
21
 
@@ -26,7 +26,7 @@ pip install mlx-lm
26
  ```python
27
  from mlx_lm import load, generate
28
 
29
- model, tokenizer = load("mrs83/Kurtis-E1-SmolLM2-1.7B-Instruct-mlx-4Bit")
30
 
31
  prompt="hello"
32
 
 
13
  - mlx-my-repo
14
  ---
15
 
16
+ # ethicalabs/Kurtis-E1-SmolLM2-1.7B-Instruct-mlx-4Bit
17
 
18
+ The Model [ethicalabs/Kurtis-E1-SmolLM2-1.7B-Instruct-mlx-4Bit](https://huggingface.co/ethicalabs/Kurtis-E1-SmolLM2-1.7B-Instruct-mlx-4Bit) was converted to MLX format from [ethicalabs/Kurtis-E1-SmolLM2-1.7B-Instruct](https://huggingface.co/ethicalabs/Kurtis-E1-SmolLM2-1.7B-Instruct) using mlx-lm version **0.21.5**.
19
 
20
  ## Use with mlx
21
 
 
26
  ```python
27
  from mlx_lm import load, generate
28
 
29
+ model, tokenizer = load("ethicalabs/Kurtis-E1-SmolLM2-1.7B-Instruct-mlx-4Bit")
30
 
31
  prompt="hello"
32