Datasets:
Upload 2 files
Browse files- DiscoEval.py +4 -0
DiscoEval.py
CHANGED
@@ -246,6 +246,10 @@ class DiscoEvalSentence(datasets.GeneratorBasedBuilder):
|
|
246 |
logger = logging.getLogger(__name__)
|
247 |
logger.info(f"Current working dir: {os.getcwd()}")
|
248 |
logger.info("generating examples from = %s", filepath)
|
|
|
|
|
|
|
|
|
249 |
if self.config.name in [constants.SPARXIV, constants.SPROCSTORY, constants.SPWIKI,
|
250 |
constants.DCWIKI, constants.DCCHAT,
|
251 |
constants.PDTB_E, constants.PDTB_I,
|
|
|
246 |
logger = logging.getLogger(__name__)
|
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,
|
254 |
constants.DCWIKI, constants.DCCHAT,
|
255 |
constants.PDTB_E, constants.PDTB_I,
|