Datasets:
update load_dataset call
Browse files
README.md
CHANGED
@@ -64,7 +64,7 @@ The dataset can be loaded using the Hugging Face `datasets` library as follows:
|
|
64 |
```python
|
65 |
from datasets import load_dataset
|
66 |
|
67 |
-
dataset = load_dataset('wikipunk/
|
68 |
```
|
69 |
|
70 |
``` python
|
|
|
64 |
```python
|
65 |
from datasets import load_dataset
|
66 |
|
67 |
+
dataset = load_dataset('wikipunk/yago45en', num_proc=4, split='train')
|
68 |
```
|
69 |
|
70 |
``` python
|