Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
jafermarq authored Sep 10, 2024
1 parent 3bdee1d commit 8656267
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions datasets/flwr_datasets/federated_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def load_partition(
The split names you can choose from vary from dataset to dataset. You need
to check the dataset on the `Hugging Face Hub`<https://huggingface.co/
datasets>_ to see which splits are available. You can resplit the dataset
by using the `preprocessor` parameter (rename, merge, divide, etc. the
by using the `preprocessor` parameter (to rename, merge, divide, etc. the
available splits).
Returns
Expand Down Expand Up @@ -211,7 +211,7 @@ def load_split(self, split: str) -> Dataset:
The split names you can choose from vary from dataset to dataset. You need
to check the dataset on the `Hugging Face Hub`<https://huggingface.co/
datasets>_ to see which splits are available. You can resplit the dataset
by using the `preprocessor` parameter (rename, merge, divide, etc. the
by using the `preprocessor` parameter (to rename, merge, divide, etc. the
available splits).
Returns
Expand Down

0 comments on commit 8656267

Please sign in to comment.