Spaces:
Runtime error
Runtime error
Commit
·
485d5f5
1
Parent(s):
2ef1af8
NERP to NER
Browse files
model.py
CHANGED
@@ -86,15 +86,15 @@ models = {
|
|
86 |
"interface": token_classification_interface,
|
87 |
"pipe": pipeline(model="w11wo/indonesian-roberta-base-posp-tagger"),
|
88 |
},
|
89 |
-
"
|
90 |
-
"title": "
|
91 |
"examples": [
|
92 |
"Paris adalah ibukota dari negara Prancis.",
|
93 |
"Kuasa hukum teamster berasal dari Edmonton.",
|
94 |
"Jakarta, Indonesia akan menjadi bagian salah satu tempat yang akan didatangi.",
|
95 |
],
|
96 |
-
"output_label": "
|
97 |
-
"desc": "A
|
98 |
"interface": token_classification_interface,
|
99 |
"pipe": pipeline(model="w11wo/indonesian-roberta-base-nerp-tagger"),
|
100 |
},
|
|
|
86 |
"interface": token_classification_interface,
|
87 |
"pipe": pipeline(model="w11wo/indonesian-roberta-base-posp-tagger"),
|
88 |
},
|
89 |
+
"NER Tagging": {
|
90 |
+
"title": "NER Tagging",
|
91 |
"examples": [
|
92 |
"Paris adalah ibukota dari negara Prancis.",
|
93 |
"Kuasa hukum teamster berasal dari Edmonton.",
|
94 |
"Jakarta, Indonesia akan menjadi bagian salah satu tempat yang akan didatangi.",
|
95 |
],
|
96 |
+
"output_label": "NER Tagging",
|
97 |
+
"desc": "A NER Tagging token-classification model based on the RoBERTa model. The model was originally the pre-trained Indonesian RoBERTa Base model, which is then fine-tuned on indonlu's NERP dataset consisting of tag-labelled news.",
|
98 |
"interface": token_classification_interface,
|
99 |
"pipe": pipeline(model="w11wo/indonesian-roberta-base-nerp-tagger"),
|
100 |
},
|