mwitiderrick commited on
Commit
424f6d9
1 Parent(s): 6a49c54

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/bert-base/pytorch/huggingface/conll2003/12layer_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:distilbert-conll2003_wikipedia_bookcorpus-pruned90",
34
  )
35
 
36
  def map_ner(inference):