File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -587,7 +587,10 @@ def load(
587
587
would use the `FooBar` dataset passing the keyword arguments `a=True` and
588
588
`b=3` (for builders with configs, it would be `'foo_bar/zoo/a=True,b=3'`
589
589
to use the `'zoo'` config and pass to the builder keyword arguments
590
- `a=True` and `b=3`).
590
+ `a=True` and `b=3`). If the dataset name features a `/` in its name, one
591
+ should replace it with `__`, as this might happen with certain namespaces
592
+ such as huggingface (example: "huggingface:microsoft/cats_vs_dogs" becomes
593
+ "huggingface:microsoft__cats_vs_dogs".)
591
594
split: Which split of the data to load (e.g. `'train'`, `'test'`, `['train',
592
595
'test']`, `'train[80%:]'`,...). See our [split API
593
596
guide](https://www.tensorflow.org/datasets/splits). If `None`, will return
You can’t perform that action at this time.
0 commit comments