Datasets:

Modalities:
Audio
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
Dask
License:
adamnarozniak commited on
Commit
7e920d1
·
verified ·
1 Parent(s): d1894e0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -102,7 +102,7 @@ In order to prepare the dataset for the FL settings, we recommend using [Flower
102
  To partition the dataset, do the following.
103
  1. Install the package.
104
  ```bash
105
- pip install flwr-datasets[vision]
106
  ```
107
  2. Use the HF Dataset under the hood in Flower Datasets.
108
  ```python
 
102
  To partition the dataset, do the following.
103
  1. Install the package.
104
  ```bash
105
+ pip install flwr-datasets[audio]
106
  ```
107
  2. Use the HF Dataset under the hood in Flower Datasets.
108
  ```python