Commit ·
40ec01d
1
Parent(s): a8047b6
Add model library name and pipeline tag (#3)
Browse files- Add model library name and pipeline tag (d86b2a9dd841603387b0efc2eda2285c76199e3d)
- Set model card library_name to lyra-2.0 (ab29f1a9354045f99aa8b66b35a94ef3acd41ad3)
Co-authored-by: merve <merve@users.noreply.huggingface.co>
README.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
| 1 |
---
|
| 2 |
-
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
# Lyra 2.0: Explorable Generative 3D Worlds
|
|
@@ -250,4 +253,4 @@ Model and dataset restrictions: | The Principle of least privilege (
|
|
| 250 |
journal={arXiv preprint arXiv:2604.13036},
|
| 251 |
year={2026}
|
| 252 |
}
|
| 253 |
-
```
|
|
|
|
| 1 |
---
|
| 2 |
+
pipeline_tag: image-to-3d
|
| 3 |
+
library_name: lyra-2.0
|
| 4 |
+
tags:
|
| 5 |
+
- world
|
| 6 |
---
|
| 7 |
|
| 8 |
# Lyra 2.0: Explorable Generative 3D Worlds
|
|
|
|
| 253 |
journal={arXiv preprint arXiv:2604.13036},
|
| 254 |
year={2026}
|
| 255 |
}
|
| 256 |
+
```
|