Update README.md
Browse files
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["
|
| 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
|