Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lhoestq committed Jun 3, 2024
1 parent 3060d39 commit cc3cf8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/datasets/iterable_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -1564,7 +1564,7 @@ def state_dict(self) -> dict:
... print(example)
```
Returns:
which returns:
```
{'a': 0}
{'a': 1}
Expand Down Expand Up @@ -1609,7 +1609,7 @@ def load_state_dict(self, state_dict: dict) -> None:
... print(example)
```
Returns:
which returns:
```
{'a': 0}
{'a': 1}
Expand Down

0 comments on commit cc3cf8b

Please sign in to comment.