joelniklaus
commited on
Commit
•
2078b91
1
Parent(s):
3867c01
fixed bugs
Browse files- Multi_Legal_Pile.py +2 -2
Multi_Legal_Pile.py
CHANGED
@@ -57,7 +57,7 @@ _DATA_NAME = {
|
|
57 |
"legislation": ["poland_marcell"],
|
58 |
},
|
59 |
"pt": {
|
60 |
-
"caselaw": ["
|
61 |
},
|
62 |
"ro": {
|
63 |
"legislation": ["romania_marcell"],
|
@@ -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("Multi_Legal_Pile", data_name)
|
251 |
data_infos.append(info.copy())
|
252 |
|
253 |
# add eurlex_resources data
|
|
|
57 |
"legislation": ["poland_marcell"],
|
58 |
},
|
59 |
"pt": {
|
60 |
+
"caselaw": ["brazil_ruling_br"],
|
61 |
},
|
62 |
"ro": {
|
63 |
"legislation": ["romania_marcell"],
|
|
|
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
|