Skip to content
Merged
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/hub/datasets-data-files-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Machine learning datasets typically have splits and may also have subsets. A dat

## Automatic splits detection

Splits are automatically detected based on file and directory names. For example this is a dataset a the `train`, `test`, and `validation` splits:
Splits are automatically detected based on file and directory names. For example, this is a dataset with `train`, `test`, and `validation` splits:

```
my_dataset_repository/
Expand Down
Loading