sheikh commited on
Commit
36119dd
·
1 Parent(s): 5c550d7

Update SLR.py

Browse files
Files changed (1) hide show
  1. SLR.py +1 -1
SLR.py CHANGED
@@ -115,7 +115,7 @@ class SLR(datasets.GeneratorBasedBuilder):
115
  for item in data['categories']:
116
 
117
  labels=item['name']
118
- #words.append(labels)
119
  ner_tags.append(labels)
120
  for item in data['annotations']:
121
  bbox=item['bbox']
 
115
  for item in data['categories']:
116
 
117
  labels=item['name']
118
+ words.append(labels)
119
  ner_tags.append(labels)
120
  for item in data['annotations']:
121
  bbox=item['bbox']