epptt commited on
Commit
c700483
·
1 Parent(s): cf9ae5b

Upload erukaLabels.py

Browse files
Files changed (1) hide show
  1. erukaLabels.py +2 -1
erukaLabels.py CHANGED
@@ -118,7 +118,8 @@ class Funsd(datasets.GeneratorBasedBuilder):
118
  tokens = []
119
  bboxes = []
120
  ner_tags = []
121
- print(file)
 
122
 
123
  file_path = os.path.join(ann_dir, file)
124
  print(file_path)
 
118
  tokens = []
119
  bboxes = []
120
  ner_tags = []
121
+ if file == ".DS_Store":
122
+ continue
123
 
124
  file_path = os.path.join(ann_dir, file)
125
  print(file_path)