nielsr HF Staff commited on
Commit
1c6332f
·
verified ·
1 Parent(s): 122df87

Enhance model card with specific tags and main GitHub link

Browse files

This PR improves the model card for GLM-4.5-Air-FP8 by:
- Adding specific tags (`agentic`, `reasoning`, `code-generation`) to the metadata. These tags reflect the model's core capabilities as described in the paper abstract, enhancing discoverability on the Hugging Face Hub.
- Adding a prominent link to the main GLM-4.5 GitHub repository at the top of the model card. This makes it easier for users to find the primary source code and overall project information.

Files changed (1) hide show
  1. README.md +6 -0
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>.