foobar2333 commited on
Commit
5925cee
·
verified ·
1 Parent(s): c32a289

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -9,9 +9,9 @@ tags:
9
  base_model: ByteDance-Seed/Seed-OSS-36B-Instruct
10
  ---
11
 
12
- # foobar2333/Seed-OSS-36B-Instruct-mlx-8Bit
13
 
14
- The Model [foobar2333/Seed-OSS-36B-Instruct-mlx-8Bit](https://huggingface.co/foobar2333/Seed-OSS-36B-Instruct-mlx-8Bit) was converted to MLX format from [ByteDance-Seed/Seed-OSS-36B-Instruct](https://huggingface.co/ByteDance-Seed/Seed-OSS-36B-Instruct) using mlx-lm version **0.26.4**.
15
 
16
  ## Use with mlx
17
 
@@ -22,7 +22,7 @@ pip install mlx-lm
22
  ```python
23
  from mlx_lm import load, generate
24
 
25
- model, tokenizer = load("foobar2333/Seed-OSS-36B-Instruct-mlx-8Bit")
26
 
27
  prompt="hello"
28
 
 
9
  base_model: ByteDance-Seed/Seed-OSS-36B-Instruct
10
  ---
11
 
12
+ # mlx-community/Seed-OSS-36B-Instruct-mlx-8Bit
13
 
14
+ The Model [mlx-community/Seed-OSS-36B-Instruct-mlx-8Bit](https://huggingface.co/mlx-community/Seed-OSS-36B-Instruct-mlx-8Bit) was converted to MLX format from [ByteDance-Seed/Seed-OSS-36B-Instruct](https://huggingface.co/ByteDance-Seed/Seed-OSS-36B-Instruct) using mlx-lm version **0.26.4**.
15
 
16
  ## Use with mlx
17
 
 
22
  ```python
23
  from mlx_lm import load, generate
24
 
25
+ model, tokenizer = load("mlx-community/Seed-OSS-36B-Instruct-mlx-8Bit")
26
 
27
  prompt="hello"
28