unimelb-nlp/wikiann
Viewer • Updated • 2M • 44.2k • 121
How to use MLRS/BERTu-ner-allennlp with AllenNLP:
import allennlp_models
from allennlp.predictors.predictor import Predictor
predictor = Predictor.from_path("hf://MLRS/BERTu-ner-allennlp")This is a fine-tuned version of BERTu on Named-Entity Recognition. To make use of this model, customised modules are needed; refer to the codebase for more details.
Refer to the base model licensing information.
Refer to the base model citation information.