wikipunk commited on
Commit
d24b911
1 Parent(s): 3b67a15

update load_dataset call

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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/yago-4.5-en', num_proc=4)
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