nielsr HF staff commited on
Commit
51b76a0
·
verified ·
1 Parent(s): 485f04a

Add pipeline tag and library name

Browse files

This PR improves the model card's metadata by adding the `pipeline_tag` and `library_name`, which are crucial for discoverability. The `pipeline_tag: any-to-any` reflects the model's multi-task capabilities, and `library_name: diffusers` clarifies the underlying framework.

Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -1,6 +1,8 @@
1
  ---
2
  tags:
3
  - human-motion-generation
 
 
4
  ---
5
 
6
  This repository contains the weights of the paper [MotionLab: Unified Human Motion Generation and Editing via the Motion-Condition-Motion Paradigm](https://huggingface.co/papers/2502.02358).
 
1
  ---
2
  tags:
3
  - human-motion-generation
4
+ library_name: diffusers
5
+ pipeline_tag: any-to-any
6
  ---
7
 
8
  This repository contains the weights of the paper [MotionLab: Unified Human Motion Generation and Editing via the Motion-Condition-Motion Paradigm](https://huggingface.co/papers/2502.02358).