English
nielsr HF Staff commited on
Commit
4fa07b9
·
verified ·
1 Parent(s): cb10d73

Add pipeline tag and library name

Browse files

This PR adds the `pipeline_tag: image-to-3d` to the metadata, ensuring the model can be found on the Hub. I also added `library_name: pytorch`.

Files changed (1) hide show
  1. README.md +6 -4
README.md CHANGED
@@ -1,9 +1,11 @@
1
  ---
 
 
2
  license: other
3
  license_name: nvidia-non-commercial-license
4
  license_link: https://huggingface.co/nvidia/PartPacker/blob/main/LICENSE
5
- language:
6
- - en
7
  ---
8
 
9
  # Model Card for PartPacker
@@ -30,7 +32,7 @@ It's intended to be used by researchers and academics to develop new 3D generati
30
 
31
  ## Reference(s)
32
  [Code](https://github.com/NVlabs/PartPacker)
33
- [Paper](https://arxiv.org/abs/TODO)
34
 
35
  ## Model Architecture
36
  **Architecture Type:** Transformer
@@ -88,4 +90,4 @@ For the Flow model, we use all 254K meshes for training.
88
  ## Ethical Considerations
89
  NVIDIA believes Trustworthy AI is a shared responsibility and we have established policies and practices to enable development for a wide array of AI applications. When downloaded or used in accordance with our terms of service, developers should work with their internal model team to ensure this model meets requirements for the relevant industry and use case and addresses unforeseen product misuse.
90
 
91
- Please report security vulnerabilities or NVIDIA AI Concerns [here](https://www.nvidia.com/en-us/support/submit-security-vulnerability/).
 
1
  ---
2
+ language:
3
+ - en
4
  license: other
5
  license_name: nvidia-non-commercial-license
6
  license_link: https://huggingface.co/nvidia/PartPacker/blob/main/LICENSE
7
+ pipeline_tag: image-to-3d
8
+ library_name: pytorch
9
  ---
10
 
11
  # Model Card for PartPacker
 
32
 
33
  ## Reference(s)
34
  [Code](https://github.com/NVlabs/PartPacker)
35
+ [Paper](https://arxiv.org/abs/2506.09980)
36
 
37
  ## Model Architecture
38
  **Architecture Type:** Transformer
 
90
  ## Ethical Considerations
91
  NVIDIA believes Trustworthy AI is a shared responsibility and we have established policies and practices to enable development for a wide array of AI applications. When downloaded or used in accordance with our terms of service, developers should work with their internal model team to ensure this model meets requirements for the relevant industry and use case and addresses unforeseen product misuse.
92
 
93
+ Please report security vulnerabilities or NVIDIA AI Concerns [here](https://www.nvidia.com/en-us/support/submit-security-vulnerability/).