Datasets:
Tasks:
Text Generation
Modalities:
Text
Sub-tasks:
language-modeling
Languages:
English
Size:
100K - 1M
License:
Zhangir Azerbayev
commited on
Commit
·
25dc5a2
1
Parent(s):
d06970b
silliest bug
Browse files- proof-pile.py +1 -0
proof-pile.py
CHANGED
@@ -197,6 +197,7 @@ class ProofPile(datasets.GeneratorBasedBuilder):
|
|
197 |
"config": self.config.name,
|
198 |
"file": name,
|
199 |
"text": text,
|
|
|
200 |
else:
|
201 |
for name in data_files:
|
202 |
with open(name, encoding="utf-8") as f:
|
|
|
197 |
"config": self.config.name,
|
198 |
"file": name,
|
199 |
"text": text,
|
200 |
+
}
|
201 |
else:
|
202 |
for name in data_files:
|
203 |
with open(name, encoding="utf-8") as f:
|