lrauch commited on
Commit
3583278
·
verified ·
1 Parent(s): 21f2802

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -104,7 +104,7 @@ def map_first_five(sample):
104
  train = train.map(map_first_five, batch_size=1000, num_proc=2)
105
 
106
  # the test_5s dataset is already divided into 5-second chunks where each sample can have zero, one or multiple bird vocalizations (ebird_code labels)
107
- test = dataset["tes_5s"]
108
  ```
109
 
110
  ## Metadata
 
104
  train = train.map(map_first_five, batch_size=1000, num_proc=2)
105
 
106
  # the test_5s dataset is already divided into 5-second chunks where each sample can have zero, one or multiple bird vocalizations (ebird_code labels)
107
+ test = dataset["test_5s"]
108
  ```
109
 
110
  ## Metadata