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-text to better categorize the model on the Hub, as it involves visual feedback and text generation for website code.
  • Specifying library_name: transformers as the model is compatible with the πŸ€— Transformers library, enabling the "how to use" widget. The config.json and base model (Qwen/Qwen3-8B) confirm this compatibility.
  • Including tags: code-generation to 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

Sign up or log in to comment