Spaces:
Runtime error
Runtime error
Commit Β·
dfd905e
1
Parent(s): 13d7daa
added IndicBERTv2-MLM-only-NER
Browse files
app.py
CHANGED
|
@@ -37,9 +37,10 @@ def get_ner(pipe,text,aggregation_strategy="first"):
|
|
| 37 |
ner_models = [
|
| 38 |
"livinNector/TaNER-500",
|
| 39 |
"livinNector/TaNER-1k",
|
|
|
|
|
|
|
| 40 |
"livinNector/IndicBERTNER",
|
| 41 |
"livinNector/IndicNER",
|
| 42 |
-
"ai4bharat/IndicNER",
|
| 43 |
"livinNector/xlm-roberta-base-ner",
|
| 44 |
"livinNector/distilbert-multilingual-base-ner"
|
| 45 |
]
|
|
|
|
| 37 |
ner_models = [
|
| 38 |
"livinNector/TaNER-500",
|
| 39 |
"livinNector/TaNER-1k",
|
| 40 |
+
"livinNector/IndicBERTv2-MLM-only-NER",
|
| 41 |
+
"ai4bharat/IndicNER",
|
| 42 |
"livinNector/IndicBERTNER",
|
| 43 |
"livinNector/IndicNER",
|
|
|
|
| 44 |
"livinNector/xlm-roberta-base-ner",
|
| 45 |
"livinNector/distilbert-multilingual-base-ner"
|
| 46 |
]
|