Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
burtenshaw committed Jul 11, 2024
1 parent 2639b8c commit f336fbf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions argilla/docs/how_to_guides/export.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ dataset.to_hub(repo_id="<repo_id>")
```python
dataset.to_hub(repo_id="<repo_id>", with_records=False)
```

With the dataset's confiugration you could then make changes to the dataset's settings, or add records via the `datasets` package.
With the dataset's configuration you could then make changes to the dataset's settings, or add records via the `datasets` package.

```python
hf_dataset = load_dataset("<repo_id>")
Expand Down

0 comments on commit f336fbf

Please sign in to comment.