Instructions to use zai-org/chatglm3-6b-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use zai-org/chatglm3-6b-base with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("zai-org/chatglm3-6b-base", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Commit History
Merge branch 'main' of https://huggingface.co/THUDM/chatglm3-6b-base f91a1de
duzx16 commited on
Add encode_special_tokens in tokenizer f48a883
duzx16 commited on
Update README.md 2bb5a6c
Update README.md f89b4fc
Fix links c656177
duzx16 commited on
Update README.md 258ba97
Add missing file 3722092
duzx16 commited on
Update model variable ee22604
duzx16 commited on
Update README.md ff8a00e
duzx16 commited on
init commit 67b4d91
duzx16 commited on
Upload pytorch_model-00006-of-00007.bin with huggingface_hub 899b042
Upload pytorch_model-00004-of-00007.bin with huggingface_hub ceffceb
Upload pytorch_model-00007-of-00007.bin with huggingface_hub c4048e1
Upload pytorch_model-00001-of-00007.bin with huggingface_hub 7279b33
Upload pytorch_model-00002-of-00007.bin with huggingface_hub 604070b
Upload pytorch_model-00005-of-00007.bin with huggingface_hub 3b39bd5
Upload pytorch_model-00003-of-00007.bin with huggingface_hub 71dfea8
initial commit 7838f79
Zhengxiao Du commited on