mgoin commited on
Commit
2759c8e
1 Parent(s): b8c36e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/distilbert-none/pytorch/huggingface/conll2003/pruned80_quant-none-vnni",
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):