tarzanagh commited on
Commit
16fab3d
·
verified ·
1 Parent(s): 3116c92

Update benchmarks/multihop/benchmark_multihop.py: remove external references

Browse files
benchmarks/multihop/benchmark_multihop.py CHANGED
@@ -209,7 +209,7 @@ class MultiHopBenchmark:
209
  from huggingface_hub import hf_hub_download
210
  os.makedirs(data_dir, exist_ok=True)
211
  hf_hub_download(
212
- repo_id="osunlp/HippoRAG_2",
213
  filename=filename,
214
  repo_type="dataset",
215
  local_dir=data_dir,
 
209
  from huggingface_hub import hf_hub_download
210
  os.makedirs(data_dir, exist_ok=True)
211
  hf_hub_download(
212
+ repo_id="osunlp/HippoRAG", # Dataset source
213
  filename=filename,
214
  repo_type="dataset",
215
  local_dir=data_dir,