dexay commited on
Commit
3b7e628
·
1 Parent(s): 7eeda6b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ tokenizer = AutoTokenizer.from_pretrained("dmis-lab/biobert-large-cased-v1.1", t
10
  model_checkpoint = BertForTokenClassification.from_pretrained("dexay/Ner2HgF", )
11
 
12
 
13
- model_re = AutoModelForSequenceClassification.from_pretrained("dexay/reDs3others", truncation = True, padding=True, model_max_length=512,)
14
  token_classifier = pipeline("token-classification", tokenizer = tokenizer,model=model_checkpoint, )
15
 
16
 
 
10
  model_checkpoint = BertForTokenClassification.from_pretrained("dexay/Ner2HgF", )
11
 
12
 
13
+ model_re = AutoModelForSequenceClassification.from_pretrained("dexay/reDs3others", )
14
  token_classifier = pipeline("token-classification", tokenizer = tokenizer,model=model_checkpoint, )
15
 
16