Improve model card for AgentFlow (Qwen-2.5-7B-Instruct Backbone)
#1
by
nielsr
HF Staff
- opened
This PR significantly enhances the model card for the AgentFlow model by:
- Updating the YAML metadata with:
library_name: transformers(confirmed byconfig.jsonforQwen2ForCausalLMarchitecture).pipeline_tag: text-generationfor better discoverability.license: apache-2.0(as consistently identified by colleagues).language: ento indicate the model's operational language.base_model: Qwen/Qwen2-7B-Instructto specify the backbone model.- Relevant
tagsincludingllm,agent,tool-use,planning,qwen2, andreinforcement-learning.
- Populating the model card content with a detailed description derived from the paper abstract and the GitHub repository's key features and motivations.
- Adding direct links to the paper, project page, GitHub repository, and Hugging Face demo.
- Including key features, experimental results (with images from the GitHub README), and a practical Python sample usage snippet directly from the GitHub repository.
- Filling in sections like "Uses", "Bias, Risks, and Limitations", "Training Details", and "Evaluation" with available information.
- Retaining the original model card's structure where appropriate and removing "More Information Needed" placeholders where content could be provided.
- Adding the full BibTeX citation and acknowledgements from the GitHub README.
Please review and merge if these updates are accurate and helpful.
Many thanks for your help! I will merge asap.