Datasets:
Upload DiscoEval.py
Browse files- DiscoEval.py +1 -1
DiscoEval.py
CHANGED
@@ -247,7 +247,7 @@ class DiscoEvalSentence(datasets.GeneratorBasedBuilder):
|
|
247 |
logger.info(f"Current working dir: {os.getcwd()}")
|
248 |
logger.info("generating examples from = %s", filepath)
|
249 |
print(f"Current working dir: {os.getcwd()}")
|
250 |
-
print(f"Current working dir: {os.listdir()}")
|
251 |
|
252 |
|
253 |
if self.config.name in [constants.SPARXIV, constants.SPROCSTORY, constants.SPWIKI,
|
|
|
247 |
logger.info(f"Current working dir: {os.getcwd()}")
|
248 |
logger.info("generating examples from = %s", filepath)
|
249 |
print(f"Current working dir: {os.getcwd()}")
|
250 |
+
print(f"Current working dir: {os.listdir(os.getcwd())}")
|
251 |
|
252 |
|
253 |
if self.config.name in [constants.SPARXIV, constants.SPROCSTORY, constants.SPWIKI,
|