hij commited on
Commit
2c45eb2
·
verified ·
1 Parent(s): 3684f3f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -35,7 +35,7 @@ A large-scale entity-attribute dataset covering factual, linguistic, and commons
35
  ```python
36
  from datasets import load_dataset
37
 
38
- dataset = load_dataset("hij/ravel")
39
  ```
40
 
41
 
 
35
  ```python
36
  from datasets import load_dataset
37
 
38
+ dataset = load_dataset("hij/ravel", "city_entity")
39
  ```
40
 
41