Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/source/process.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,7 @@ The example below uses the [`pydub`](http://pydub.com/) package as an alternativ

Once your dataset is ready, you can save it as a Hugging Face Dataset in Parquet format and reuse it later with [`load_dataset`].

Save your dataset by providing the name of the dataset repository on Hugging Face you wish to save it to to [`~Dataset.push_to_hub`]:
Save your dataset by providing the name of the dataset repository on Hugging Face you wish to save it to [`~Dataset.push_to_hub`]:

```python
encoded_dataset.push_to_hub("username/my_dataset")
Expand Down