Enhance model card with specific tags and main GitHub link (#5)
Browse files- Enhance model card with specific tags and main GitHub link (1c6332f32482007741f48ecf5fdb3d6069334582)
Co-authored-by: Niels Rogge <[email protected]>
README.md
CHANGED
|
@@ -5,6 +5,10 @@ language:
|
|
| 5 |
library_name: transformers
|
| 6 |
license: mit
|
| 7 |
pipeline_tag: text-generation
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
# GLM-4.5-Air-FP8
|
|
@@ -17,6 +21,8 @@ pipeline_tag: text-generation
|
|
| 17 |
<br>
|
| 18 |
π Check out the GLM-4.5 <a href="https://z.ai/blog/glm-4.5" target="_blank">technical blog</a>, <a href="https://arxiv.org/abs/2508.06471" target="_blank">technical report</a>, and <a href="https://zhipu-ai.feishu.cn/wiki/Gv3swM0Yci7w7Zke9E0crhU7n7D" target="_blank">Zhipu AI technical documentation</a>.
|
| 19 |
<br>
|
|
|
|
|
|
|
| 20 |
π Use GLM-4.5 API services on <a href="https://docs.z.ai/guides/llm/glm-4.5">Z.ai API Platform (Global)</a> or <br> <a href="https://docs.bigmodel.cn/cn/guide/models/text/glm-4.5">Zhipu AI Open Platform (Mainland China)</a>.
|
| 21 |
<br>
|
| 22 |
π One click to <a href="https://chat.z.ai">GLM-4.5</a>.
|
|
|
|
| 5 |
library_name: transformers
|
| 6 |
license: mit
|
| 7 |
pipeline_tag: text-generation
|
| 8 |
+
tags:
|
| 9 |
+
- agentic
|
| 10 |
+
- reasoning
|
| 11 |
+
- code-generation
|
| 12 |
---
|
| 13 |
|
| 14 |
# GLM-4.5-Air-FP8
|
|
|
|
| 21 |
<br>
|
| 22 |
π Check out the GLM-4.5 <a href="https://z.ai/blog/glm-4.5" target="_blank">technical blog</a>, <a href="https://arxiv.org/abs/2508.06471" target="_blank">technical report</a>, and <a href="https://zhipu-ai.feishu.cn/wiki/Gv3swM0Yci7w7Zke9E0crhU7n7D" target="_blank">Zhipu AI technical documentation</a>.
|
| 23 |
<br>
|
| 24 |
+
<img src="https://img.shields.io/badge/GitHub-GLM--4.5-blue?style=flat&logo=github" alt="GitHub Logo" style="display:inline-block; vertical-align:middle; margin-right:5px; height:20px;"> <a href="https://github.com/zai-org/GLM-4.5" target="_blank">Code on GitHub</a>
|
| 25 |
+
<br>
|
| 26 |
π Use GLM-4.5 API services on <a href="https://docs.z.ai/guides/llm/glm-4.5">Z.ai API Platform (Global)</a> or <br> <a href="https://docs.bigmodel.cn/cn/guide/models/text/glm-4.5">Zhipu AI Open Platform (Mainland China)</a>.
|
| 27 |
<br>
|
| 28 |
π One click to <a href="https://chat.z.ai">GLM-4.5</a>.
|