Improve model card: Add pipeline tag, library name, and GitHub link
#1
by
nielsr
HF Staff
- opened
This PR enhances the model card by:
- Adding the
pipeline_tag: image-text-to-text
to accurately reflect the model's functionality in processing visual (screenshots) and textual inputs to generate text (code). - Including
library_name: transformers
, as the model is compatible with the Hugging Facetransformers
library, which enables the automated "How to use" widget. - Adding a direct link to the GitHub repository (https://github.com/mnluzimu/WebGen-Agent) for improved discoverability of the codebase.
- Updating the image paths to point to the raw assets on the GitHub repository to ensure they render correctly on the Hugging Face Hub.
These changes improve the model's discoverability and usability for the community.
luzimu
changed pull request status to
merged