Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -48,7 +48,7 @@ By default, the dataset comes with audio. To skip loading the audio, use `with_a
|
|
48 |
To control how the audio is decoded, cast the `audio` column using `dataset.cast_column("audio", datasets.Audio(...))`.
|
49 |
Useful arguments to `datasets.Audio()` are:
|
50 |
- `sampling_rate` and `mono=True` to control the sampling rate and number of channels.
|
51 |
-
- `
|
52 |
|
53 |
## Running the benchmark
|
54 |
|
|
|
48 |
To control how the audio is decoded, cast the `audio` column using `dataset.cast_column("audio", datasets.Audio(...))`.
|
49 |
Useful arguments to `datasets.Audio()` are:
|
50 |
- `sampling_rate` and `mono=True` to control the sampling rate and number of channels.
|
51 |
+
- `decode=False` to skip decoding the audio and just get the MP3 file paths.
|
52 |
|
53 |
## Running the benchmark
|
54 |
|