Datasets:

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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -26,7 +26,8 @@ load_dataset("audioshake/jam-alt")
26
 
27
  A subset is defined for each language (`en`, `fr`, `de`, `es`);
28
  for example, use `load_dataset("audioshake/jam-alt", "es")` to load only the Spanish songs.
 
29
  Other arguments can be specified to control audio loading:
30
  - `with_audio=False` to skip loading audio.
31
  - `sampling_rate` and `mono` to control the sampling rate and number of channels.
32
- - `decode_audio=False` to skip decoding the audio and just return the path to the MP3 file.
 
26
 
27
  A subset is defined for each language (`en`, `fr`, `de`, `es`);
28
  for example, use `load_dataset("audioshake/jam-alt", "es")` to load only the Spanish songs.
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.