Instructions to use zai-org/chatglm3-6b-128k with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use zai-org/chatglm3-6b-128k with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("zai-org/chatglm3-6b-128k", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 111 Bytes
acb9849 | 1 2 3 4 5 6 7 | {
"_from_model_config": true,
"eos_token_id": 2,
"pad_token_id": 0,
"transformers_version": "4.37.1"
}
|