Datasets:

Formats:
parquet
ArXiv:
Libraries:
Datasets
pandas
License:
christopher commited on
Commit
111ebc6
·
verified ·
1 Parent(s): c0e05b7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -60,7 +60,7 @@ using the `datasets` library:
60
  from datasets import load_dataset
61
  train = load_dataset("christopher/mnist1d", split="train")
62
  test = load_dataset("christopher/mnist1d", split="test")
63
- all = load_dataset("christopher/mnist1d", split="train+test")
64
  ```
65
 
66
 
 
60
  from datasets import load_dataset
61
  train = load_dataset("christopher/mnist1d", split="train")
62
  test = load_dataset("christopher/mnist1d", split="test")
63
+ train_test = load_dataset("christopher/mnist1d", split="train+test")
64
  ```
65
 
66