Update README.md
Browse files
README.md
CHANGED
|
@@ -9,6 +9,8 @@ This is a transformers fast tokenizer for [mlx-community/Hunyuan-7B-Instruct-3bi
|
|
| 9 |
|
| 10 |
## Conversion
|
| 11 |
|
|
|
|
|
|
|
| 12 |
```py
|
| 13 |
from huggingface_hub import snapshot_download
|
| 14 |
from tokenization_hy import *
|
|
|
|
| 9 |
|
| 10 |
## Conversion
|
| 11 |
|
| 12 |
+
We used this code to convert the tokenizer from the original `tiktoken` format:
|
| 13 |
+
|
| 14 |
```py
|
| 15 |
from huggingface_hub import snapshot_download
|
| 16 |
from tokenization_hy import *
|