Datasets:
TheGreatRambler
commited on
Commit
•
53ff908
1
Parent(s):
35f6d13
Update size
Browse files
README.md
CHANGED
@@ -6,7 +6,7 @@ license:
|
|
6 |
multilinguality:
|
7 |
- multilingual
|
8 |
size_categories:
|
9 |
-
-
|
10 |
source_datasets:
|
11 |
- original
|
12 |
task_categories:
|
@@ -25,7 +25,7 @@ pretty_name: Mario Maker 2 level plays
|
|
25 |
Part of the [Mario Maker 2 Dataset Collection](https://tgrcode.com/posts/mario_maker_2_datasets)
|
26 |
|
27 |
## Dataset Description
|
28 |
-
The Mario Maker 2 level plays dataset consists of
|
29 |
|
30 |
### How to use it
|
31 |
The Mario Maker 2 level plays dataset is a very large dataset so for most use cases it is recommended to make use of the streaming API of `datasets`. You can load and iterate through the dataset with the following code:
|
|
|
6 |
multilinguality:
|
7 |
- multilingual
|
8 |
size_categories:
|
9 |
+
- 1B<n<10B
|
10 |
source_datasets:
|
11 |
- original
|
12 |
task_categories:
|
|
|
25 |
Part of the [Mario Maker 2 Dataset Collection](https://tgrcode.com/posts/mario_maker_2_datasets)
|
26 |
|
27 |
## Dataset Description
|
28 |
+
The Mario Maker 2 level plays dataset consists of 1 billion level plays from Nintendo's online service totaling around 20GB of data. The dataset was created using the self-hosted [Mario Maker 2 api](https://tgrcode.com/posts/mario_maker_2_api) over the course of 1 month in February 2022.
|
29 |
|
30 |
### How to use it
|
31 |
The Mario Maker 2 level plays dataset is a very large dataset so for most use cases it is recommended to make use of the streaming API of `datasets`. You can load and iterate through the dataset with the following code:
|