Improve model card: Add pipeline tag, library name, code-generation tag, GitHub link, and sample usage
#1
by
nielsr
HF Staff
- opened
This PR enhances the model card by:
- Adding the
pipeline_tag: image-text-to-textto better categorize the model on the Hub, as it involves visual feedback and text generation for website code. - Specifying
library_name: transformersas the model is compatible with the π€ Transformers library, enabling the "how to use" widget. Theconfig.jsonand base model (Qwen/Qwen3-8B) confirm this compatibility. - Including
tags: code-generationto reflect its primary use case of generating website codebases. - Adding a direct link to the GitHub repository at the top of the model card.
- Including a "Sample Usage" section with a code snippet from the GitHub README to demonstrate how to run inference with the model.
- Preserving the literal newline characters (
\n) in the "How WebGen-Agent Works" section as per guidelines.
These changes will improve discoverability and usability for users on the Hugging Face Hub.
luzimu
changed pull request status to
merged