nielsr HF Staff commited on
Commit
bab63e7
·
verified ·
1 Parent(s): 0a12cfb

Add pipeline tag and library name

Browse files

This PR adds the `pipeline_tag: image-to-3d` and `library_name: transformers` metadata to the model card, making the model easier to discover and use. It also corrects the link to the paper to the Hugging Face version.

Files changed (1) hide show
  1. README.md +8 -5
README.md CHANGED
@@ -1,4 +1,8 @@
1
  ---
 
 
 
 
2
  license: mit
3
  tags:
4
  - 3d
@@ -7,14 +11,13 @@ tags:
7
  - computer-graphics
8
  - transformer
9
  - tripo
10
- datasets:
11
- - Seed3D/Articulation-XL2.0
12
- language:
13
- - en
14
  ---
 
15
  # UniRig: One Model to Rig Them All
16
 
17
- **Paper:** [One Model to Rig Them All: Diverse Skeleton Rigging with UniRig](https://zjp-shadow.github.io/works/UniRig/static/supp/UniRig.pdf)
18
  **Code:** [UniRig](https://github.com/VAST-AI-Research/UniRig)
19
  **Project Page:** https://zjp-shadow.github.io/works/UniRig/
20
 
 
1
  ---
2
+ datasets:
3
+ - Seed3D/Articulation-XL2.0
4
+ language:
5
+ - en
6
  license: mit
7
  tags:
8
  - 3d
 
11
  - computer-graphics
12
  - transformer
13
  - tripo
14
+ pipeline_tag: image-to-3d
15
+ library_name: transformers
 
 
16
  ---
17
+
18
  # UniRig: One Model to Rig Them All
19
 
20
+ **Paper:** [One Model to Rig Them All: Diverse Skeleton Rigging with UniRig](https://huggingface.co/papers/2504.12451)
21
  **Code:** [UniRig](https://github.com/VAST-AI-Research/UniRig)
22
  **Project Page:** https://zjp-shadow.github.io/works/UniRig/
23