Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -30,7 +30,7 @@ For example, you may want to process text and store the entities in different co
|
|
30 |
task = "ner"
|
31 |
sparse_qa_pipeline = Pipeline.create(
|
32 |
task=task,
|
33 |
-
model_path="zoo:nlp/token_classification/
|
34 |
)
|
35 |
|
36 |
def map_ner(inference):
|
|
|
30 |
task = "ner"
|
31 |
sparse_qa_pipeline = Pipeline.create(
|
32 |
task=task,
|
33 |
+
model_path="zoo:nlp/token_classification/bert-base/pytorch/huggingface/conll2003/12layer_pruned80_quant-none-vnni",
|
34 |
)
|
35 |
|
36 |
def map_ner(inference):
|