universal-dependencies/universal_dependencies
Updated • 5.91k • 34
How to use MLRS/BERTu-ud-allennlp with AllenNLP:
import allennlp_models
from allennlp.predictors.predictor import Predictor
predictor = Predictor.from_path("hf://MLRS/BERTu-ud-allennlp")This is a fine-tuned version of BERTu on Dependency Parsing. 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.