Update technical report link to GLM-4.5 paper (#11)
Browse files- Update technical report link to GLM-4.5 paper (9f0c56bc165de18da96f711d111c7f2398e163c5)
Co-authored-by: Niels Rogge <[email protected]>
README.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
---
|
| 2 |
-
license: mit
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
- zh
|
| 6 |
-
pipeline_tag: text-generation
|
| 7 |
library_name: transformers
|
|
|
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
# GLM-4.5-Air
|
|
@@ -35,11 +35,10 @@ As demonstrated in our comprehensive evaluation across 12 industry-standard benc
|
|
| 35 |

|
| 36 |
|
| 37 |
For more eval results, show cases, and technical details, please visit
|
| 38 |
-
our [technical blog](https://z.ai/blog/glm-4.5)
|
| 39 |
-
|
| 40 |
|
| 41 |
The model code, tool parser and reasoning parser can be found in the implementation of [transformers](https://github.com/huggingface/transformers/tree/main/src/transformers/models/glm4_moe), [vLLM](https://github.com/vllm-project/vllm/blob/main/vllm/model_executor/models/glm4_moe_mtp.py) and [SGLang](https://github.com/sgl-project/sglang/blob/main/python/sglang/srt/models/glm4_moe.py).
|
| 42 |
|
| 43 |
## Quick Start
|
| 44 |
|
| 45 |
-
Please refer our [github page](https://github.com/zai-org/GLM-4.5) for more detail.
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
language:
|
| 3 |
- en
|
| 4 |
- zh
|
|
|
|
| 5 |
library_name: transformers
|
| 6 |
+
license: mit
|
| 7 |
+
pipeline_tag: text-generation
|
| 8 |
---
|
| 9 |
|
| 10 |
# GLM-4.5-Air
|
|
|
|
| 35 |

|
| 36 |
|
| 37 |
For more eval results, show cases, and technical details, please visit
|
| 38 |
+
our [technical blog](https://z.ai/blog/glm-4.5) or [technical report](https://huggingface.co/papers/2508.06471).
|
|
|
|
| 39 |
|
| 40 |
The model code, tool parser and reasoning parser can be found in the implementation of [transformers](https://github.com/huggingface/transformers/tree/main/src/transformers/models/glm4_moe), [vLLM](https://github.com/vllm-project/vllm/blob/main/vllm/model_executor/models/glm4_moe_mtp.py) and [SGLang](https://github.com/sgl-project/sglang/blob/main/python/sglang/srt/models/glm4_moe.py).
|
| 41 |
|
| 42 |
## Quick Start
|
| 43 |
|
| 44 |
+
Please refer our [github page](https://github.com/zai-org/GLM-4.5) for more detail.
|