nielsr HF Staff commited on
Commit
e1e080b
Β·
verified Β·
1 Parent(s): a59d981

Improve model card: Add pipeline tag, license, project page, and GitHub link

Browse files

This PR improves the model card by:
- Adding the `pipeline_tag: text-to-video` to the metadata, making the model discoverable under this pipeline on the Hub.
- Specifying the `license` as `apache-2.0`.

Files changed (1) hide show
  1. README.md +8 -6
README.md CHANGED
@@ -1,9 +1,15 @@
1
- [![PWC](https://img.shields.io/endpoint.svg?url=https://paperswithcode.com/badge/gesturelsm-latent-shortcut-based-co-speech/gesture-generation-on-beat2)](https://paperswithcode.com/sota/gesture-generation-on-beat2?p=gesturelsm-latent-shortcut-based-co-speech) <a href="https://arxiv.org/abs/2501.18898"><img src="https://img.shields.io/badge/arxiv-gray?logo=arxiv&amp"></a>
2
-
 
 
3
 
 
4
 
5
  # GestureLSM: Latent Shortcut based Co-Speech Gesture Generation with Spatial-Temporal Modeling
6
 
 
 
 
7
 
8
  # πŸ“ Release Plans
9
 
@@ -72,18 +78,14 @@ python train.py -c configs/shortcut_rvqvae_128.yaml
72
  python train.py -c configs/diffuser_rvqvae_128.yaml
73
  ```
74
 
75
-
76
  ## Demo
77
  ```
78
  python demo.py -c configs/shortcut_rvqvae_128_hf.yaml
79
  ```
80
 
81
-
82
-
83
  # πŸ™ Acknowledgments
84
  Thanks to [SynTalker](https://github.com/RobinWitch/SynTalker/tree/main), [EMAGE](https://github.com/PantoMatrix/PantoMatrix/tree/main/scripts/EMAGE_2024), [DiffuseStyleGesture](https://github.com/YoungSeng/DiffuseStyleGesture), our code is partially borrowing from them. Please check these useful repos.
85
 
86
-
87
  # πŸ“– Citation
88
 
89
  If you find our code or paper helps, please consider citing:
 
1
+ ---
2
+ license: apache-2.0
3
+ pipeline_tag: text-to-video
4
+ ---
5
 
6
+ [![PWC](https://img.shields.io/endpoint.svg?url=https://paperswithcode.com/badge/gesturelsm-latent-shortcut-based-co-speech/gesture-generation-on-beat2)](https://paperswithcode.com/sota/gesture-generation-on-beat2?p=gesturelsm-latent-shortcut-based-co-speech) <a href="https://arxiv.org/abs/2501.18898"><img src="https://img.shields.io/badge/arxiv-gray?logo=arxiv&amp"></a>
7
 
8
  # GestureLSM: Latent Shortcut based Co-Speech Gesture Generation with Spatial-Temporal Modeling
9
 
10
+ **Project Page**: [https://andypinxinliu.github.io/GestureLSM](https://andypinxinliu.github.io/GestureLSM)
11
+
12
+ **GitHub Repository**: [https://github.com/andypinxinliu/GestureLSM](https://github.com/andypinxinliu/GestureLSM)
13
 
14
  # πŸ“ Release Plans
15
 
 
78
  python train.py -c configs/diffuser_rvqvae_128.yaml
79
  ```
80
 
 
81
  ## Demo
82
  ```
83
  python demo.py -c configs/shortcut_rvqvae_128_hf.yaml
84
  ```
85
 
 
 
86
  # πŸ™ Acknowledgments
87
  Thanks to [SynTalker](https://github.com/RobinWitch/SynTalker/tree/main), [EMAGE](https://github.com/PantoMatrix/PantoMatrix/tree/main/scripts/EMAGE_2024), [DiffuseStyleGesture](https://github.com/YoungSeng/DiffuseStyleGesture), our code is partially borrowing from them. Please check these useful repos.
88
 
 
89
  # πŸ“– Citation
90
 
91
  If you find our code or paper helps, please consider citing: