metadata
language:
- uk
tags:
- ukrainian
- token-classification
- pos
- dependency-parsing
base_model: benjamin/roberta-base-wechsel-ukrainian
datasets:
- universal_dependencies
license: mit
pipeline_tag: token-classification
roberta-base-wechsel-ukrainian-ud-goeswith
Model Description
This is a RoBERTa model for POS-tagging and dependency-parsing (using goeswith
for subwords), derived from roberta-base-wechsel-ukrainian.
How to Use
from transformers import pipeline
nlp=pipeline("universal-dependencies","KoichiYasuoka/roberta-base-wechsel-ukrainian-ud-goeswith",trust_remote_code=True,aggregation_strategy="simple")
print(nlp("Біжать алеї звуків, саджених у гами."))