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
File size: 249 Bytes
4fe0671 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | {
"name_or_path": "THUDM/chatglm3-6b-base",
"remove_space": false,
"do_lower_case": false,
"tokenizer_class": "ChatGLMTokenizer",
"auto_map": {
"AutoTokenizer": [
"tokenization_chatglm.ChatGLMTokenizer",
null
]
}
}
|