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 to apache-2.0 as explicitly stated in the official GitHub repository.
  • pipeline_tag: Set to text-generation, accurately categorizing the model's function on the Hugging Face Hub.
  • library_name: Set to transformers, enabling the automated "How to use" widget on the model page, as the model is designed to be used with this library via trust_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

Sign up or log in to comment