Instructions to use zai-org/glm-4-9b-chat with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use zai-org/glm-4-9b-chat with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("zai-org/glm-4-9b-chat", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
What does "open source" mean? Need info on source code, training data, fine-tuning data
#36
by markding - opened
The doc says "GLM-4-9B is the open-source version of the latest generation of pre-trained models in the GLM-4 series"
What is open source about it?
We're trying to find info on source code, training datasets, fine-tuning datasets, and scientific documentation. Links would be appreciated.