Improve model card: Add metadata, update paper link and add project page link

#1
by nielsr HF Staff - opened

This PR enhances the model card for DemyAgent-4B by adding essential YAML metadata and improving content links for better discoverability and user experience.

Specifically, it:

  • Adds pipeline_tag: text-generation, reflecting the model's core function.
  • Sets library_name: transformers based on the Qwen3ForCausalLM architecture found in config.json.
  • Includes license: cc-by-nc-4.0, as identified by a majority of colleagues.
  • Adds relevant tags: agentic-reasoning, tool-use, LLM, and Qwen.
  • Updates the paper badge link in the content to point to the Hugging Face paper page (https://huggingface.co/papers/2510.11701) and adjusts its text and alt attributes.
  • Replaces the <h1> HTML tag for the main title with a standard Markdown # heading.
  • Adds explicit text links for the paper and the associated project page collection for easy access.

These updates provide users with a clearer overview of the model and its usage, while also making it more discoverable on the Hugging Face Hub.

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

Sign up or log in to comment