gabrielaltay
commited on
Commit
·
bdeba0d
1
Parent(s):
04ae302
test
Browse files- hacdc-wikipedia.py +0 -1
hacdc-wikipedia.py
CHANGED
@@ -159,7 +159,6 @@ class HacdcWikimedia20220901(datasets.GeneratorBasedBuilder):
|
|
159 |
for filepath in filepaths:
|
160 |
logger.info("generating examples from = %s", filepath)
|
161 |
with open(filepath, "r") as fp:
|
162 |
-
lines =
|
163 |
for line in fp:
|
164 |
data = json.loads(line)
|
165 |
|
|
|
159 |
for filepath in filepaths:
|
160 |
logger.info("generating examples from = %s", filepath)
|
161 |
with open(filepath, "r") as fp:
|
|
|
162 |
for line in fp:
|
163 |
data = json.loads(line)
|
164 |
|