Anjaly commited on
Commit
cb87621
1 Parent(s): 6c7ff6f

modified loading script

Browse files
Files changed (1) hide show
  1. snow-mountain.py +2 -0
snow-mountain.py CHANGED
@@ -175,6 +175,8 @@ class Test(datasets.GeneratorBasedBuilder):
175
 
176
  def _generate_examples(self, filepath):
177
  key = 0
 
 
178
  with open(filepath) as f:
179
  data_df = pd.read_csv(f,sep=',')
180
  transcripts = []
 
175
 
176
  def _generate_examples(self, filepath):
177
  key = 0
178
+ print("----------------------------------------------")
179
+ print(os.listdir('data/'))
180
  with open(filepath) as f:
181
  data_df = pd.read_csv(f,sep=',')
182
  transcripts = []