Image-Text-to-Text
Transformers
Safetensors
qwen2
text-generation
conversational
text-generation-inference

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-text to accurately describe the model's functionality (generating text/code from visual feedback and text instructions).
  • Specifying library_name: transformers based on the config.json showing Qwen2ForCausalLM and qwen2 model 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 bash code 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

Sign up or log in to comment