Add pipeline tag, library name, link to paper and code repository
Browse filesThis PR improves the model card, linking it to the paper and adding the right pipeline tag, ensuring people can find it at https://huggingface.co/models?pipeline_tag=image-to-3d&sort=trending.
I also added a relevant `library_name`.
README.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
library_name: pytorch
|
| 4 |
+
pipeline_tag: image-to-3d
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
This repository contains the model presented in [Squeeze3D: Your 3D Generation Model is Secretly an Extreme Neural Compressor](https://huggingface.co/papers/2506.07932).
|
| 8 |
+
|
| 9 |
+
Project page: https://squeeze3d.github.io/
|
| 10 |
+
|
| 11 |
+
Code: https://github.com/Rishit-dagli/Squeeze3D
|