Improve model card: Update license, pipeline tag, add agent tag, and full abstract
#1
by
nielsr
HF Staff
- opened
This PR significantly improves the model card for WebExplorer-8B by:
- Updating the
license
metadata frommit
toapache-2.0
to accurately reflect the license indicated in the project's GitHub repository. - Changing the
pipeline_tag
fromtext-generation
toimage-text-to-text
to better categorize this web agent model, which interacts with and processes information from web pages, potentially involving visual elements, as per Hugging Face guidelines for relevant metadata. - Adding
agent
to thetags
for improved discoverability, given the model's explicit description as a "long-horizon web agent." - Adding a
paper
metadata tag (2509.06501
) to link the model directly to its corresponding paper on the Hugging Face Hub. - Replacing the brief "Overview" section with the full paper abstract to provide more comprehensive and detailed information about the model's approach and findings directly in the model card.
These changes enhance the model card's accuracy, discoverability, and informativeness for the community.
Junteng
changed pull request status to
merged