jethrovic commited on
Commit
f0fc94a
·
1 Parent(s): c57652a

Update app.py

Browse files

changed model again

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ from transformers import pipeline
3
 
4
  # Initialize the POS tagger with from_pt=True for PyTorch model
5
  pos_tagger = pipeline(
6
- model="tomaarsen/span-marker-mbert-base-multinerd",
7
  aggregation_strategy="simple",
8
  from_pt=True # Load model from PyTorch weights
9
  )
 
3
 
4
  # Initialize the POS tagger with from_pt=True for PyTorch model
5
  pos_tagger = pipeline(
6
+ model="Jzuluaga/bert-base-token-classification-for-atc-en-uwb-atcc",
7
  aggregation_strategy="simple",
8
  from_pt=True # Load model from PyTorch weights
9
  )