OfekGlick commited on
Commit
0ff7432
·
1 Parent(s): 7416d2a

Upload DiscoEval.py

Browse files
Files changed (1) hide show
  1. 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,