Datasets:

orionweller commited on
Commit
5dcdb22
·
verified ·
1 Parent(s): f8210c7

Update mFollowIR.py

Browse files
Files changed (1) hide show
  1. mFollowIR.py +1 -1
mFollowIR.py CHANGED
@@ -79,7 +79,7 @@ class mFollowIRCrossLingual(datasets.GeneratorBasedBuilder):
79
  ),
80
  ]
81
  elif name in ["queries"]:
82
- filepath = dl_manager.download_and_extract(f"https://huggingface.co/datasets/jhu-clsp/mFollowIR/resolve/main/{lang}_map.jsonl")
83
  return [
84
  datasets.SplitGenerator(
85
  name=name,
 
79
  ),
80
  ]
81
  elif name in ["queries"]:
82
+ filepath = dl_manager.download_and_extract(f"https://huggingface.co/datasets/jhu-clsp/mFollowIR/resolve/main/{lang}_map_final.jsonl")
83
  return [
84
  datasets.SplitGenerator(
85
  name=name,