Add dataset to model card
Browse filesHi! Sergio from HF! Congrats on the release, looks awesome :)
This PR adds some dataset details to help improve the model card's discoverability across the Hub.
We also encourage you to further enrich the model card to make it even more useful and easier to find.
Thanks!
README.md
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
3 |
---
|
4 |
|
5 |
# Multiverse: The First AI Multiplayer World Model
|
@@ -109,5 +111,4 @@ Note: The full resolution dataset is only for upsampler training and is not fit
|
|
109 |
## Outside resources
|
110 |
|
111 |
- DIAMOND - https://github.com/eloialonso/diamond
|
112 |
-
- AI-MarioKart64 - https://github.com/Dere-Wah/AI-MarioKart64
|
113 |
-
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
datasets:
|
4 |
+
- Enigma-AI/multiplayer-racing-low-res
|
5 |
---
|
6 |
|
7 |
# Multiverse: The First AI Multiplayer World Model
|
|
|
111 |
## Outside resources
|
112 |
|
113 |
- DIAMOND - https://github.com/eloialonso/diamond
|
114 |
+
- AI-MarioKart64 - https://github.com/Dere-Wah/AI-MarioKart64
|
|