Add dataset to model card (#3)
Browse files- Add dataset to model card (6a7f57d56477ad2bb581109311c463cd7085db5a)
Co-authored-by: Sergio Paniego <[email protected]>
README.md
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
3 |
---
|
4 |
|
5 |
# Multiverse: The First AI Multiplayer World Model
|
@@ -116,5 +118,4 @@ Note: The full resolution dataset is only for upsampler training and is not fit
|
|
116 |
## Outside resources
|
117 |
|
118 |
- DIAMOND - https://github.com/eloialonso/diamond
|
119 |
-
- AI-MarioKart64 - https://github.com/Dere-Wah/AI-MarioKart64
|
120 |
-
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
datasets:
|
4 |
+
- Enigma-AI/multiplayer-racing-low-res
|
5 |
---
|
6 |
|
7 |
# Multiverse: The First AI Multiplayer World Model
|
|
|
118 |
## Outside resources
|
119 |
|
120 |
- DIAMOND - https://github.com/eloialonso/diamond
|
121 |
+
- AI-MarioKart64 - https://github.com/Dere-Wah/AI-MarioKart64
|
|