Update app.py
Browse files
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",
|
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 |
|