Improve model card: Add tags, link code, and expand description

#1
by nielsr HF Staff - opened

This PR significantly enhances the model card for the WebAggregator-8B model.

It adds the following metadata tags:

  • pipeline_tag: image-text-to-text: This accurately reflects the model's capability to process multimodal inputs (images/videos from web environments) and generate text outputs (QA pairs), improving discoverability on the Hub.
  • library_name: transformers: Confirmed by the config.json (specifying Qwen3ForCausalLM architecture and transformers_version), this enables the automated "how to use" widget and quick integration for users.

Additionally, the PR improves the content by:

  • Expanding the model description using details from the paper abstract, providing a clearer understanding of the model's purpose and functionality.
  • Including a direct link to the official GitHub repository for easy access to the codebase and further resources.
  • Adding the academic citation for proper attribution.
Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment