Spaces:
Sleeping
Sleeping
Update utils/model.py
Browse files- 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 |
|