Improve model card: Add paper info, project link, Transformers usage, and tags

#1
by nielsr HF Staff - opened

This PR improves the model card for BitCPM4-0.5B-GGUF by:

  • Adding the paper title and abstract for MiniCPM4: Ultra-Efficient LLMs on End Devices.
  • Adding a direct link to the Hugging Face paper page in the top links section.
  • Adding a link to the Hugging Face project page: https://huggingface.co/collections/openbmb/minicpm4-6841ab29d180257e940baa9b.
  • Adding a sample usage section for Hugging Face transformers library, which is declared as the library_name in the model's metadata. This enables the "how to use" widget on the model page.
  • Adding llm and code-generation tags to the metadata to enhance discoverability, given the model's nature as an LLM and its demonstrated code capabilities within the MiniCPM family.
  • Updating the BibTeX citation to include more complete information as found in the GitHub repository.

These changes provide richer context, improve discoverability, and offer clear usage instructions for the community.

Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment