We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85125dc commit 602e48cCopy full SHA for 602e48c
docs/processor.md
@@ -12,7 +12,7 @@ Dataset processor supports following features:
12
from DPF import ShardsDatasetConfig, DatasetReader
13
14
config = ShardsDatasetConfig.from_path_and_columns(
15
- 'examples/example_dataset/',
+ 'examples/example_dataset',
16
image_name_col='image_name',
17
text_col='caption'
18
)
0 commit comments