ryushinn commited on
Commit
8aa7d22
·
verified ·
1 Parent(s): 5d77709

Rename split from test to train

Browse files
README.md CHANGED
@@ -13,9 +13,9 @@ size_categories:
13
  - 10K<n<100K
14
  ---
15
 
16
- # Moving MNIST (test split)
17
 
18
- This dataset is the classic **Moving MNIST** benchmark test set released by Nitish Srivastava et al. for sequence prediction and video representation learning.
19
 
20
  - Source file: `mnist_test_seq.npy`
21
  - Original source: https://www.cs.toronto.edu/~nitish/unsupervised_video/
@@ -27,7 +27,7 @@ This dataset is the classic **Moving MNIST** benchmark test set released by Niti
27
 
28
  This Hugging Face dataset stores one sequence per row:
29
 
30
- - Split: `test`
31
  - Number of rows: `10000`
32
  - Feature schema:
33
  - `video`: `Array3D(shape=(20, 64, 64), dtype='uint8')`
 
13
  - 10K<n<100K
14
  ---
15
 
16
+ # Moving MNIST (train split)
17
 
18
+ This dataset is the classic **Moving MNIST** benchmark set released by Nitish Srivastava et al. for sequence prediction and video representation learning.
19
 
20
  - Source file: `mnist_test_seq.npy`
21
  - Original source: https://www.cs.toronto.edu/~nitish/unsupervised_video/
 
27
 
28
  This Hugging Face dataset stores one sequence per row:
29
 
30
+ - Split: `train`
31
  - Number of rows: `10000`
32
  - Feature schema:
33
  - `video`: `Array3D(shape=(20, 64, 64), dtype='uint8')`
dataset_dict.json CHANGED
@@ -1 +1 @@
1
- {"splits": ["test"]}
 
1
+ {"splits": ["train"]}
train/data-00000-of-00002.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21f7cb620d88afd257db30c32f78181e9061b1d7b73662fa79c081b51a0838e2
3
+ size 435622184
train/data-00001-of-00002.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54b9628fb232dba28e3d14f9ee7ee2b8eff12ca41c501e1d6a9dd09126299e7f
3
+ size 435622184
train/dataset_info.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "generator",
3
+ "citation": "",
4
+ "config_name": "default",
5
+ "dataset_name": "generator",
6
+ "dataset_size": 871240000,
7
+ "description": "",
8
+ "download_size": 0,
9
+ "features": {
10
+ "video": {
11
+ "shape": [
12
+ 20,
13
+ 64,
14
+ 64
15
+ ],
16
+ "dtype": "uint8",
17
+ "_type": "Array3D"
18
+ }
19
+ },
20
+ "homepage": "",
21
+ "license": "",
22
+ "size_in_bytes": 871240000,
23
+ "splits": {
24
+ "train": {
25
+ "name": "train",
26
+ "num_bytes": 871240000,
27
+ "num_examples": 10000,
28
+ "shard_lengths": [
29
+ 6000,
30
+ 4000
31
+ ],
32
+ "dataset_name": "generator"
33
+ }
34
+ },
35
+ "version": {
36
+ "version_str": "0.0.0",
37
+ "major": 0,
38
+ "minor": 0,
39
+ "patch": 0
40
+ }
41
+ }
train/state.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00002.arrow"
5
+ },
6
+ {
7
+ "filename": "data-00001-of-00002.arrow"
8
+ }
9
+ ],
10
+ "_fingerprint": "39bc21968eb6f4ba",
11
+ "_format_columns": null,
12
+ "_format_kwargs": {},
13
+ "_format_type": null,
14
+ "_output_all_columns": false,
15
+ "_split": "train"
16
+ }