Improve model card: Add pipeline tag, library name, 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 accurately describe the model's functionality (generating text/code from visual feedback and text instructions). - Specifying
library_name: transformersbased on theconfig.jsonshowingQwen2ForCausalLMandqwen2model type, indicating compatibility with the Hugging Face Transformers library. - Adding a direct link to the GitHub repository: https://github.com/mnluzimu/WebGen-Agent.
- Including a "Sample Usage" section with a
bashcode snippet for single inference, directly extracted from the project's GitHub README, to guide users on how to run the model.
Please review these additions and improvements.
luzimu
changed pull request status to
merged