Text Generation
MLX
Safetensors
English
Chinese
qwen2
medical
conversational
4-bit precision
abalogh commited on
Commit
8c3bc22
·
verified ·
1 Parent(s): 128e6cf

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
14
  ---
15
 
16
- # abalogh/HuatuoGPT-o1-7B-4bit
17
 
18
- The Model [abalogh/HuatuoGPT-o1-7B-4bit](https://huggingface.co/abalogh/HuatuoGPT-o1-7B-4bit) was
19
  converted to MLX format from [FreedomIntelligence/HuatuoGPT-o1-7B](https://huggingface.co/FreedomIntelligence/HuatuoGPT-o1-7B)
20
  using mlx-lm version **0.20.6**.
21
 
@@ -28,7 +28,7 @@ pip install mlx-lm
28
  ```python
29
  from mlx_lm import load, generate
30
 
31
- model, tokenizer = load("abalogh/HuatuoGPT-o1-7B-4bit")
32
 
33
  prompt="hello"
34
 
 
13
  - mlx
14
  ---
15
 
16
+ # mlx-community/HuatuoGPT-o1-7B-4bit
17
 
18
+ The Model [mlx-community/HuatuoGPT-o1-7B-4bit](https://huggingface.co/mlx-community/HuatuoGPT-o1-7B-4bit) was
19
  converted to MLX format from [FreedomIntelligence/HuatuoGPT-o1-7B](https://huggingface.co/FreedomIntelligence/HuatuoGPT-o1-7B)
20
  using mlx-lm version **0.20.6**.
21
 
 
28
  ```python
29
  from mlx_lm import load, generate
30
 
31
+ model, tokenizer = load("mlx-community/HuatuoGPT-o1-7B-4bit")
32
 
33
  prompt="hello"
34