Datasets:

Modalities:
Audio
Text
Formats:
parquet
Size:
< 1K
ArXiv:
DOI:
Libraries:
Datasets
pandas
cifkao commited on
Commit
f57f9a9
1 Parent(s): 02f9bed

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -36,7 +36,7 @@ for example, use `load_dataset("audioshake/jam-alt", "es")` to load only the Spa
36
  Other arguments can be specified to control audio loading:
37
  - `with_audio=False` to skip loading audio.
38
  - `sampling_rate` and `mono=True` to control the sampling rate and number of channels.
39
- - `decode_audio=False` to skip decoding the audio and just get paths to the MP3 files.
40
 
41
  ## Running evaluation
42
 
 
36
  Other arguments can be specified to control audio loading:
37
  - `with_audio=False` to skip loading audio.
38
  - `sampling_rate` and `mono=True` to control the sampling rate and number of channels.
39
+ - `decode_audio=False` to skip decoding the audio and just get the MP3 file paths.
40
 
41
  ## Running evaluation
42