Improve model card: Add metadata tags, correct license, and expand content
#1
by
nielsr
HF Staff
- opened
This PR significantly improves the model card for DataMind-Qwen2.5-14B by:
- Correcting the
license
toapache-2.0
as explicitly stated in the associated GitHub repository. - Adding
pipeline_tag: text-generation
to ensure proper categorization and enable the "Use in Transformers" widget on the Hugging Face Hub. - Adding
library_name: transformers
to indicate compatibility with the Hugging Face Transformers library. - Integrating the paper's abstract, a direct link to the paper on Hugging Face Papers, and the project's GitHub repository link for easy access to critical information.
- Incorporating additional sections from the official GitHub README, including "News", "Training" details, and "Contributors", to provide a more comprehensive and useful overview of the DataMind project.
- Updating the "Evaluation" section to include the data download script, aligning with the latest information from the GitHub repository.
These updates aim to provide a more informative and user-friendly model card for researchers and developers.
Yukirsh
changed pull request status to
merged