cifkao commited on
Commit
b0df395
1 Parent(s): 1282903

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -29,5 +29,5 @@ for example, use `load_dataset("audioshake/jam-alt", "es")` to load only the Spa
29
 
30
  Other arguments can be specified to control audio loading:
31
  - `with_audio=False` to skip loading audio.
32
- - `sampling_rate` and `mono` to control the sampling rate and number of channels.
33
  - `decode_audio=False` to skip decoding the audio and just get paths to the MP3 files.
 
29
 
30
  Other arguments can be specified to control audio loading:
31
  - `with_audio=False` to skip loading audio.
32
+ - `sampling_rate` and `mono=True` to control the sampling rate and number of channels.
33
  - `decode_audio=False` to skip decoding the audio and just get paths to the MP3 files.