Improve model card: Add metadata (license, pipeline_tag, library_name) and fix content formatting
#1
by
nielsr
HF Staff
- opened
This PR enhances the model card by adding essential metadata and improving content formatting:
license: Set toapache-2.0as explicitly stated in the official GitHub repository.pipeline_tag: Set totext-generation, accurately categorizing the model's function on the Hugging Face Hub.library_name: Set totransformers, enabling the automated "How to use" widget on the model page, as the model is designed to be used with this library viatrust_remote_code=True.
Additionally, this PR includes the following content improvements:
- Updated License Information: Corrected license mentions within the "Model Details" and "License/Terms of Use" sections to "Apache 2.0" for consistency and accuracy.
- Fixed Training Dataset Table: Consolidated and properly formatted the broken table in the "Training Dataset" section.
- Enhanced Benchmark Description: Refined the "Benchmark" section to include more detailed performance and efficiency metrics from the paper.
- Removed extraneous comment markers: Removed
<!--Begin Original Model Card-->and<!--End Original Model Card-->which were causing Markdown formatting issues.
Please review and merge if everything looks good.
Mungert
changed pull request status to
merged