jethrovic commited on
Commit
fa8bb67
·
1 Parent(s): 67b2f0d

Update app.py

Browse files

Changed the model

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="Jzuluaga/bert-base-token-classification-for-atc-en-uwb-atcc",
7
  aggregation_strategy="simple",
8
  )
9
 
 
3
 
4
  # Initialize the POS tagger with from_pt=True for PyTorch model
5
  pos_tagger = pipeline(
6
+ model="projecte-aina/roberta-base-ca-cased-pos",
7
  aggregation_strategy="simple",
8
  )
9