Datasets:

License:
ghjuliasialelli commited on
Commit
ccf89e3
·
verified ·
1 Parent(s): a15f601

"val" -> "validation"

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -24,7 +24,7 @@ To get started quickly with this dataset, use the following code snippet:
24
  from datasets import load_dataset
25
 
26
  # Load the dataset
27
- dataset = load_dataset('prs-eth/AGBD', trust_remote_code=True, streaming=True)["train"] # Options: "train", "val", "test"
28
 
29
  # Iterate over the dataset
30
  for sample in dataset:
 
24
  from datasets import load_dataset
25
 
26
  # Load the dataset
27
+ dataset = load_dataset('prs-eth/AGBD', trust_remote_code=True, streaming=True)["train"] # Options: "train", "validation", "test"
28
 
29
  # Iterate over the dataset
30
  for sample in dataset: