ksennr commited on
Commit
99dcf8e
·
verified ·
1 Parent(s): d0db537

minor adjustment

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -57,9 +57,9 @@ Each instance in the dataset consists of:
57
 
58
  This dataset is intended for research in semantic parsing and related tasks within the context of lexicographic data in the Wikidata Knowledge Graph. It can be used to train and evaluate models that convert natural language to SPARQL queries.
59
 
60
- ## Load Dataset
61
 
62
- Use the following commands to load the dataset as a pandas DataFrame:
63
 
64
  #### Install datasets Library
65
  ```
 
57
 
58
  This dataset is intended for research in semantic parsing and related tasks within the context of lexicographic data in the Wikidata Knowledge Graph. It can be used to train and evaluate models that convert natural language to SPARQL queries.
59
 
60
+ ## Load the Dataset in Python
61
 
62
+ Use the following commands to load the dataset as a pandas DataFrame in Python:
63
 
64
  #### Install datasets Library
65
  ```