Improve dataset card: Add task category, sample usage, model details, and HF Hub link

#1
by nielsr HF Staff - opened

This PR enhances the dataset card by:

  • Adding task_categories: - other to the metadata for better discoverability.
  • Adding a prominent link to the dataset's own Hugging Face Hub page (https://huggingface.co/datasets/kyegorov/mcd_rppg), which serves as the project page.
  • Incorporating details about the "Fast Baseline Model" and its architecture from the GitHub README.
  • Adding a "Sample Usage" section with code snippets for environment setup and running experiments, directly from the GitHub repository's README.md.
  • Including the "Results and Comparison" tables from the GitHub README to provide performance benchmarks for the associated model.

The existing arXiv paper link (https://arxiv.org/abs/2508.17924v1) has been retained, as per the instructions not to replace an existing arXiv link with a Hugging Face Papers page link.

kyegorov changed pull request status to merged

Sign up or log in to comment