Add pipeline tag and library name
#1
by
nielsr
HF Staff
- opened
README.md
CHANGED
|
@@ -2,6 +2,9 @@
|
|
| 2 |
tags:
|
| 3 |
- model_hub_mixin
|
| 4 |
- pytorch_model_hub_mixin
|
|
|
|
|
|
|
|
|
|
| 5 |
---
|
| 6 |
|
| 7 |
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
|
@@ -53,4 +56,4 @@ model_dir = snapshot_download(repo_id='3DAIGC/LAM-20K', cache_dir='./pretrained_
|
|
| 53 |
journal={arXiv preprint arXiv:2502.17796},
|
| 54 |
year={2025}
|
| 55 |
}
|
| 56 |
-
```
|
|
|
|
| 2 |
tags:
|
| 3 |
- model_hub_mixin
|
| 4 |
- pytorch_model_hub_mixin
|
| 5 |
+
pipeline_tag: image-to-3d
|
| 6 |
+
library_name: pytorch
|
| 7 |
+
license: apache-2.0
|
| 8 |
---
|
| 9 |
|
| 10 |
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
|
|
|
| 56 |
journal={arXiv preprint arXiv:2502.17796},
|
| 57 |
year={2025}
|
| 58 |
}
|
| 59 |
+
```
|