metadata
language:
- eu
tags:
- basque
- token-classification
- pos
- dependency-parsing
base_model: HiTZ/BERnaT_base
datasets:
- universal_dependencies
license: mit
pipeline_tag: token-classification
roberta-base-basque-ud-goeswith
Model Description
This is a RoBERTa model for POS-tagging and dependency-parsing (using goeswith for subwords), derived from BERnaT_base.
How to Use
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."))