Improve model card for ReMoMask
#1
by
nielsr
HF Staff
- opened
This PR updates the model card for ReMoMask: Retrieval-Augmented Masked Motion Generation (Paper).
It adds the following improvements:
- Corrected License: The
licensetag is updated fromcc-by-sa-4.0tocc-by-nc-sa-4.0as specified in the official GitHub repository. - Pipeline Tag: The
pipeline_tag: text-to-3dis added, enhancing discoverability for Text-to-Motion generation tasks on the Hugging Face Hub. - Paper Link: A direct link to the Hugging Face paper page is included.
- Project Page: The official project website is linked for more information.
- GitHub Repository Link: A link to the source code repository is provided.
- Abstract: The paper's abstract is added to give a comprehensive overview of the model.
- Visuals: The demo video and framework image from the GitHub repository are embedded to illustrate the model's output and architecture.
- Sample Usage: A code snippet for running a local demo, taken directly from the GitHub README, is included to provide users with a quick start.
- Citation: The BibTeX entry is added for proper academic attribution.
Please review and merge if everything looks good.