elnasharomar2 commited on
Commit
c837366
·
verified ·
1 Parent(s): ee3b001

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ api_key = os.getenv("token")
8
  login(token = api_key)
9
 
10
 
11
- get_completion = pipeline("ner", model="elnasharomar2/PUNCERT_single_stages_70_epochs",aggregation_strategy="simple")
12
  label_names = ["O","QE","EX","QM","DOT","COM","SEMICOL","COL"]
13
  label_symbol = ["O",'؟!','!','؟','.','،','؛',':']
14
 
 
8
  login(token = api_key)
9
 
10
 
11
+ get_completion = pipeline("ner", model="elnasharomar2/PUNCERT_single_stages_70_epochs")
12
  label_names = ["O","QE","EX","QM","DOT","COM","SEMICOL","COL"]
13
  label_symbol = ["O",'؟!','!','؟','.','،','؛',':']
14