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