joelniklaus
commited on
Commit
•
9707291
1
Parent(s):
2078b91
fixed bug
Browse files- Multi_Legal_Pile.py +1 -1
Multi_Legal_Pile.py
CHANGED
@@ -247,7 +247,7 @@ class MultiLegalPile(datasets.GeneratorBasedBuilder):
|
|
247 |
# add native MultiLegalPile data
|
248 |
if language in _DATA_NAME and type in _DATA_NAME[language]: # if we actually have something there
|
249 |
for data_name in _DATA_NAME[language][type]:
|
250 |
-
info["filepath"] = download_url("joelito/Multi_Legal_Pile", data_name)
|
251 |
data_infos.append(info.copy())
|
252 |
|
253 |
# add eurlex_resources data
|
|
|
247 |
# add native MultiLegalPile data
|
248 |
if language in _DATA_NAME and type in _DATA_NAME[language]: # if we actually have something there
|
249 |
for data_name in _DATA_NAME[language][type]:
|
250 |
+
info["filepath"] = download_url("joelito/Multi_Legal_Pile", f"{language}/{type}/{data_name}")
|
251 |
data_infos.append(info.copy())
|
252 |
|
253 |
# add eurlex_resources data
|