Text Generation
Keras
PyTorch
JAX
TensorFlow
English
Chinese
zeromodels
glm
glm4_moe
glm-4.5
mixture-of-experts
Instructions to use zeromodels/glm-4.5-air-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use zeromodels/glm-4.5-air-base with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://zeromodels/glm-4.5-air-base") - Notebooks
- Google Colab
- Kaggle