Improve model card: Add paper, code, project links, abstract, and comprehensive usage
#2
by
nielsr
HF Staff
- opened
This PR significantly enhances the model card by:
- Adding prominent links to the associated paper (GLM-4.5: Agentic, Reasoning, and Coding (ARC) Foundation Models), the main GitHub repository (
https://github.com/zai-org/GLM-4.5
), and the project's technical blog (https://z.ai/blog/glm-4.5
). - Including the paper's abstract for quick overview.
- Updating the outdated information regarding the technical report release, referencing the already available paper.
- Providing a comprehensive Python code snippet for using the model with the
transformers
library, explicitly demonstrating both "thinking" and "non-thinking" inference modes, which is a key feature of this model. - Integrating "Model Downloads" and "System Requirements" sections directly from the GitHub README to make the model card a more complete resource.
These changes improve discoverability, clarity, and utility for users interacting with the model on the Hub.
ZAHNGYUXUAN
changed pull request status to
merged