Update mFollowIR.py
Browse files- 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}
|
| 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,
|