universal-dependencies/universal_dependencies
Updated • 4.64k • 35
This is a RoBERTa model for POS-tagging and dependency-parsing (using goeswith for subwords), derived from BERnaT_base.
from transformers import pipeline
nlp=pipeline("universal-dependencies","KoichiYasuoka/roberta-base-basque-ud-goeswith",trust_remote_code=True,aggregation_strategy="simple")
print(nlp("Gaur ama hil zen, gaur goizean ama hil nuen."))
Base model
HiTZ/BERnaT-base