Improve model card with pipeline tag, library name, GitHub link, and additional sections

#1
by nielsr HF Staff - opened

This PR enhances the model card for dParallel-LLaDA-8B-instruct by:

  • Adding pipeline_tag: text-generation to ensure the model is discoverable in the text generation category.
  • Adding library_name: transformers to enable the automated "how to use" widget, as the model is compatible with the πŸ€— Transformers library.
  • Including a direct link to the GitHub repository in the introductory badges for easier access to the codebase.
  • Integrating several useful sections (Updates, Installation, Evaluation, Training, and Acknowledgement) from the GitHub README to provide more complete information for users.

These changes will significantly improve the model's visibility and usability on the Hugging Face Hub.

Zigeng changed pull request status to merged

Sign up or log in to comment