ClarkWangPas commited on
Commit
2c3b23e
·
verified ·
1 Parent(s): af2e8ac

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -112,11 +112,11 @@ from huggingface_hub import hf_hub_download
112
  import json, rdflib
113
 
114
  # CQ2Term: Load Dataset
115
- path = hf_hub_download("ClarkWangPas/cq2onto_test", "wine/cq_to_terms_wine.json", repo_type="dataset")
116
  cqs = json.load(open(path))
117
 
118
  # CQ2Onto
119
- path = hf_hub_download("ClarkWangPas/cq2onto_test", "wine/sub_wine.owl", repo_type="dataset")
120
  g = rdflib.Graph().parse(path)
121
  ```
122
  ## License
 
112
  import json, rdflib
113
 
114
  # CQ2Term: Load Dataset
115
+ path = hf_hub_download("ClarkWangPas/CQ2Onto", "wine/cq_to_terms_wine.json", repo_type="dataset")
116
  cqs = json.load(open(path))
117
 
118
  # CQ2Onto
119
+ path = hf_hub_download("ClarkWangPas/CQ2Onto", "wine/sub_wine.owl", repo_type="dataset")
120
  g = rdflib.Graph().parse(path)
121
  ```
122
  ## License