ramonachristen
commited on
Commit
•
f402610
1
Parent(s):
ba4e7ed
Update MultiLegalNeg.py
Browse files- MultiLegalNeg.py +1 -1
MultiLegalNeg.py
CHANGED
@@ -50,7 +50,7 @@ class MultiLegalNeg(datasets.GeneratorBasedBuilder):
|
|
50 |
for language in _LANGUAGES + ['all']
|
51 |
for subset in _SUBSETS + ['all']
|
52 |
]
|
53 |
-
|
54 |
def _info(self):
|
55 |
features = datasets.Features(
|
56 |
{
|
|
|
50 |
for language in _LANGUAGES + ['all']
|
51 |
for subset in _SUBSETS + ['all']
|
52 |
]
|
53 |
+
|
54 |
def _info(self):
|
55 |
features = datasets.Features(
|
56 |
{
|