Refactor metadata to YAML front matter and add GitHub badge
#2
by
nielsr
HF Staff
- opened
This PR improves the model card for Hunyuan3D-Omni by:
- Refactoring Metadata: Moved the existing metadata from an inline YAML block within the Markdown content to the proper YAML front matter at the top of the
README.md. This ensures the Hub correctly processes the metadata. - Adding Paper Information: Included the paper title and abstract at the beginning of the model card for immediate context and improved discoverability.
- Adding GitHub Badge: A dedicated badge linking to the official GitHub repository (
https://github.com/Tencent-Hunyuan/Hunyuan3D-Omni) has been added to the top section, making the code more accessible.
Other existing information, including the library_name, license details, pipeline tags, and usage instructions, remains unchanged as they are already correctly provided or no definitive code evidence was found to warrant a modification to the library_name for automated widget compatibility. The existing arXiv paper link is also preserved as per instructions.
Huiwenshi
changed pull request status to
merged