cifkao commited on
Commit
d872576
·
1 Parent(s): 122ef43

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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
- - `decode_audio=False` to skip decoding the audio and just get the MP3 file paths.
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