| { | |
| "splits": { | |
| "train": { | |
| "features": { | |
| "img": { | |
| "dtype": "float32", | |
| "shape": [ | |
| 3072 | |
| ] | |
| }, | |
| "label": { | |
| "dtype": "int64", | |
| "shape": [] | |
| } | |
| }, | |
| "files": { | |
| "img": "train_images.npy", | |
| "label": "train_labels.npy" | |
| } | |
| }, | |
| "test": { | |
| "features": { | |
| "img": { | |
| "dtype": "float32", | |
| "shape": [ | |
| 3072 | |
| ] | |
| }, | |
| "label": { | |
| "dtype": "int64", | |
| "shape": [] | |
| } | |
| }, | |
| "files": { | |
| "img": "test_images.npy", | |
| "label": "test_labels.npy" | |
| } | |
| } | |
| } | |
| } |