Link model to paper, add library_name
Browse filesHi,
Niels here from the open-source team at HF. This PR ensures the model can be viewed from https://huggingface.co/papers/2403.02234, and adds a library name tags, which ensures download stats work.
Cheers!
README.md
CHANGED
@@ -8,6 +8,7 @@ tags:
|
|
8 |
datasets:
|
9 |
- allenai/objaverse
|
10 |
pipeline_tag: text-to-3d
|
|
|
11 |
---
|
12 |
|
13 |
# Model Card for 3DTopia
|
@@ -20,4 +21,4 @@ Use the GitHub repo: [3DTopia](https://github.com/3DTopia/3DTopia) to get starte
|
|
20 |
|
21 |
## Technical Details
|
22 |
|
23 |
-
|
|
|
8 |
datasets:
|
9 |
- allenai/objaverse
|
10 |
pipeline_tag: text-to-3d
|
11 |
+
library_name: 3dtopia
|
12 |
---
|
13 |
|
14 |
# Model Card for 3DTopia
|
|
|
21 |
|
22 |
## Technical Details
|
23 |
|
24 |
+
Technical report: https://hf.co/papers/2403.02234
|