WebashalarForML commited on
Commit
964569e
·
verified ·
1 Parent(s): 852b0cc

Update utils/model.py

Browse files
Files changed (1) hide show
  1. utils/model.py +0 -1
utils/model.py CHANGED
@@ -41,7 +41,6 @@ def train_model(epochs, model_path):
41
  ]
42
 
43
  # Add labels to the NER component
44
- # Add labels to the NER component
45
  for label in labels:
46
  ner.add_label(label)
47
 
 
41
  ]
42
 
43
  # Add labels to the NER component
 
44
  for label in labels:
45
  ner.add_label(label)
46