sheikh commited on
Commit
c45d558
·
1 Parent(s): c58182d

Update FCD_lmv2.py

Browse files
Files changed (1) hide show
  1. FCD_lmv2.py +1 -1
FCD_lmv2.py CHANGED
@@ -115,7 +115,7 @@ class FCD(datasets.GeneratorBasedBuilder):
115
 
116
  if len(words) == 0:
117
  continue
118
- ner_tags.append(label.upper())
119
  #if label == "other":
120
  # for w in words:
121
  # tokens.append(w["text"])
 
115
 
116
  if len(words) == 0:
117
  continue
118
+ ner_tags.append(label)
119
  #if label == "other":
120
  # for w in words:
121
  # tokens.append(w["text"])