Datasets:
Update README.md
Browse files
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
|
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 |
|