Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 11, 2024
1 parent ffce313 commit 2639b8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion argilla/docs/how_to_guides/export.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dataset.to_hub(repo_id="<repo_id>")
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 confiugration 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 2639b8c

Please sign in to comment.