DykeF commited on
Commit
c875deb
·
1 Parent(s): abcc3a0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -39,7 +39,7 @@ from torch.utils.data import DataLoader
39
  from datasets import load_dataset
40
 
41
  # Load the dataset
42
- ds_train = load_dataset("DykeF/NCTCRCHE100K", split="train")
43
  # Format the dataset as PyTorch tensors
44
  dst = ds_train.with_format("torch")
45
  # Initialize the DataLoader
 
39
  from datasets import load_dataset
40
 
41
  # Load the dataset
42
+ ds_train = load_dataset("DykeF/NCTCRCHE100K", split="train") # or "train_nonorm" or "validation"
43
  # Format the dataset as PyTorch tensors
44
  dst = ds_train.with_format("torch")
45
  # Initialize the DataLoader