Instructions to use SceneWorks/kolors-chatglm3-tokenizer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use SceneWorks/kolors-chatglm3-tokenizer with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir kolors-chatglm3-tokenizer SceneWorks/kolors-chatglm3-tokenizer
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
| { | |
| "name_or_path": "THUDM/chatglm3-6b-base", | |
| "remove_space": false, | |
| "do_lower_case": false, | |
| "tokenizer_class": "ChatGLMTokenizer", | |
| "auto_map": { | |
| "AutoTokenizer": [ | |
| "tokenization_chatglm.ChatGLMTokenizer", | |
| null | |
| ] | |
| } | |
| } | |